The ChangeLogs include an annotated list of changes (Section , “Changelog (most recent release only)”) since the last release and in the entire 5.4 release sequence Section , “Changelog for oacs-5-4”.
New Templating API added to add scripts, css, etc to the HTML HEAD and BODY sections of the generated HTML document. Please see /packages/acs-templating/tcl/head-procs.tcl or visit the template::head procs in the API browser for details.
Templates have been modified to comply with HTML strict
The Search package's results page has been improved
TinyMCE WYSIWYG support has been added, RTE and HTMLArea support dropped
acs-mail-lite's send has been cleaned up to properly encode content, to handle file attachments, etc. "complex-send" will disappear from acs-core in a future release.
The ChangeLogs include an annotated list of changes (Section , “Changelog (most recent release only)”) since the last release and in the entire 5.4 release sequence Section , “Changelog for oacs-5-4”.
Bug fixes.
New TIPs implemented.
All Core Automated Tests for Postgres pass.
New Site and Blank master templates and CSS compatible with the .LRN Zen work. Compatibility master templates are provided for existing sites.
The ChangeLogs include an annotated list of changes (Section , “Changelog (most recent release only)”) since the last release and in the entire 5.4 release sequence Section , “Changelog for oacs-5-4”.
Bug fixes.
The missing CR TCL API has been filled in, thanks to Rocael and his team and Dave Bauer.
This release does not include new translations.
Bug fixes, primarily for .LRN compatibility in support of upcoming .LRN 2.1.0 releases. This release does not include new translations since 5.1.2.
Translations syncronized with the translation server. Basque and Catalan added.
For a complete change list, see the Change list since 5.1.0 in Section , “Changelog for oacs-5-4”.
This is the first release using the newest adjustment to the versioning convention. The OpenACS 5.1.1 tag will apply to OpenACS core as well as to the most recent released version of every package, including .LRN.
Translations syncronized with the translation server.
Bug 1519 fixed. This involved renaming all catalog files for ch_ZH, TH_TH, AR_EG, AR_LB, ms_my, RO_RO, FA_IR, and HR_HR. If you work with any of those locales, you should do a full catalog export and then import (via /acs-lang/admin) after upgrading acs-lang. (And, of course, make a backup of both the files and database before upgrading.)
Other bug fixes since 5.1.0: 1785, 1793, and over a dozen additional bug fixes.
For a complete change list, see the Change list since 5.0.0 in Section , “Changelog for oacs-5-4”.
Lots of little tweaks and fixes
Complete Change list since 5.0.0 in Changelog
Bug fixes: #1495. Croatian enabled by default, #1496. APM automated install fails if files have spaces in their names, #1494. automated upgrade crashes (halting the upgrade process)
Complete Change list since 5.0.0 in Changelog
File tagging scheme in CVS changed to follow TIP #46: (Approved) Rules for Version Numbering and CVS tagging of Packages
All work on the translation server from 7 Nov 2003 to 7 Feb 2004 is now included in catalogs.
One new function in acs-tcl, util::age_pretty
Complete Change list since 5.0.0 in Changelog
Many documentation updates and doc bug fixes
This is OpenACS 5.0.0. This version contains no known security, data loss, or crashing bugs, nor any bugs judged release blockers. This version has received manual testing. It has passed current automated testing, which is not comprehensive. This release contains work done on the translation server http://translate.openacs.org through 7 Nov 2003.
Please report bugs using our Bug Tracker at the OpenACS website.
You may want to begin by reading our installation documentation for Section , “a Unix-like system”. Note that the Windows documentation is not current for OpenACS 5.4.0, but an alternative is to use John Sequeira's Oasis VM project.
After installation, the full documentation set can be found by visiting http://yourserver/doc.
New features in this release:
Internationalization support. A message catalog to store translated text, localization of dates, number formatting, timezone conversion, etc. Allows you to serve your users in their language.
External authenticaiton. Integrate with outside user databases through e.g. LDAP, RADIUS, Kerberos, MS Active Directory. Imports user information through IMS Enterprise 1.1 format. Easily extended to support other authentication, password management, account creation, and account import mechanisms. This includes improvements to the basic cookie handling, so logins can be expired without the user's identity being completely lost. You can set login to expire after a certain period (e.g. 8 hours, then password must be refreshed), or you can have all issues login cookies expired at once, e.g. if you have left a permanent login cookie on a public machine somewhere.
User interface enhancements. All pages, including site-wide and subsite admin pages, will be templated, so they can be styled using master template and site-wide stylesheets. We have a new default-master template, which includes links to administration, your workspace, and login/logout, and is rendered using CSS. And there's a new community template (/packages/acs-subsite/www/group-master), which provides useful navigation to the applications and administrative UI in a subsite. In addition, there's new, simpler UI for managing members of a subsite, instantiating and mounting applications, setting permissions, parameters, etc. Site-wide admin as also seen the addition of a new simpler software install UI to replace the APM for non-developer users, and improved access to parameters, internationalization, automated testing, service contracts, etc. The list builder has been added for easily generating templated tables and lists, with features such as filtering, sorting, actions on multiple rows with checkboxes, etc. Most of all, it's fast to use, and results in consistently-looking, consistently-behaving, templated tables.
Automated testing. The automated testing framework has been improved significantly, and there are automated tests for a number of packages.
Security enhancements. HTML quoting now happens in the templating system, greatly minimizing the chance that users can sneak malicious HTML into the pages of other users.
Oracle 9i support.
Who's online feature.
Spell checking.
Potential incompatibilities:
With the release of OpenACS 5, PostgreSQL 7.2 is no longer supported. Upgrades are supported from OpenACS 4.6.3 under Oracle or PostgreSQL 7.3.
The undocumented special handling of ~ and +variable+ in formtemplates, found in packages/acs-templating/resources/*, has been removed in favor of using <noparse> and \@variable\@ (the standard templating mechanisms). Locally provided formtemplate styles still using these mechanisms will break.
Serving backup files and files from the CVS directories is turned off by default via the acs-kernel parameter ExcludedFiles in section request-processor (The variable provides a string match glob list of files and is defaulted to "*/CVS/* *~")
2008-02-03 02:01 donb * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: Added pointer to template::head 2008-02-03 01:46 donb * readme.txt: Bumped version number in the file 2008-02-02 11:45 emmar * packages/acs-templating/tcl/tag-init.tcl: Don't put out row in the HTML tag, it's not an attribute 2008-02-02 09:40 emmar * packages/acs-tcl/lib/static-progress-bar.adp: HTML Strict cleanup 2008-02-02 09:10 emmar * packages/acs-tcl/lib/static-progress-bar.adp: HTML Strict cleanup 2008-02-02 07:06 emmar * www/blank-master.adp: Type attribute of the style tag was rendered twice 2008-02-02 06:55 donb * packages/acs-templating/tcl/form-procs.tcl: Put "<div>" around hidden elements put out by the formtemplate tag when a custom template layout rather than a style template is used and that custom template layout doesn't put out the hidden elements manually. 2008-02-02 06:19 victorg * packages/acs-kernel/sql/: oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql, postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql: Creating privilege annotate in case it's not created. 2008-02-02 05:05 emmar * packages/acs-tcl/tcl/utilities-procs.tcl: HTML Strict cleanup 2008-02-02 04:14 emmar * packages/acs-tcl/lib/complain.adp: HTML Strict cleanup 2008-01-31 19:24 daveb * etc/config.tcl: Merge default mime type fix from HEAD 2008-01-31 05:28 emmar * packages/acs-mail-lite/tcl/utils-procs.tcl: Fix bug in subject encoding proc 2008-01-29 15:33 victorg * packages/notifications/tcl/notification-callback-procs.tcl: Adding missing space in callback definition 2008-01-24 10:50 donb * packages/: acs-lang/acs-lang.info, acs-mail-lite/acs-mail-lite.info, intermedia-driver/intermedia-driver.info, notifications/notifications.info, tsearch2-driver/tsearch2-driver.info: A variety of things ... 1. maturity level of acs-mail-lite/notifications set to 2 until final release 2. intermedia bumped to 5.4.0b1 (missed this earlier) and maturity to 3 3. tsearch2-driver maturity set to 3 2008-01-24 09:39 donb * packages/notifications/: sql/oracle/notifications-replies-extra-create.sql, sql/postgresql/notifications-core-create.sql, sql/postgresql/notifications-replies-extra-create.sql, tcl/apm-callback-procs.tcl, tcl/notification-callback-procs.tcl, tcl/notification-email-procs.tcl: Fixed public procs without documentation blocks which caused automated tests to fail. I even tried to write meaningful documentation in some cases. Fixed constraint names that also caused automated test failures FOR PG ONLY. Someone who used Oracle can fix the Oracle ones if they want. 2008-01-24 02:36 gustafn * packages/acs-templating/tcl/form-procs.tcl: provide IDs for forms 2008-01-24 02:35 gustafn * bin/webspell: set default language (if no language is specified) for spell to en_US 2008-01-23 09:35 donb * packages/: acs-admin/acs-admin.info, acs-api-browser/acs-api-browser.info, acs-authentication/acs-authentication.info, acs-automated-testing/acs-automated-testing.info, acs-bootstrap-installer/acs-bootstrap-installer.info, acs-content-repository/acs-content-repository.info, acs-core-docs/acs-core-docs.info, acs-kernel/acs-kernel.info, acs-lang/acs-lang.info, acs-mail-lite/acs-mail-lite.info, acs-messaging/acs-messaging.info, acs-reference/acs-reference.info, acs-service-contract/acs-service-contract.info, acs-subsite/acs-subsite.info, acs-tcl/acs-tcl.info, acs-templating/acs-templating.info, acs-translations/acs-translations.info, notifications/notifications.info, ref-timezones/ref-timezones.info, search/search.info, tsearch2-driver/tsearch2-driver.info: Bumped version numbers... 2008-01-21 08:42 donb * packages/acs-subsite/tcl/test/acs-subsite-procs.tcl: Fixed another test that failed due to user caching 2008-01-21 07:12 donb * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Added missing catalog key used in title (it does not exist in any other locale, either, for you non-english readers looking at the cvs log) 2008-01-21 05:21 gustafn * packages/: acs-tcl/tcl/utilities-procs.tcl, acs-templating/tcl/spellcheck-init.tcl: improve windows compatibility 2008-01-20 11:31 gustafn * packages/: acs-tcl/tcl/utilities-procs.tcl, acs-templating/tcl/spellcheck-init.tcl: - provide a tcl verison of which - remove wierd code from spellcheck-init, trying to find aspell or ispell programs 2008-01-20 09:21 donb * packages/acs-content-repository/sql/oracle/: content-package.sql, content-revision.sql: Missed two files to rollback previously 2008-01-20 08:19 donb * packages/acs-content-repository/: sql/oracle/content-image.sql, sql/oracle/packages-create.sql, tcl/content-revision-procs.tcl: Rolled back abortive attempt to substitute dbms_log stuff for java 2008-01-20 07:27 donb * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: Fixed a broken oracle query 2008-01-20 03:30 donb * packages/acs-tcl/tcl/community-core-procs.tcl: acs_user::flush_cache didn't flush the get_by_username memoized call, causing problems if you deleted a user then tried to recreate the same user, because the auth validate data (for a user) code uses this proc. 2008-01-20 02:57 donb * packages/acs-tcl/tcl/test/: navigation-procs.tcl, site-nodes-test-procs.tcl: Removed the old test case #3 (and renumbered the remaining ones). The test checked that updating the cache without sync'ing the children didn't change the results returned by the get procedure. However the lazy caching code by Malte changed the semantics of get to automatically load the cache with children if you try to get the node_id of a node with kids. This is a good thing, actually, since the update cache w/o sync'ing kids exists to make the cache update quick. But it did break the test checking explicitly for the old semantics. It would be nice, however, if people, after writing new code and noticing that tests break, would actually sit down and determine if the test or code is wrong and take appropriate action. Because I just spent two full hours tracking this down and verifying that the new semantics invalidate the old test code in a reasonable way, and I'm not the author of the new code. 2008-01-19 12:50 donb * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: Added an explicit blank body to two callbacks added by Malte, so automated tests will pass. This is about the third release in which I've had to do this. Simply adding "-" after the empty doc comment block is sufficient, ad_proc treats that as an empty body. 2008-01-19 12:36 donb * packages/acs-templating/tcl/spellcheck-init.tcl: BSD "which" doesn't return -1 if no path for the given binary exists, therefore "catch" didn't, therefore (sigh) "bin" was always set to aspell whether or not it exists. Same result as the error I fixed long ago with this init file (see comments) but for a different reason! 2008-01-19 08:53 daveb * packages/acs-templating/: acs-templating.info, tcl/richtext-procs.tcl: Remove support for RTE. 2008-01-19 03:11 donb * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Running these test twice would lead to errors, due to test users not being deleted. The tear-down stuff knows how to rollback the database, but caching is a bit beyond its automated capability at the moment. 2008-01-17 09:18 emmar * packages/acs-content-repository/tcl/image-procs.tcl: Set default path for binary to /usr/bin instead of /usr/local/bin 2008-01-16 08:11 victorg * packages/acs-kernel/acs-kernel.info: Removing extra "provides" tag. 2008-01-15 10:29 donb * packages/notifications/: sql/oracle/notifications-package-create.sql, sql/oracle/upgrade/upgrade-5.4.0d2-5.4.0d3.sql, tcl/sweep-procs-oracle.xql: It's "sysdate", not "sysdate()", folks :) 2008-01-14 01:35 emmar * etc/: config.tcl, daemontools/run: Set the default config for a debian/ubuntu instalation (as agreed at the OCT) 2008-01-13 07:06 donb * packages/notifications/notifications.info: Fixed version number 2008-01-13 05:49 donb * packages/notifications/tcl/notification-procs.tcl: Broken for oracle ... not now though. 2008-01-13 05:17 donb * packages/notifications/www/: subscribers-oracle.xql, subscribers-postgresql.xql, subscribers.tcl, subscribers.xql: Crap, this script was added with the following problems ... 1. called contacts package (fixed previously) 2. embedded PG-only queries (no xql files, no attempt to make this dotlrn component work with oracle despite our policy of supporting oracle) 3. authorship misattributed to tracy adams (copied another script as a stub), she wasn't the source of these problems 2008-01-13 03:25 donb * packages/acs-mail-lite/sql/oracle/upgrade/upgrade-5.4.0d2-5.4.0d3.sql: Fixed oracle syntax - add doesn't allow "column", unlike PG 2008-01-12 10:33 donb * packages/notifications/catalog/: notifications.ch_zh.utf-8.xml, notifications.cs_CZ.utf-8.xml, notifications.en_US.ISO-8859-1.xml, notifications.es_ES.ISO-8859-1.xml, notifications.zh_CN.utf-8.xml: Merged from 5.3 branch 2008-01-12 10:26 donb * packages/notifications/www/: manage.tcl, subscribers.tcl: Malte FUCKING called his contacts package from the notifications packages, causing it to break. Of course there was no requires tag in the info file so it didn't break until you actually tried using a package that uses notifications. And even better, there's already a proc in acs-tcl/tcl - an ancient one - that does the same thing anyway. 2008-01-12 09:23 donb * packages/notifications/www/manage.adp: Someone changed the message key here without bothering to provide a message, so I'm switching back to the one that exists in something like 15 or so different languages. 2008-01-12 09:14 donb * packages/notifications/tcl/notification-email-procs.tcl: Removed some custom client code Daveb added 2008-01-12 05:45 donb * packages/notifications/notifications.info: This version of notifications required the latest acs-mail-lite so I updated the requires tag accordingly, and bumped the version number of notifications to make clear that something's different. 2008-01-12 05:31 donb * packages/notifications/tcl/notification-email-procs.tcl: Fixed typo, minor clean-up, pass reply_to as switch. Still needs to be tested. 2008-01-12 04:55 donb * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Removed these two procs entirely, since a search of packages and contrib shows that nothing in our tree uses them (and no package outside of acs-mail-lite should've used them in the first place). 2008-01-12 04:50 donb * packages/notifications/tcl/notification-email-procs.tcl: Switched from complex_send to send (which now includes the better features of complex_send) 2008-01-11 06:16 hamiltonc * packages/acs-templating/tcl/head-procs.tcl: updated the headscript multirow with an order column to allow devs to have some control over which javascript src gets loaded first 2008-01-11 05:52 emmar * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Use DCC header instead of the BCC one in call to ::smtp::sendmessage 2008-01-11 03:10 emmar * packages/acs-mail-lite/tcl/: acs-mail-lite-procs.tcl, complex-send-procs.tcl: Move complex_smtp to smtp. Mark ::sendmail and ::deliver_mail as deprecated 2008-01-09 09:25 emmar * packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql: Forgot to rename a column in my previous commit 2008-01-09 08:51 emmar * packages/acs-mail-lite/: sql/oracle/acs-mail-lite-create.sql, sql/oracle/upgrade/upgrade-5.4.0d2-5.4.0d3.sql, sql/postgresql/acs-mail-lite-create.sql, sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql, tcl/acs-mail-lite-procs-oracle.xql, tcl/acs-mail-lite-procs-postgresql.xql, tcl/acs-mail-lite-procs.xql: Upgrade scripts and fix datamodel consistency 2008-01-09 07:37 emmar * packages/acs-mail-lite/sql/oracle/: acs-mail-lite-create.sql, upgrade/upgrade-5.4.0d1-5.4.0d2.sql: Join upgrade scripts into one with correct version number. 2008-01-09 07:29 emmar * packages/acs-mail-lite/sql/postgresql/: acs-mail-lite-create.sql, upgrade/upgrade-5.4.0d1-5.4.0d2.sql: Join upgrade scripts into one with correct version number. 2008-01-09 06:35 emmar * packages/acs-mail-lite/sql/: oracle/acs-mail-lite-create.sql, oracle/acs-mail-lite-drop.sql, oracle/complex-create.sql, oracle/complex-drop.sql, postgresql/acs-mail-lite-create.sql, postgresql/acs-mail-lite-drop.sql, postgresql/complex-create.sql, postgresql/complex-drop.sql: Move complex stuff to separated scripts 2008-01-09 06:31 emmar * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Remove duplicated proc 2008-01-09 05:19 emmar * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: Remove unused queries. Remove from generic xql queries that are different for each db and already in the appropriate xql 2008-01-09 05:02 emmar * packages/acs-mail-lite/acs-mail-lite.info: Ooops! forgot to add the after_upgrade callback in the info file 2008-01-09 04:58 emmar * packages/acs-mail-lite/acs-mail-lite.info: Ooops! forgot to add the after_upgrade callback in the info file 2008-01-09 04:45 emmar * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-init.tcl, tcl/acs-mail-lite-procs.tcl, tcl/apm-callback-procs.tcl, tcl/bounce-procs.tcl: Remove sendmail procs to use smtp only. Remove SendmailBin parameter (not used anymore) 2008-01-09 04:11 emmar * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-callback-procs.tcl, tcl/acs-mail-lite-procs-oracle.xql, tcl/acs-mail-lite-procs-postgresql.xql, tcl/acs-mail-lite-procs.tcl, tcl/acs-mail-lite-procs.xql, tcl/utils-procs.tcl: Replace send procs with a refactored version of complex_send, allowing cc, bcc and attachments 2008-01-09 03:18 emmar * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Update calls to utils procs adding the namespace 2008-01-09 03:10 emmar * packages/: acs-mail-lite/tcl/utils-procs.tcl, acs-tcl/tcl/html-email-procs.tcl: Move helper procs for sending email to acs-mail-lite 2008-01-08 09:14 emmar * packages/acs-templating/tcl/head-procs.tcl: Remove code to retrieve body event handlers from prepare_multirows (was unsetting body_handlers and that code is in get_body_handlers now) 2008-01-08 05:51 daveb * www/blank-master.tcl, packages/acs-templating/tcl/head-procs.tcl: Make template::get_body_event_handlers proc to process the data added with template::add_body_handler 2008-01-08 02:17 donb * packages/acs-templating/tcl/head-procs.tcl, www/blank-master.tcl: 1. template::head::get_footer_html didn't return the html 2. template::head::get_[header/footer]_html renamed to template::get_[header/footer]_html because a. makes sense b. the "add" procs were in the right namespace so now it's consistent 3. modifed blank-master to reflect #2 2008-01-08 01:29 emmar * www/blank-master.tcl: Added back the code to retrieve body_handlers (accidently removed) 2008-01-07 11:21 daveb * packages/acs-templating/tcl/head-procs.tcl: Fixed prioritization of CSS. media=all is first. Changed so unspecificed media goes to the end. For CSS the default is all so media should always have a value. 2008-01-07 09:49 daveb * packages/acs-templating/tcl/head-procs.tcl: Initial attempt at ordering CSS links in document head. There is a question where media="all" should go. 2008-01-05 10:35 donb * packages/search/lib/navbar.tcl: Removed the "optimization" of links 2008-01-05 10:31 donb * packages/search/lib/navbar.tcl: Off-by-one problem 2008-01-05 09:52 donb * packages/search/lib/navbar.adp: Failed with only one result on the page (something screwy when copying from the client site where I wrote this originally) 2008-01-05 09:44 donb * packages/search/: search.info, lib/navbar.adp, lib/navbar.tcl, www/search.adp, www/search.tcl: Added smarter navigation bar, i.e. the list template builder style 2008-01-05 08:28 donb * packages/acs-templating/tcl/head-procs.tcl: Fixed typo ... 2008-01-05 06:59 donb * packages/acs-templating/tcl/head-procs.tcl: Silly simplification of a minor bit of this code. 2008-01-04 13:46 daveb * www/blank-master.tcl, packages/acs-templating/tcl/head-procs.tcl: Move template::head specific code into head-procs.tcl. Fix add_meta to add meta instead of script! 2008-01-04 08:34 emmar * packages/acs-subsite/www/: permissions/perm-include.tcl, shared/parameters.tcl: HTML Strict cleanup and fix in parameters page 2008-01-03 11:05 emmar * packages/acs-subsite/www/permissions/: perm-include.adp, perm-include.tcl: HTML Strict cleanup 2007-12-23 06:39 emmar * packages/acs-tcl/tcl/table-display-procs.tcl: HTML Strict cleanup 2007-12-21 03:10 emmar * packages/notifications/tcl/notification-display-procs.tcl: HTML Strict cleanup 2007-12-20 04:33 emmar * www/: blank-master.tcl, site-master.tcl: Move templating, devsup and translating stuff to blank-master. Fix footerrendering 2007-12-19 06:05 donb * packages/acs-mail-lite/acs-mail-lite.info: Removed the MMEncodeBin parameter, which is no longer used. 2007-12-19 05:08 emmar * www/: blank-master.tcl, site-master.tcl: Move devsup toolbar to blank-master 2007-12-19 03:09 emmar * www/site-master.tcl: Move dotlrn_toolbar to theme-zen (out of site-master) 2007-12-18 11:52 emmar * packages/acs-admin/www/index.adp: Add missing closing @ of the too_many_subsites_p var 2007-12-17 06:20 emmar * packages/acs-templating/tcl/head-procs.tcl: Change default value to "all" for media in add_css 2007-12-14 11:21 emmar * packages/: acs-mail-lite/tcl/complex-send-procs.tcl, acs-subsite/tcl/party-procs.tcl: Rolling back to the working version (decided during informal OCT in IRC today) 2007-12-13 10:38 emmar * packages/acs-templating/resources/forms/confirm-button.adp: Add a back button 2007-12-13 10:19 emmar * packages/acs-subsite/www/resources/site-master.css: Align breadcrumbs with system name 2007-12-13 09:22 emmar * packages/acs-subsite/acs-subsite.info, packages/acs-tcl/tcl/navigation-procs.tcl, www/default-master.adp, www/default-master.tcl: Parameter for breadcrumbs separator 2007-12-13 06:45 emmar * packages/notifications/tcl/notification-display-procs.tcl: Remove border around the notification icon (aesthetic) 2007-12-11 16:06 gustafn * www/: blank-master.tcl, site-master.tcl: - fix curly braces around on-load actions - fix loading of xinha (moved init to onload of body) - changed name HTMLarea to Xinha in configuration calls 2007-12-11 04:08 emmar * packages/acs-templating/tcl/date-procs.tcl: HTML strict (nowrap attribute not allowed) 2007-12-10 05:13 emmar * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Add missing join 2007-12-10 01:12 victorg * packages/: acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml, acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml, acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml, acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml, acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml, acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml, acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml, acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml, acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml, acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml, acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml, acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml, acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml, acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml, acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml, acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml, acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml, acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml, acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml, acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml, acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml, acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, acs-lang/catalog/acs-lang.ar_EG.utf-8.xml, acs-lang/catalog/acs-lang.ar_LB.utf-8.xml, acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml, acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml, acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.fa_IR.utf-8.xml, acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.hi_IN.utf-8.xml, acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, acs-lang/catalog/acs-lang.ms_MY.utf-8.xml, acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml, acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, acs-lang/catalog/acs-lang.pa_IN.utf-8.xml, acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, acs-lang/catalog/acs-lang.th_TH.utf-8.xml, acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, acs-lang/catalog/acs-lang.zh_CN.utf-8.xml, acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, acs-mail-lite/catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml, acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml, acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml, acs-mail-lite/catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml, acs-mail-lite/catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml, acs-mail-lite/catalog/acs-mail-lite.pl_PL.utf-8.xml, acs-mail-lite/catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml, acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml, acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml, acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml, acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml, acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml, acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml, acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml, acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml, acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml, acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml, acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml, acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml, acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml, acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml, acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml, acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, acs-templating/catalog/acs-templating.ar_LB.utf-8.xml, acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml, acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml, acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.fi_FI.utf-8.xml, acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.hi_IN.utf-8.xml, acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, acs-templating/catalog/acs-templating.ms_MY.utf-8.xml, acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml, acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml, acs-templating/catalog/acs-templating.pa_IN.utf-8.xml, acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml, acs-templating/catalog/acs-templating.ro_RO.utf-8.xml, acs-templating/catalog/acs-templating.ru_RU.utf-8.xml, acs-templating/catalog/acs-templating.sh_HR.utf-8.xml, acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml, acs-templating/catalog/acs-templating.tr_TR.utf-8.xml, acs-templating/catalog/acs-templating.zh_CN.utf-8.xml, acs-templating/catalog/acs-templating.zh_TW.utf-8.xml, notifications/catalog/notifications.ar_EG.utf-8.xml, notifications/catalog/notifications.ar_LB.utf-8.xml, notifications/catalog/notifications.ast_ES.ISO-8859-1.xml, notifications/catalog/notifications.ca_ES.ISO-8859-1.xml, notifications/catalog/notifications.da_DK.ISO-8859-1.xml, notifications/catalog/notifications.de_DE.ISO-8859-1.xml, notifications/catalog/notifications.el_GR.utf-8.xml, notifications/catalog/notifications.en_US.ISO-8859-1.xml, notifications/catalog/notifications.es_CO.ISO-8859-1.xml, notifications/catalog/notifications.es_GT.ISO-8859-1.xml, notifications/catalog/notifications.eu_ES.ISO-8859-1.xml, notifications/catalog/notifications.fi_FI.utf-8.xml, notifications/catalog/notifications.fr_FR.ISO-8859-1.xml, notifications/catalog/notifications.gl_ES.ISO-8859-1.xml, notifications/catalog/notifications.hi_IN.utf-8.xml, notifications/catalog/notifications.hu_HU.utf-8.xml, notifications/catalog/notifications.it_IT.ISO-8859-1.xml, notifications/catalog/notifications.ko_KR.utf-8.xml, notifications/catalog/notifications.ms_MY.utf-8.xml, notifications/catalog/notifications.nl_NL.ISO-8859-1.xml, notifications/catalog/notifications.nn_NO.ISO-8859-1.xml, notifications/catalog/notifications.no_NO.ISO-8859-1.xml, notifications/catalog/notifications.pl_PL.utf-8.xml, notifications/catalog/notifications.pt_BR.ISO-8859-1.xml, notifications/catalog/notifications.pt_PT.ISO-8859-1.xml, notifications/catalog/notifications.ro_RO.utf-8.xml, notifications/catalog/notifications.ru_RU.utf-8.xml, notifications/catalog/notifications.sv_SE.ISO-8859-1.xml, notifications/catalog/notifications.zh_CN.utf-8.xml, search/catalog/search.nl_NL.ISO-8859-1.xml, search/catalog/search.pl_PL.utf-8.xml, search/catalog/search.pt_BR.ISO-8859-1.xml: Import of message keys from translation server for core and .LRN packages. This catalogs have no package version info. Check http://openacs.org/forums/message-view?message%5fid=1007666 2007-12-06 11:02 daveb * packages/acs-tcl/tcl/html-email-procs.tcl: Don't fail on poorly formed mime message. If an error occurs and the mime tokens are not cleaned up, all subsequent calls to mime procs will end up with mismatched mime parts. 2007-12-06 10:50 daveb * packages/acs-templating/tcl/head-procs.tcl, www/blank-master.tcl: Always treat body handlers as list. Fix focus to use identifier. There can only be one focus. 2007-12-06 10:33 daveb * www/blank-master.tcl: Don't use identifier, its not needed for focus since we only call it once. 2007-12-06 10:26 daveb * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Fix typo, llength spelled incorrectly. 2007-12-06 09:02 emmar * www/blank-master.tcl: Fix namespace for add_body_handler 2007-12-05 09:10 daveb * www/site-master.adp: Fix stupid typo! 2007-12-05 03:06 emmar * packages/notifications/catalog/notifications.el_GR.utf-8.xml: Greek catalogs for dotlrn 2007-12-05 00:26 maltes * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Cleaned up complex_send, broke it down into multiple parts, refactored repetitive things into foreach loops, made sure rollout support is handled in complex_smtp, thopugh I have no idea how to do the filters there.... This is in need of testing and should only act as a commit for the OCT to decide if this is going in the right direction. 2007-12-05 00:23 maltes * packages/acs-subsite/tcl/: email-image-procs.xql, party-procs.tcl: Added procedure to resolve the party_ids if they contain groups 2007-12-03 12:29 daveb * www/: blank-compat.tcl, blank-master.tcl, site-master.adp: Move focus handling to blank master. Use add_body_handler to set it. Pass focus up to blank master. 2007-12-03 12:18 daveb * www/: blank-master.adp, blank-master.tcl, default-master.adp, default-master.tcl: Remove properties not used in default master. Remove link multirow in default master, its not used. Add skip_link property 2007-12-03 12:17 daveb * packages/acs-subsite/www/: group-master.adp, group-master.tcl: Remove reference to unused properties. These are generated in blank-master now. 2007-12-03 12:01 daveb * packages/acs-subsite/www/group-master.tcl: Remove header_stuff code, we aren't using it anyway. Remove reference to unused stylesheet, hasn't been used since 2003. 2007-11-30 10:16 daveb * packages/: acs-admin/www/users/merge.adp, acs-admin/www/users/merge.tcl, acs-automated-testing/www/admin/testcase.adp, acs-automated-testing/www/admin/testcase.tcl, acs-subsite/www/register/index.adp, acs-subsite/www/register/index.tcl, acs-templating/tcl/head-procs.tcl: Remove header stuff from core. Use template::head procedures. Add template::head::add_style to add inline styles. 2007-11-29 15:18 emmar * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Fix message initialization. Was failing in case the message has no alternative and no attachament. In case the message has an alternative and no attachment, it was initialized twice. 2007-11-29 09:35 maltes * packages/acs-mail-lite/tcl/complex-send-procs.tcl: I think I fixed the problem with multipart/mixed of e-mails with no attachments. This should be tested though. I am putting this out to see if I might have a mismatch in my train of thought. 2007-11-29 09:04 maltes * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Fixed the confusion about single_email_p in complex_send_immediately using the defaults which make most sense. Fixed documentation accordingly 2007-11-29 06:21 emmar * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Fix malformed date and encode subject (using helper procs). Set the charset for message body (utf-8) 2007-11-29 06:19 emmar * packages/acs-tcl/tcl/html-email-procs.tcl: Helper procs to encode the subject and format the date for an email message 2007-11-28 11:58 emmar * packages/acs-tcl/tcl/html-email-procs.tcl: Add build_subject proc that encodes a string to be used as subject in an email message 2007-11-28 05:07 emmar * packages/acs-tcl/tcl/html-email-procs.tcl: TIP 117: remove md5-procs since it's available in tcllib 2007-11-28 05:04 emmar * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Turn ds_comment into ns_log debug 2007-11-28 03:31 emmar * packages/acs-subsite/: catalog/acs-subsite.en_US.ISO-8859-1.xml, www/group-master.adp, www/site-map/index.tcl: HTML Strict cleanup, last shot for core :) 2007-11-27 14:27 emmar * packages/search/search.info: Remove mal-formed and unused param. Bump version. 2007-11-27 14:16 emmar * packages/search/www/: advanced-search.adp, index.adp, search.adp, search.tcl, resources/search.css: HTML Strict cleanup 2007-11-27 12:29 emmar * packages/acs-subsite/www/: members/index.adp, shared/community-member.adp: HTML strict cleanup 2007-11-27 12:18 emmar * packages/acs-subsite/: catalog/acs-subsite.en_US.ISO-8859-1.xml, www/user/portrait/erase.adp, www/user/portrait/erase.tcl, www/user/portrait/erase.xql: Change to use form builder 2007-11-27 11:29 emmar * packages/acs-subsite/www/user/portrait/: comment-edit.tcl, upload-oracle.xql, upload-postgresql.xql, upload.adp, upload.tcl: Change to use form builder 2007-11-27 10:02 emmar * packages/acs-subsite/www/user/portrait/: comment-edit.adp, comment-edit.tcl, comment-edit.xql: Change to use form builder 2007-11-27 09:00 emmar * packages/acs-subsite/www/user/portrait/: comment-edit.tcl, comment-edit.xql: Replace english text with message keys. Extract sql to xql file 2007-11-27 06:51 emmar * packages/acs-subsite/www/user/portrait/: upload.adp, upload.tcl: Replace english text with message keys 2007-11-27 05:23 emmar * packages/acs-subsite/www/user/portrait/upload.tcl: Replace english text with message keys 2007-11-24 07:35 gustafn * packages/acs-templating/www/resources/xinha-nightly/: XinhaCore.js, htmlarea.js, release-notes.txt, contrib/lc_parse_strings.php, examples/Extended.html, examples/Newbie.html, examples/XinhaConfig.js, examples/custom.css, examples/dynamic.css, examples/ext_example-body.html, examples/ext_example-dest.php, examples/ext_example-menu.php, examples/ext_example.html, examples/full_example.css, examples/full_example.js, examples/simple_example.html, examples/stylist.css, examples/testbed.html, lang/b5.js, lang/ch.js, lang/cz.js, lang/da.js, lang/de.js, lang/ee.js, lang/el.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/he.js, lang/hu.js, lang/it.js, lang/lt.js, lang/lv.js, lang/nb.js, lang/nl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, lang/si.js, lang/th.js, lang/vn.js, modules/ColorPicker/ColorPicker.js, modules/ColorPicker/lang/pt_br.js, modules/CreateLink/link.js, modules/CreateLink/lang/pt_br.js, modules/Dialogs/dialog.js, modules/Dialogs/inline-dialog.js, modules/Dialogs/panel-dialog.js, modules/Dialogs/popupwin.js, modules/FullScreen/full-screen.js, modules/FullScreen/lang/pt_br.js, modules/Gecko/Gecko.js, modules/Gecko/paraHandlerBest.js, modules/Gecko/paraHandlerDirty.js, modules/Gecko/lang/pt_br.js, modules/GetHtml/DOMwalk.js, modules/GetHtml/TransformInnerHTML.js, modules/GetHtml/lang/pt_br.js, modules/InsertImage/insert_image.html, modules/InsertImage/insert_image.js, modules/InsertTable/insert_table.html, modules/InsertTable/insert_table.js, modules/InternetExplorer/InternetExplorer.js, plugins/Abbreviation/abbreviation.js, plugins/Abbreviation/lang/nl.js, plugins/Abbreviation/lang/pt_br.js, plugins/Abbreviation/popups/abbreviation.html, plugins/BackgroundImage/background-image.js, plugins/BackgroundImage/lang/nl.js, plugins/BackgroundImage/lang/pt_br.js, plugins/BackgroundImage/popups/bgimage.html, plugins/CSS/css.js, plugins/CharCounter/char-counter.js, plugins/CharCounter/lang/nl.js, plugins/CharCounter/lang/pt_br.js, plugins/CharacterMap/character-map.js, plugins/CharacterMap/lang/de.js, plugins/CharacterMap/lang/pt_br.js, plugins/CharacterMap/popups/select_character.html, plugins/ClientsideSpellcheck/clientside-spellcheck.js, plugins/ClientsideSpellcheck/lang/nl.js, plugins/ClientsideSpellcheck/lang/pt_br.js, plugins/ContextMenu/1.pl, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/lang/de.js, plugins/ContextMenu/lang/el.js, plugins/ContextMenu/lang/fr.js, plugins/ContextMenu/lang/he.js, plugins/ContextMenu/lang/nl.js, plugins/ContextMenu/lang/pt_br.js, plugins/DefinitionList/definition-list.js, plugins/DefinitionList/lang/nl.js, plugins/DefinitionList/lang/pt_br.js, plugins/DoubleClick/double-click.js, plugins/DynamicCSS/dynamiccss.js, plugins/DynamicCSS/lang/de.js, plugins/DynamicCSS/lang/fr.js, plugins/DynamicCSS/lang/pt_br.js, plugins/EditTag/edit-tag.js, plugins/EditTag/lang/nl.js, plugins/EditTag/lang/pt_br.js, plugins/Equation/ASCIIMathML.js, plugins/Equation/equation.js, plugins/Equation/example.html, plugins/Equation/lang/de.js, plugins/Equation/lang/nl.js, plugins/Equation/lang/pt_br.js, plugins/Equation/popups/dialog.html, plugins/ExtendedFileManager/extended-file-manager.js, plugins/ExtendedFileManager/images.php, plugins/ExtendedFileManager/manager.php, plugins/ExtendedFileManager/resizer.php, plugins/ExtendedFileManager/Classes/ExtendedFileManager.php, plugins/ExtendedFileManager/assets/EditorContent.js, plugins/ExtendedFileManager/assets/dialog.js, plugins/ExtendedFileManager/assets/editor.js, plugins/ExtendedFileManager/assets/editorFrame.js, plugins/ExtendedFileManager/assets/images.js, plugins/ExtendedFileManager/assets/manager.js, plugins/ExtendedFileManager/assets/popup.js, plugins/ExtendedFileManager/assets/wz_jsgraphics.js, plugins/ExtendedFileManager/demo_images/.htaccess, plugins/ExtendedFileManager/lang/de.js, plugins/ExtendedFileManager/lang/ja.js, plugins/ExtendedFileManager/lang/nb.js, plugins/ExtendedFileManager/lang/nl.js, plugins/ExtendedFileManager/lang/pl.js, plugins/ExtendedFileManager/lang/pt_br.js, plugins/Filter/filter.js, plugins/Filter/lang/nl.js, plugins/Filter/lang/pt_br.js, plugins/FindReplace/find-replace.js, plugins/FindReplace/fr_engine.js, plugins/FindReplace/lang/nl.js, plugins/FindReplace/lang/pt_br.js, plugins/FormOperations/form-operations.js, plugins/FormOperations/panel.html, plugins/FormOperations/lang/nl.js, plugins/FormOperations/lang/pt_br.js, plugins/Forms/forms.js, plugins/Forms/lang/nl.js, plugins/Forms/lang/pt_br.js, plugins/Forms/popups/fieldset.html, plugins/Forms/popups/form.html, plugins/Forms/popups/input.html, plugins/Forms/popups/label.html, plugins/Forms/popups/select.html, plugins/Forms/popups/textarea.html, plugins/FullPage/full-page.js, plugins/FullPage/lang/de.js, plugins/FullPage/lang/fr.js, plugins/FullPage/lang/he.js, plugins/FullPage/lang/pt_br.js, plugins/FullPage/lang/ro.js, plugins/FullPage/popups/docprop.html, plugins/FullScreen/lang/pt_br.js, plugins/HorizontalRule/horizontal-rule.js, plugins/HorizontalRule/lang/nl.js, plugins/HorizontalRule/lang/pt_br.js, plugins/HtmlTidy/html-tidy-logic.php, plugins/HtmlTidy/html-tidy.js, plugins/HtmlTidy/lang/pt_br.js, plugins/ImageManager/config.inc.php, plugins/ImageManager/editor.php, plugins/ImageManager/editorFrame.php, plugins/ImageManager/image-manager.js, plugins/ImageManager/image-picker.js, plugins/ImageManager/images.php, plugins/ImageManager/manager.php, plugins/ImageManager/resizer.php, plugins/ImageManager/thumbs.php, plugins/ImageManager/Classes/Files.php, plugins/ImageManager/Classes/GD.php, plugins/ImageManager/Classes/IM.php, plugins/ImageManager/Classes/ImageEditor.php, plugins/ImageManager/Classes/ImageManager.php, plugins/ImageManager/Classes/NetPBM.php, plugins/ImageManager/Classes/Thumbnail.php, plugins/ImageManager/Classes/Transform.php, plugins/ImageManager/assets/EditorContent.js, plugins/ImageManager/assets/dialog.js, plugins/ImageManager/assets/editor.js, plugins/ImageManager/assets/editorFrame.js, plugins/ImageManager/assets/images.js, plugins/ImageManager/assets/manager.js, plugins/ImageManager/assets/popup.js, plugins/ImageManager/assets/wz_jsgraphics.js, plugins/ImageManager/lang/nl.js, plugins/ImageManager/lang/pt_br.js, plugins/InsertAnchor/insert-anchor.js, plugins/InsertAnchor/lang/pt_br.js, plugins/InsertMarquee/insert-marquee.js, plugins/InsertMarquee/lang/nl.js, plugins/InsertMarquee/lang/pt_br.js, plugins/InsertMarquee/popups/insert_marquee.html, plugins/InsertPagebreak/insert-pagebreak.js, plugins/InsertPagebreak/lang/nl.js, plugins/InsertPagebreak/lang/pt_br.js, plugins/InsertPicture/lang/nl.js, plugins/InsertPicture/lang/pt_br.js, plugins/InsertSmiley/README.txt, plugins/InsertSmiley/insert-smiley.js, plugins/InsertSmiley/smileys.txt, plugins/InsertSmiley/lang/nl.js, plugins/InsertSmiley/lang/pt_br.js, plugins/InsertSmiley/popups/insertsmiley.html, plugins/InsertSnippet/insert-snippet.js, plugins/InsertSnippet/lang/nl.js, plugins/InsertSnippet/lang/pt_br.js, plugins/InsertSnippet/popups/insertsnippet.html, plugins/LangMarks/lang-marks.js, plugins/LangMarks/lang/pt_br.js, plugins/Linker/dialog.html, plugins/Linker/linker.js, plugins/Linker/scan.php, plugins/Linker/dTree/api.html, plugins/Linker/dTree/dtree.js, plugins/Linker/dTree/example01.html, plugins/Linker/lang/nl.js, plugins/Linker/lang/pt_br.js, plugins/ListType/list-type.js, plugins/ListType/lang/de.js, plugins/ListType/lang/pt_br.js, plugins/NoteServer/note-server.js, plugins/NoteServer/lang/nl.js, plugins/NoteServer/lang/pt_br.js, plugins/NoteServer/popups/codenote.html, plugins/PasteText/lang/nl.js, plugins/PasteText/lang/pt_br.js, plugins/PasteText/popups/paste_text.html, plugins/QuickTag/quick-tag.js, plugins/QuickTag/tag-lib.js, plugins/QuickTag/lang/nl.js, plugins/QuickTag/lang/pt_br.js, plugins/SaveSubmit/save-submit.js, plugins/SaveSubmit/lang/nl.js, plugins/SaveSubmit/lang/pt_br.js, plugins/SetId/set-id.js, plugins/SetId/lang/nl.js, plugins/SetId/lang/pt_br.js, plugins/SmartReplace/smart-replace.js, plugins/SmartReplace/lang/nl.js, plugins/SmartReplace/lang/pt_br.js, plugins/SpellChecker/aspell_setup.php, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-logic.php, plugins/SpellChecker/spell-check-savedicts.php, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/SpellChecker/lang/cz.js, plugins/SpellChecker/lang/da.js, plugins/SpellChecker/lang/de.js, plugins/SpellChecker/lang/he.js, plugins/SpellChecker/lang/hu.js, plugins/SpellChecker/lang/nl.js, plugins/SpellChecker/lang/pt_br.js, plugins/SpellChecker/lang/ro.js, plugins/Stylist/stylist.js, plugins/Stylist/lang/nl.js, plugins/Stylist/lang/pt_br.js, plugins/SuperClean/super-clean.js, plugins/SuperClean/tidy.php, plugins/SuperClean/lang/nl.js, plugins/SuperClean/lang/pt_br.js, plugins/TableOperations/table-operations.js, plugins/TableOperations/lang/cz.js, plugins/TableOperations/lang/da.js, plugins/TableOperations/lang/de.js, plugins/TableOperations/lang/el.js, plugins/TableOperations/lang/fi.js, plugins/TableOperations/lang/fr.js, plugins/TableOperations/lang/he.js, plugins/TableOperations/lang/it.js, plugins/TableOperations/lang/ja.js, plugins/TableOperations/lang/nb.js, plugins/TableOperations/lang/nl.js, plugins/TableOperations/lang/pl.js, plugins/TableOperations/lang/pt_br.js, plugins/TableOperations/lang/ro.js, plugins/TableOperations/lang/ru.js, plugins/TableOperations/lang/sv.js, plugins/TableOperations/popups/merge_cells.html, plugins/Template/template.js, plugins/Template/lang/de.js, plugins/Template/lang/it.js, plugins/Template/lang/nl.js, plugins/Template/lang/pt_br.js, plugins/Template/popups/template.html, plugins/UnFormat/un-format.js, plugins/UnFormat/lang/pt_br.js, popups/about.html, popups/blank.html, popups/editor_help.html, popups/popup.js, popups/select_color.html, skins/silva/skin.css: Update Xinha to: Stable Xinha 0.94 (2007-10-18) 2007-11-23 08:19 emmar * packages/acs-mail-lite/tcl/: acs-mail-lite-callback-procs.tcl, acs-mail-lite-procs.tcl, bounce-procs.tcl, complex-send-procs.tcl: Indent code 2007-11-23 03:02 gustafn * packages/acs-authentication/tcl/authentication-procs.tcl: - ensure, the login window is displayed, when the computed URL is too long - improve hint message 2007-11-22 12:26 gustafn * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: ensure that the tcl-proc-view script of /api-doc/ is called (does not work perfectly for ns_* commands either) 2007-11-21 09:01 emmar * packages/acs-subsite/www/user/portrait/: comment-edit.adp, erase.adp, index.adp, upload.adp, upload.tcl: HTML 4.01 strict cleanup 2007-11-21 09:01 emmar * packages/acs-subsite/www/user/portrait/upload.xql: Extracting embedded sql 2007-11-21 06:08 emmar * packages/: acs-admin/www/apm/package-add.tcl, acs-admin/www/apm/packages-install.tcl, acs-admin/www/apm/version-dependency-add.tcl, acs-admin/www/apm/version-edit.tcl, acs-bootstrap-installer/installer/index.tcl, acs-core-docs/www/files/dotlrn-style-1.html, acs-mail-lite/lib/email.adp, acs-subsite/lib/home.adp, acs-subsite/lib/login.adp, acs-subsite/www/admin/applications/index.adp, acs-subsite/www/admin/applications/index.tcl, acs-subsite/www/admin/site-map/index.adp, acs-subsite/www/admin/site-map/index.tcl, acs-subsite/www/admin/site-map/site-map.adp, acs-subsite/www/site-map/index.adp, acs-tcl/lib/progress-bar.adp, acs-tcl/lib/static-progress-bar.adp, acs-tcl/tcl/defs-procs.tcl, acs-tcl/tcl/navigation-procs.tcl, acs-tcl/tcl/utilities-procs.tcl, acs-templating/resources/forms/accessible-forms.adp, acs-templating/resources/forms/inline.adp, acs-templating/resources/forms/standard.adp, acs-templating/resources/lists/table.adp, acs-templating/tcl/form-procs.tcl, acs-templating/tcl/paginator-procs.tcl, acs-templating/tcl/richtext-or-file-procs.tcl, acs-templating/tcl/richtext-procs.tcl: HTML 4.01 Strict cleanup 2007-11-21 06:07 emmar * www/: blank-compat.adp, blank-master.tcl: Set HTML 4.01 Strict as default doctype 2007-11-21 00:25 gustafn * packages/acs-templating/resources/forms/confirm-button.adp: fix bug #3104 2007-11-19 14:09 emmar * packages/: acs-admin/catalog/acs-admin.el_GR.utf-8.xml, acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml, acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml, acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.el_GR.utf-8.xml, acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, acs-mail-lite/catalog/acs-mail-lite.el_GR.utf-8.xml, acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.el_GR.utf-8.xml, acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.el_GR.utf-8.xml, acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, notifications/catalog/notifications.el_GR.utf-8.xml, notifications/catalog/notifications.es_ES.ISO-8859-1.xml, search/catalog/search.el_GR.utf-8.xml, search/catalog/search.es_ES.ISO-8859-1.xml: Greek and spanish catalogs without version number (applying Don's change) 2007-11-19 13:25 emmar * packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml: More greek translations 2007-11-19 13:05 emmar * packages/acs-tcl/lib/: ad-return-complaint.adp, static-progress-bar.adp: Fix HTML and master 2007-11-19 13:02 emmar * packages/acs-tcl/catalog/acs-tcl.el_GR.utf-8.xml: Add greek catalog 2007-11-19 12:55 emmar * packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml: Update greek catalog 2007-11-19 12:52 emmar * packages/acs-subsite/www/site-map/index.adp: Fix HTML 2007-11-19 12:39 emmar * packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml: More greek translations 2007-11-19 12:34 emmar * packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml: More greek translations 2007-11-19 12:17 emmar * packages/acs-mail-lite/catalog/acs-mail-lite.el_GR.utf-8.xml: Add greek catalog 2007-11-19 12:13 emmar * packages/acs-mail-lite/catalog/: acs-mail-lite.ca_ES.ISO-8859-1.xml, acs-mail-lite.es_ES.ISO-8859-1.xml, acs-mail-lite.gl_ES.ISO-8859-1.xml, acs-mail-lite.nl_NL.ISO-8859-1.xml, acs-mail-lite.nl_ZA.ISO-8859-1.xml, acs-mail-lite.pl_PL.utf-8.xml, acs-mail-lite.pt_BR.ISO-8859-1.xml: Merging missing catalogs from 5.3 2007-11-19 11:35 emmar * packages/acs-templating/resources/: forms/accessible-forms.adp, forms/standard.adp, lists/table.adp: Fix HTML and add missing alt text 2007-11-19 11:33 emmar * packages/acs-templating/catalog/acs-templating.el_GR.utf-8.xml: More greek translations 2007-11-19 11:21 emmar * packages/search/: lib/search.adp, www/index.adp, www/search.adp: Fixed context bar and HTML 2007-11-19 11:20 emmar * packages/search/tcl/: search-convert-procs.tcl, search-procs.tcl: Added converter for open docs. Removed path for command passed to exec. Removed unused proc choice_bar 2007-11-19 11:16 emmar * packages/: acs-admin/catalog/acs-admin.el_GR.utf-8.xml, search/catalog/search.el_GR.utf-8.xml: Added greek catalog 2007-11-19 05:41 emmar * packages/notifications/notifications.info: Unset initial-install-p because notifications has automount set and was producing an error when mounting the package during acs-core install (can't read node(node_id)) 2007-11-19 05:31 emmar * packages/acs-mail-lite/acs-mail-lite.info: initial-install-p should be set 2007-11-18 13:27 donb * packages/: acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, acs-lang/tcl/lang-catalog-procs-oracle.xql, acs-lang/tcl/lang-catalog-procs-postgresql.xql, acs-lang/tcl/lang-catalog-procs.tcl, acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, search/catalog/search.de_DE.ISO-8859-1.xml, search/catalog/search.en_US.ISO-8859-1.xml: Removed version info from catalog file code as was TIP'd ages ago, which will make merging much easier in the future. I had en_US and de_DE installed so the catalogs for these languages in core have been exported and don't have version numbers. The rest of the packages and locales for core and dotlrn will be exported from the translation server as part of our release process and will get fixed up then. 2007-11-12 22:39 maltes * packages/acs-subsite/lib/home.adp: Removed master information from include 2007-11-11 12:54 donb * packages/notifications/notifications.info: Install notifications during installation (it is now part of acs-core) 2007-11-10 11:56 victorg * packages/acs-tcl/tcl/apm-install-procs.tcl: Loading catalog files AFTER apm_package_install_version 2007-11-09 02:38 emmar * packages/acs-tcl/tcl/html-email-procs.tcl: build_mime_message default charset should be UTF-8 2007-11-08 05:20 gustafn * www/blank-master.tcl: fixed output charset 2007-11-05 23:49 maltes * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Fixed the cmd_string 2007-11-05 23:41 maltes * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Fixed bug with missing mail_package_id variable 2007-10-27 15:57 donb * packages/: acs-kernel/sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql, acs-kernel/sql/postgresql/upgrade/upgrade-5.3.2d1-5.3.2d2.sql, search/www/resources/search.css: Missed this in my upgrade 2007-10-27 15:10 donb * packages/acs-kernel/sql/: oracle/acs-create.sql, oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql, postgresql/acs-create.sql, postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql: 'annotate' was not a child of 'admin' - pffft! 2007-10-21 05:28 gustafn * packages/search/www/search.tcl: uses braces for expressions, string operators for string comparisons 2007-10-21 05:25 gustafn * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: use tcl 8.4 comparison operators 2007-10-21 05:13 gustafn * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: don't join on acs_objects if not needed 2007-10-17 00:15 gustafn * www/blank-master.adp: don't crash, if no xinha is available (<if @::array.field@ not nil> does not seem to work) 2007-10-12 21:22 maltes * packages/acs-tcl/tcl/pools-init.tcl: Fixed pools-init to work with AOLserver 4.0 2007-10-12 00:33 gustafn * packages/acs-tcl/tcl/: form-processing-procs.tcl, request-processor-procs.tcl, security-procs.tcl: undo escaped changes 2007-10-12 00:21 gustafn * packages/acs-tcl/tcl/: form-processing-procs.tcl, request-processor-procs.tcl, security-procs.tcl, utilities-procs.tcl: ensure that charset is always included in content type for text/* media types. 2007-10-09 18:03 daveb * packages/acs-templating/tcl/list-procs.tcl: Hide hidden columns in CSV output. 2007-10-06 06:30 gustafn * www/default-master.tcl: use tcl 8.4 style comparison operators 2007-10-06 06:22 gustafn * packages/acs-templating/tcl/head-procs.tcl, www/blank-master.tcl: fixes for all cases, where ::template::head::* variables (a) might survive a connection and (b) where they are not initialized properly. 2007-10-06 04:57 gustafn * www/: blank-master.adp, site-master.tcl: adding support for Xinha to new master templates 2007-10-06 04:28 gustafn * www/blank-master.tcl: fix 2 bugs: (a) ::template::head::scripts variable was accumulating content over multiple requests (namespaced variables are not reset) (b) order of list elements in ::template::head::scripts was incorrect (why not using objects?) 2007-10-02 12:13 gustafn * packages/acs-templating/tcl/: currency-procs.tcl, date-procs.tcl, parse-procs.tcl: use tcl 8.4 comparison operators and braced exprs for byte code compilation 2007-10-02 12:08 gustafn * packages/acs-templating/tcl/: element-procs.tcl, form-procs.tcl: use tcl 8.4 style comparisons and braced exprs 2007-10-02 12:03 gustafn * packages/acs-templating/tcl/: widget-procs.tcl, acs-integration-procs.tcl: use tcl 8.4 style comparisons and braced exprs 2007-10-01 03:44 gustafn * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/upgrade/upgrade-5.4.0d7-5.4.0d8.sql, sql/postgresql/upgrade/upgrade-5.4.0d8-5.4.0d9.sql: new update script in case, someone managed to get the .info file without the update script 2007-10-01 03:16 gustafn * packages/acs-content-repository/sql/postgresql/content-item.sql: add update script 2007-09-30 17:10 gustafn * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-folder.sql, sql/postgresql/content-type.sql: fix more function_args, fix comment for default values in stored procedures 2007-09-27 01:03 gustafn * packages/acs-tcl/tcl/server-cluster-procs.tcl: don't use numeric comparison operators on string comparisons 2007-09-27 01:02 gustafn * packages/acs-tcl/tcl/text-html-procs.tcl: user curly brackets around expr to allow for bytecode compilation 2007-09-25 08:22 donb * ChangeLog, packages/acs-admin/acs-admin.info, packages/acs-admin/www/apm/parameter-add-2.tcl, packages/acs-admin/www/apm/parameter-add.tcl, packages/acs-admin/www/apm/parameter-edit-2.tcl, packages/acs-admin/www/apm/parameter-edit.tcl, packages/acs-api-browser/acs-api-browser.info, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/tcl/local-procs.tcl, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql, packages/acs-content-repository/tcl/content-item-procs.tcl, packages/acs-content-repository/tcl/content-revision-procs.tcl, packages/acs-core-docs/acs-core-docs.info, packages/acs-core-docs/www/xml/variables.ent, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/sql/oracle/apm-create.sql, packages/acs-kernel/sql/postgresql/apm-create.sql, packages/acs-lang/acs-lang.info, packages/acs-lang/tcl/lang-widget-procs.tcl, packages/acs-lang/www/change-locale-include.tcl, packages/acs-mail-lite/acs-mail-lite.info, packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl, packages/acs-messaging/acs-messaging.info, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, packages/acs-subsite/www/group-master.adp, packages/acs-subsite/www/group-master.tcl, packages/acs-subsite/www/shared/parameters-oracle.xql, packages/acs-subsite/www/shared/parameters-postgresql.xql, packages/acs-subsite/www/shared/parameters.tcl, packages/acs-subsite/www/shared/whos-online.tcl, packages/acs-tcl/acs-tcl.info, packages/acs-tcl/tcl/navigation-procs.tcl, packages/acs-tcl/tcl/text-html-procs.tcl, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-templating/acs-templating.info, packages/acs-templating/tcl/element-procs.tcl, packages/acs-templating/tcl/form-procs.tcl, packages/acs-templating/tcl/list-procs.tcl, packages/acs-templating/tcl/richtext-procs.tcl, packages/acs-templating/tcl/tag-init.tcl, packages/acs-templating/www/doc/demo/list5/add-edit.tcl, packages/acs-templating/www/doc/demo/list6/add-edit.tcl, packages/acs-templating/www/doc/demo/list7/add-edit.tcl, packages/acs-templating/www/doc/demo/list8/add-edit.tcl, packages/acs-templating/www/doc/demo/list9/add-edit.tcl, packages/acs-translations/acs-translations.info, packages/ref-timezones/ref-timezones.info, packages/search/search.info, packages/search/catalog/search.en_US.ISO-8859-1.xml, packages/search/www/search.adp, packages/search/www/search.tcl, www/blank-master.tcl, www/default-master.adp, www/default-master.tcl: Merged 5.3 to HEAD 2007-09-20 05:33 gustafn * packages/acs-tcl/tcl/20-memoize-init.tcl: add cluster stuff only, when clustering is enabled 2007-09-19 06:29 gustafn * packages/acs-subsite/tcl/attribute-procs.tcl: make sql query look more sane 2007-09-18 13:04 gustafn * packages/acs-content-repository/tcl/content-type-procs.tcl: fix for bug #2812 2007-09-18 00:29 maltes * www/default-master.tcl: As link is not supported anymore, we need to call template::head::add_css 2007-09-18 00:06 maltes * www/: blank-master.adp, blank-master.tcl: Fixed the blank master as headscript was not defined (called script) and the foreach did not work either. Not to mention the fact that the <list> tag is unknown to OpenACS templating 2007-09-17 22:40 maltes * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: We need to use the default here, otherwise upgrades might become an issue 2007-09-17 20:49 maltes * packages/acs-templating/tcl/widget-procs.tcl: checkbox and radio widgets are checked not selected when active see: http://www.w3.org/TR/html4/interact/forms.html 2007-09-17 06:26 maltes * packages/acs-admin/www/users/: user-add.adp, user-add.tcl: Made sure we are using the right user-new template 2007-09-17 06:21 maltes * packages/acs-tcl/tcl/proxy-procs.tcl: Rename exec and replace with the proxy version if ns_proxy is installed 2007-09-17 06:06 maltes * packages/acs-content-repository/sql/oracle/content-package.sql: Made sure the content package has the new procedures as well 2007-09-17 06:00 maltes * packages/acs-content-repository/sql/: oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql, postgresql/upgrade/upgrade-5.4.0d6-5.4.0d7.sql: Missing upgrade scripts 2007-09-17 05:58 maltes * packages/acs-content-repository/: acs-content-repository.info, sql/oracle/content-revision.sql, sql/oracle/content-util.sql, sql/oracle/packages-create.sql, sql/postgresql/content-util.sql, tcl/content-revision-procs.tcl: Got rid of reliance on Java for Oracle. Removed unused old functions. Hopefully someone else can help with a fresh install test as well 2007-09-17 02:43 gustafn * packages/: acs-tcl/tcl/00-database-procs.tcl, acs-content-repository/acs-content-repository.info, acs-content-repository/sql/postgresql/content-item.sql, acs-content-repository/sql/postgresql/content-template.sql, acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d4-5.4.0d5.sql, acs-kernel/acs-kernel.info, acs-kernel/sql/postgresql/acs-metadata-create.sql, acs-kernel/sql/postgresql/acs-objects-create.sql, acs-tcl/tcl/security-procs-postgresql.xql, acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql: Get rid of the postgres warning "adding missing FROM-clause entry " on sequences Make "db_nextval acs_object_id_seq" more than twice as fast (from 948 microseconds to 378 microseconds) 2007-09-17 01:50 maltes * packages/acs-tcl/tcl/proxy-procs.tcl: Added proxy procs. Need to think about renaming exec aso at a later stage 2007-09-16 11:42 gustafn * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: fix regression test in cases it fails 2007-09-15 11:17 gustafn * packages/acs-kernel/: acs-kernel.info, sql/postgresql/acs-metadata-create.sql, sql/postgresql/acs-objects-create.sql, sql/postgresql/upgrade/upgrade-5.4.0d1-5.4.0d2.sql: adding missing function args, fixing incorrect function args, including upgrade script 2007-09-15 11:15 gustafn * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql: adding upgrade script 2007-09-15 11:13 gustafn * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-type.sql: Fix incorrect function args 2007-09-15 00:22 hamiltonc * packages/acs-templating/tcl/acs-integration-procs.tcl, packages/acs-templating/tcl/head-procs.tcl, www/blank-master.adp, www/blank-master.tcl, www/default-master.tcl, www/site-master.adp, www/site-master.tcl: commit template::head and the needed modifications in the master templates to make it work to CVS HEAD 2007-09-13 12:04 gustafn * www/default-master.adp: more cleanup for validators: the W3C validator returns an error on empty ULs; so, don't output, if UL of footer is empty. 2007-09-13 06:52 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-callback-procs.tcl, acs-mail-lite-procs.tcl, bounce-procs.tcl, bounce-procs.xql, complex-send-procs.tcl: Added checking for valid emails and record bounces when the email is not valid 2007-09-11 02:44 maltes * packages/acs-subsite/www/user/portrait/erase.adp: Made sure to flush the cache, fixed form error and guaranteed that old images are deleted as well (cleanup) 2007-09-10 02:06 maltes * packages/acs-subsite/www/admin/site-map/: index-postgresql.xql, index.tcl: Made sure we do not display all subsites. Bad idea especially when dealing with dotFolio 2007-09-10 01:43 maltes * packages/acs-subsite/www/image.vuh: Ups. I committed the wrong version. Obviously it should read eq not ne 2007-09-10 01:16 maltes * packages/acs-subsite/www/register/recover-password.tcl: Restored accidently removed version 2007-09-10 01:12 maltes * packages/acs-subsite/www/image.vuh: Made sure that we create the thumbnail if it does not exist. 2007-08-30 03:29 maltes * packages/acs-content-repository/acs-content-repository.info: a *P parameter shoudl be a number 2007-08-30 03:21 maltes * packages/acs-content-repository/: acs-content-repository.info, tcl/acs-content-repository-callback-procs.tcl, tcl/acs-content-repository-init.tcl: Added FileLocationRelativeP paramater in the .info file. If set to 0 it says that the location of the CRFileLocationRoot is not relative to acs_root_dir 2007-08-30 00:23 darior * www/: blank-compat.tcl, blank-compat.adp: Fix for multiple xinhas on one page. 2007-08-29 11:28 maltes * packages/acs-content-repository/: acs-content-repository.info, sql/oracle/content-create.sql, sql/oracle/content-image.sql, sql/postgresql/content-create.sql, tcl/acs-content-repository-callback-procs.tcl, tcl/acs-content-repository-init.tcl, tcl/revision-procs.tcl: Support for relative file locations which might even reside on a windows drive and therefore start with d:\ 2007-08-29 07:34 maltes * packages/acs-automated-testing/acs-automated-testing.info: New versionnumber 2007-08-29 07:32 maltes * packages/acs-automated-testing/www/admin/: index.adp, index.tcl, record-test.adp, record-test.tcl: Added recording of a tcl webtest test written by enrique at quest 2007-08-29 07:16 maltes * packages/acs-lang/tcl/: lang-catalog-procs.tcl, localization-procs.tcl: Minor bugfix to make sure that the parameter is found even when upgrading the packages 2007-08-29 07:01 maltes * packages/acs-templating/: acs-templating.info, tcl/data-procs.tcl, tcl/date-procs.tcl, tcl/form-procs.tcl, tcl/list-procs.tcl, tcl/spellcheck-init.tcl, tcl/widget-procs.tcl: Fixed a couple of issues with date and spellchecking as they were fixed by Quest 2007-08-29 06:53 maltes * packages/acs-tcl/: acs-tcl.info, lib/ad-return-error.adp, tcl/apm-procs.xql, tcl/defs-procs.tcl, tcl/tcl-documentation-procs.tcl, tcl/widgets-procs.tcl: Added support for custom error templates. Added negative float procedure from Brian Fenton (Quest) 2007-08-29 06:44 maltes * packages/acs-subsite/: acs-subsite.info, lib/home.adp, lib/home.tcl, lib/home.xql, www/pvt/home.adp, www/pvt/home.tcl: Made sure you can use a different home template 2007-08-29 05:59 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-procs.tcl, bounce-procs.tcl, complex-send-procs.tcl, incoming-mail-procs.tcl: Fixing minor bugs with regards to parameters and started to split up the code a little bit more to make it readable 2007-08-29 05:58 maltes * packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql: Fixing Oracle 2007-08-27 05:09 maltes * packages/acs-subsite/www/shared/portrait-bits.tcl: Made sure that we are redirecting for thumbnails so we can cache them on the proxy server 2007-08-24 01:29 maltes * packages/acs-templating/www/resources/forms.css: New forms.css from 5.3 2007-08-24 01:27 maltes * packages/acs-templating/resources/forms/standard.adp: New standard.adp from oacs-5-3 2007-08-22 00:31 maltes * packages/acs-subsite/www/shared/portrait-bits.tcl: Made sure we are not returning something for the portrait if it was not found as this confuses the load balancer. I personally think we should not return the error message, especially as the portrait-bits are usually included as an image in OpenACS, which makes the error senseless anyway 2007-08-21 06:58 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fix for previous commit. The objec might not exist in the cache 2007-08-21 06:52 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: Made sure to not append the URL twice 2007-08-21 02:08 maltes * packages/acs-tcl/tcl/community-core-procs.tcl: Fixed problem for signup due to caching 2007-08-20 14:49 maltes * packages/acs-subsite/www/shared/portrait-bits.tcl: Support for providing the item_id of the portrait directly 2007-08-20 14:47 maltes * packages/acs-tcl/tcl/: community-core-procs.tcl, community-core-procs.xql: Added procedure to provide the portrait_id of a user 2007-08-20 13:10 maltes * packages/acs-tcl/tcl/: community-core-procs.tcl, community-core-procs.xql: Cached the user_id from username procedure as this will not change that easily / often 2007-08-17 09:50 maltes * packages/acs-tcl/tcl/: pools-init.tcl: Never change a running system. Maxconns was correct after all 2007-08-17 09:45 maltes * packages/acs-tcl/lib/page-error.adp: Change back to default master from wrong commit 2007-08-17 09:44 maltes * packages/acs-tcl/: lib/page-error.adp, tcl/pools-init.tcl: Made sure we are still using maxconnections which seems to be still the case and not maxconns 2007-08-17 09:40 maltes * packages/acs-tcl/tcl/pools-init.tcl: Added Tom Jacksons pools.tcl as an init for OpenACS so we can get teh pools to work in AOLserver 4.5 2007-08-17 07:03 maltes * packages/acs-tcl/tcl/: community-core-procs.tcl, community-core-procs.xql: Performance increase by a factor of 200 2007-08-14 07:09 maltes * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed ad_conn peeraddr to return the correct IP Address 2007-08-13 05:30 maltes * packages/acs-lang/: tcl/lang-catalog-procs.tcl, www/admin/import-messages.adp, www/admin/import-messages.tcl: Fixing two things I forgot 2007-08-13 04:13 maltes * packages/acs-lang/: acs-lang.info, tcl/lang-catalog-procs.tcl, tcl/lang-message-procs.tcl, tcl/localization-procs.tcl, www/admin/export-messages.adp, www/admin/import-messages.adp, www/admin/import-messages.tcl, www/admin/localized-message-new.tcl, www/admin/message-delete.adp, www/admin/message-delete.tcl, www/admin/message-list-oracle.xql, www/admin/message-list.adp, www/admin/message-list.tcl, www/admin/package-list.adp, www/admin/package-list.tcl: Introduced (from AIMS product by Quest) the KeepLocalTranslations Parameter which allows anyone to keep their local changes even if the merge function believes the local change should be overwritten. A conflict is raised in this case. Additionally made sure we cannot register a message to a non existent package_key. Also be a little bit more conservative when deleting message keys (so they can only be deleted from the main locale, otherwise only unregistered 2007-08-12 23:11 avni * packages/: acs-admin/www/users/merge-confirm.adp, acs-templating/resources/forms/accessible-forms.adp, acs-templating/resources/forms/standard.adp, acs-templating/www/resources/htmlarea/index.html, acs-templating/www/resources/htmlarea/popups/about.html, acs-templating/www/resources/xinha-nightly/functionsMozilla.js, acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php, acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html, acs-templating/www/resources/xinha-nightly/popups/about.html: changing <br/> to <br> to meet html transitional validation requirements 2007-08-12 23:04 avni * packages/: acs-api-browser/tcl/acs-api-documentation-procs.tcl, acs-templating/tcl/richtext-procs.tcl: changing <br/> to <br> to meet html transitional validation requirements 2007-08-11 20:31 matthewg * packages/acs-subsite/www/pvt/home.tcl: I missed one reference to the user_new_template in my last commit, this fixes that 2007-08-11 20:27 matthewg * packages/acs-subsite/www/pvt/: home.adp, home.tcl: UserInfoTemplate should be used instead of UserNewTemplate when at /pvt/home since we are not creeating a new user but editing the info on an existing one 2007-08-02 04:10 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: The admin in the subsite list has provided problems. 2007-08-01 01:30 avni * packages/acs-tcl/tcl/tdom-procs.tcl: changing 'empty_string_p' call to 'string equal x1 x2', rewording 'pointer' to 'object' to be more like tdom terminology and be less confusing as these are not real pointers, but tdom objects, and getting rid of unnecessary 'string trim' calls 2007-07-30 14:39 avni * packages/acs-tcl/tcl/tdom-procs.tcl: TDOM helper procs 2007-07-30 13:30 matthewg * packages/acs-templating/tcl/widget-procs.tcl: Fixing template::widget::menu. Checkbox and radio widgets are checked not selected when active. See: http://www.w3.org/TR/html4/interact/forms.html 2007-07-30 13:19 avni * packages/acs-subsite/tcl/application-group-procs-oracle.xql: fixing bug in query application_group::delete.delete - removing extra comma 2007-07-25 05:18 maltes * packages/acs-templating/: acs-templating.info, tcl/form-procs.tcl, tcl/list-procs.tcl: Added support for templates being located *outside* acs-templating/resources 2007-07-20 06:32 leed * packages/acs-tcl/tcl/utilities-procs.tcl: Fixed case where the upload times out. 2007-07-20 05:48 leed * packages/acs-tcl/tcl/utilities-procs.tcl: Fixed file handle leakage in util_http_file_upload when the connection is refused by the remote server. 2007-07-20 03:41 donb * packages/search/tcl/: search-init.tcl, search-procs.tcl: 1. check for oracle by checking for oracle, rather than not postgres 2. only call oracle if we're using oracle 2007-07-15 17:54 gustafn * packages/acs-tcl/tcl/: 00-database-procs.tcl, security-procs.tcl, utilities-procs.tcl: rollback last commit on unrelated files 2007-07-15 17:47 gustafn * packages/acs-tcl/tcl/: 00-database-procs.tcl, security-procs.tcl, text-html-procs.tcl, utilities-procs.tcl: fix a bug in ad_html_to_text: This function breaks, when it encounters a (valid) entity like &0038; The problem was, that the old code interpreted the numeric value of the entity as an octal value because it starts with leading zeros. 2007-07-10 02:59 darior * packages/acs-tcl/tcl/server-cluster-procs.tcl: solve problem in cluster with ports 2007-07-06 05:13 gustafn * packages/acs-kernel/catalog/: acs-kernel.ar_LB.utf-8.xml, acs-kernel.ast_ES.ISO-8859-1.xml, acs-kernel.ca_ES.ISO-8859-1.xml, acs-kernel.ch_zh.utf-8.xml, acs-kernel.cs_CZ.utf-8.xml, acs-kernel.da_DK.ISO-8859-1.xml, acs-kernel.de_DE.ISO-8859-1.xml, acs-kernel.el_GR.utf-8.xml, acs-kernel.en_AU.ISO-8859-1.xml, acs-kernel.en_US.ISO-8859-1.xml, acs-kernel.es_CO.ISO-8859-1.xml, acs-kernel.es_ES.ISO-8859-1.xml, acs-kernel.es_GT.ISO-8859-1.xml, acs-kernel.eu_ES.ISO-8859-1.xml, acs-kernel.fr_FR.ISO-8859-1.xml, acs-kernel.gl_ES.ISO-8859-1.xml, acs-kernel.hi_IN.utf-8.xml, acs-kernel.hu_HU.utf-8.xml, acs-kernel.it_IT.ISO-8859-1.xml, acs-kernel.ja_JP.utf-8.xml, acs-kernel.ko_KR.utf-8.xml, acs-kernel.ms_MY.utf-8.xml, acs-kernel.nl_NL.ISO-8859-1.xml, acs-kernel.nl_ZA.ISO-8859-1.xml, acs-kernel.nn_NO.ISO-8859-1.xml, acs-kernel.no_NO.ISO-8859-1.xml, acs-kernel.pa_IN.utf-8.xml, acs-kernel.pl_PL.utf-8.xml, acs-kernel.pt_PT.ISO-8859-1.xml, acs-kernel.ro_RO.utf-8.xml, acs-kernel.ru_RU.utf-8.xml, acs-kernel.sv_SE.ISO-8859-1.xml, acs-kernel.tr_TR.utf-8.xml, acs-kernel.zh_CN.utf-8.xml, acs-kernel.zh_TW.utf-8.xml: changeing message key acs-kernel.common_no to acs-kernel.common_No (since the label is No as well), adding a new message key acs-kernel.common_no (with lower case "no") 2007-07-06 04:38 gustafn * packages/acs-kernel/catalog/: acs-kernel.ca_ES.ISO-8859-1.xml, acs-kernel.de_DE.ISO-8859-1.xml, acs-kernel.en_US.ISO-8859-1.xml, acs-kernel.es_ES.ISO-8859-1.xml, acs-kernel.gl_ES.ISO-8859-1.xml, acs-kernel.it_IT.ISO-8859-1.xml, acs-kernel.nl_NL.ISO-8859-1.xml, acs-kernel.nl_ZA.ISO-8859-1.xml, acs-kernel.pl_PL.utf-8.xml, acs-kernel.pt_BR.ISO-8859-1.xml: fix typo in message catalog: common_lastt -> common_last 2007-06-28 14:21 matthewg * packages/acs-tcl/tcl/site-nodes-procs.tcl: Replacing a db_foreach with a tcl foreach loop of a db_list_of_lists because you can run out of db pools if site_node::update_cache is called in the loop for too many parent nodes 2007-06-28 10:23 matthewg * packages/notifications/sql/oracle/: notifications-core-create.sql, notifications-package-create.sql, upgrade/upgrade-5.4.0d2-5.4.0d3.sql: Adding support for oracle for the upgrade to 5.4.0d3 which allows for file attachments 2007-06-28 00:23 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed problem with mutex locking up the site when we needed to update the parent 2007-06-27 16:35 cesarh * packages/acs-tcl/tcl/apm-procs.tcl: Changing the proc instance_new, now it takes the package-instance-name instead of instance_name, and fall back to current behavior if the package-instance-name is empty 2007-06-27 16:25 cesarh * packages/acs-tcl/tcl/apm-install-procs.tcl: Adding the following: 1. Added a new attribute called package-instance-name to use it as label in the context bar. 2. Added a new proc called apm::package_version::attributes::set_all_instances_names which changes all instances names for those packages that have the attribute package-instance-name and the instance name is equal to package-name. 3. Added a new proc called apm::package_version::attributes::get_instance_name which gets the package-instance-name for a given package-key. 2007-06-27 16:05 cesarh * packages/notifications/notifications.info: bumping version numbers to 5.4.0d4, since was added the attribute package-instance-name to use it in the context bar. 2007-06-27 16:00 cesarh * packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml: Addind message key "notifications" to use it in the context bar. 2007-06-27 11:54 matthewg * packages/notifications/: notifications.info, sql/postgresql/notifications-core-create.sql, sql/postgresql/notifications-package-create.sql, sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql, tcl/apm-callback-procs.tcl, tcl/delivery-method-procs.tcl, tcl/notification-email-procs.tcl, tcl/notification-procs.tcl, tcl/sweep-procs-oracle.xql, tcl/sweep-procs-postgresql.xql, tcl/sweep-procs.tcl: Adding support for file attachments via file_ids in the notifications table, includes sql upgrade scripts and bumps the version to 5.4.0d3 2007-06-25 17:05 donb * packages/acs-subsite/tcl/: callback-procs.tcl, group-procs.tcl: Reverted ill-conceived changes by MatthewG 2007-06-25 17:02 matthewg * packages/acs-subsite/tcl/: callback-procs.tcl, group-procs.tcl: Reverting previous change pending further discussion, cleanup and formal approvals. 2007-06-25 12:37 matthewg * packages/acs-subsite/tcl/: callback-procs.tcl, group-procs.tcl: Adding group::add_member callback and changed the group::add_member proc to allow organization_rel's to be used - since organization => group mappings are needed and membership_rel requires person => group mappings. 2007-06-25 06:52 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: Remove ds_comment 2007-06-25 03:25 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed an issue with two identical entries in site_node_url_by_object_id 2007-06-19 23:21 maltes * packages/acs-admin/www/: index.adp, index.tcl: Made sure that we are not loading subsites if there are to many of them 2007-06-19 06:31 donb * packages/acs-subsite/acs-subsite.info: Added image/png to the allowable portrait image types 2007-06-17 02:20 gustafn * www/: site-master.adp, site-master.tcl: when multiple xinhas should be presented on a page, the code was broken; fix for this bug, which was introduced recently 2007-06-13 18:36 gustafn * packages/acs-templating/www/resources/xinha-nightly/: Xinha.css, XinhaCore.js, htmlarea.js, release-notes.txt, examples/Newbie.html, examples/XinhaConfig.js, examples/custom.css, examples/dynamic.css, examples/ext_example-body.html, examples/ext_example-menu.php, examples/ext_example.html, examples/full_example.css, examples/stylist.css, examples/testbed.html, lang/de.js, lang/eu.js, lang/fr.js, lang/ja.js, modules/ColorPicker/ColorPicker.js, modules/CreateLink/link.js, modules/Dialogs/popupwin.js, modules/Gecko/Gecko.js, modules/GetHtml/DOMwalk.js, modules/InsertImage/insert_image.js, modules/InternetExplorer/InternetExplorer.js, plugins/CharCounter/char-counter.js, plugins/CharacterMap/character-map.js, plugins/CharacterMap/lang/fr.js, plugins/Equation/example.html, plugins/ExtendedFileManager/editor.php, plugins/ExtendedFileManager/images.php, plugins/ExtendedFileManager/manager.php, plugins/ExtendedFileManager/prompt.html, plugins/ExtendedFileManager/resizer.php, plugins/ExtendedFileManager/Classes/ExtendedFileManager.php, plugins/ExtendedFileManager/assets/EditorContent.js, plugins/ExtendedFileManager/assets/images.js, plugins/ExtendedFileManager/assets/manager.css, plugins/ExtendedFileManager/assets/manager.js, plugins/ExtendedFileManager/assets/popup.js, plugins/ExtendedFileManager/lang/de.js, plugins/HtmlEntities/Entities.js, plugins/ImageManager/config.inc.php, plugins/ImageManager/editor.php, plugins/ImageManager/editorFrame.php, plugins/ImageManager/image-manager.js, plugins/ImageManager/images.php, plugins/ImageManager/manager.php, plugins/ImageManager/resizer.php, plugins/ImageManager/thumbs.php, plugins/ImageManager/Classes/Files.php, plugins/ImageManager/Classes/GD.php, plugins/ImageManager/Classes/IM.php, plugins/ImageManager/Classes/ImageEditor.php, plugins/ImageManager/Classes/ImageManager.php, plugins/ImageManager/Classes/NetPBM.php, plugins/ImageManager/Classes/Thumbnail.php, plugins/ImageManager/Classes/Transform.php, plugins/ImageManager/assets/EditorContent.js, plugins/ImageManager/assets/manager.css, plugins/ImageManager/assets/manager.js, plugins/ImageManager/assets/popup.js, plugins/Linker/linker.js, plugins/SaveSubmit/lang/fr.js, plugins/SmartReplace/dialog.html, plugins/SmartReplace/smart-replace.js, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-checker.js, plugins/Stylist/stylist.js, plugins/SuperClean/tidy.php, plugins/TableOperations/table-operations.js, plugins/TableOperations/popups/merge_cells.html, popups/popup.js, skins/silva/skin.css, skins/silva/statusbar.png, skins/silva/toolbar.png: upgraded xinha to version 0.931 2007-06-08 10:44 gustafn * packages/acs-service-contract/: acs-service-contract.info, sql/postgresql/acs-sc-msg-types-create.sql, sql/postgresql/acs-sc-packages-create.sql, sql/postgresql/upgrade/upgrade-5.3.1-5.4.0d1.sql: add missing function_args to stored precedures (provided by Stefan Sobernig) 2007-06-05 02:06 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: Made sure that we preload the non acs-subsite packages mounted under root 2007-06-05 02:01 maltes * packages/acs-tcl/tcl/: request-processor-procs.tcl, site-nodes-procs.tcl: If you add www. to the hostname it should still work with the hostename based node mapping 2007-05-29 08:29 maltes * packages/acs-tcl/tcl/: site-nodes-procs.tcl, utilities-procs.tcl: change notice to debug. add string_check_urlsafe 2007-05-28 22:40 maltes * packages/acs-subsite/: acs-subsite.info, lib/email-confirm.adp, lib/email-confirm.tcl, www/register/email-confirm.adp, www/register/email-confirm.tcl: Support for EmailConfirm template 2007-05-28 22:40 maltes * packages/acs-subsite/www/shared/portrait-bits.tcl: Portrait bits are included so I deem it a bad idea to raise an ad_return_error, especially if not all users have portraits 2007-05-28 22:38 maltes * packages/acs-subsite/www/user/: basic-info-update.adp, basic-info-update.tcl: Ups. Wrong copy/paste. Now it goes correctly to the userinfotemplate 2007-05-28 22:37 maltes * packages/acs-subsite/www/user/portrait/: upload.adp, upload.tcl: Handle thumbnail portraits correctly. Especially delete them when the original changes or was deleted. Additional delete the items for good and not let them linger around. We do not have an interface to resurrect old portraits and if a user willingly uploads or deletes a portrait he should not have a photo album of portraits to come back to. 2007-05-28 10:05 maltes * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Message key should not start with package_key 2007-05-28 08:51 maltes * packages/acs-admin/: acs-admin.info, tcl/acs-admin-callback-procs.tcl, www/users/member-state-change.tcl: Added support for after user state change callback 2007-05-27 07:35 maltes * packages/acs-kernel/acs-kernel.info: Support for cookiedomain 2007-05-27 07:32 maltes * packages/acs-tcl/: lib/ad-return-complaint.adp, tcl/security-procs.tcl: Added support for cookie domain 2007-05-27 07:31 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: has_children_p might not always exist 2007-05-27 04:29 maltes * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed the site node lazy caching by applying different methods. Now let's hope that we are not having too many unnecessary trips to the database because of the url's location in /www or in /packages/acs-subsite/www 2007-05-26 03:51 maltes * packages/notifications/: notifications.info, catalog/notifications.de_DE.ISO-8859-1.xml, catalog/notifications.en_US.ISO-8859-1.xml: New messages 2007-05-26 03:43 maltes * packages/notifications/: tcl/notification-display-procs.tcl, www/manage-postgresql.xql, www/manage.adp, www/manage.tcl, www/subscribers.adp, www/subscribers.tcl: Show admins who is subscribed to an object 2007-05-17 04:08 emmar * packages/: acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, search/catalog/search.es_ES.ISO-8859-1.xml: Spanish translation 2007-05-17 03:37 emmar * www/default-master.adp: Fix master source value 2007-05-17 03:09 emmar * packages/acs-content-repository/sql/common/mime-type-data.sql: Remove duplicated inserts of Open Documents mime types 2007-05-16 16:30 donb * packages/acs-subsite/tcl/subsite-procs.tcl: Improved a previous fix slightly 2007-05-15 13:14 donb * packages/notifications/: notifications.info, catalog/notifications.ar_EG.utf-8.xml, catalog/notifications.ar_LB.utf-8.xml, catalog/notifications.ast_ES.ISO-8859-1.xml, catalog/notifications.ca_ES.ISO-8859-1.xml, catalog/notifications.da_DK.ISO-8859-1.xml, catalog/notifications.de_DE.ISO-8859-1.xml, catalog/notifications.el_GR.utf-8.xml, catalog/notifications.en_US.ISO-8859-1.xml, catalog/notifications.es_ES.ISO-8859-1.xml, catalog/notifications.es_GT.ISO-8859-1.xml, catalog/notifications.eu_ES.ISO-8859-1.xml, catalog/notifications.fi_FI.utf-8.xml, catalog/notifications.fr_FR.ISO-8859-1.xml, catalog/notifications.gl_ES.ISO-8859-1.xml, catalog/notifications.hu_HU.utf-8.xml, catalog/notifications.it_IT.ISO-8859-1.xml, catalog/notifications.ko_KR.utf-8.xml, catalog/notifications.ms_MY.utf-8.xml, catalog/notifications.nl_NL.ISO-8859-1.xml, catalog/notifications.nn_NO.ISO-8859-1.xml, catalog/notifications.no_NO.ISO-8859-1.xml, catalog/notifications.pl_PL.utf-8.xml, catalog/notifications.pt_BR.ISO-8859-1.xml, catalog/notifications.pt_PT.ISO-8859-1.xml, catalog/notifications.ru_RU.utf-8.xml, catalog/notifications.sv_SE.ISO-8859-1.xml, catalog/notifications.zh_CN.utf-8.xml, tcl/notification-display-procs.tcl, www/manage.adp, www/request-change-frequency.adp, www/request-new.adp, www/admin/index.adp: Merged changes to HEAD ... 2007-05-15 03:37 darior * packages/tsearch2-driver/: tsearch2-driver.info, tcl/tsearch2-driver-procs.tcl: Added new parameter to limite the file indexed size (we have crashes in pg 8.2.4) 2007-05-14 15:53 donb * packages/acs-subsite/www/file.vuh: Removed check for views packages, Daveb thinks this was something he did for a client and checked in by accident. 2007-05-14 13:30 donb * ChangeLog, readme.txt, etc/config.tcl, packages/acs-admin/acs-admin.info, packages/acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml, packages/acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml, packages/acs-admin/lib/service-parameters.tcl, packages/acs-admin/tcl/apm-admin-procs.tcl, packages/acs-admin/www/apm/version-callbacks.tcl, packages/acs-admin/www/apm/version-i18n.tcl, packages/acs-admin/www/auth/authority.tcl, packages/acs-admin/www/auth/batch-job.tcl, packages/acs-admin/www/auth/index.tcl, packages/acs-api-browser/acs-api-browser.info, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-automated-testing/tcl/tclwebtest-procs.tcl, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-bootstrap-installer/installer.tcl, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/common/mime-type-data.sql, packages/acs-content-repository/sql/postgresql/content-create.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b2-5.3.0b3.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql, packages/acs-content-repository/tcl/test/content-search-procs.tcl, packages/acs-core-docs/acs-core-docs.info, packages/acs-core-docs/www/xml/Makefile, packages/acs-core-docs/www/xml/variables.ent, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, packages/acs-kernel/sql/oracle/acs-permissions-create.sql, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.1b1-5.3.1b2.sql, packages/acs-kernel/sql/postgresql/acs-permissions-create.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.1b1-5.3.1b2.sql, packages/acs-lang/acs-lang.info, packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml, packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml, packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml, packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml, packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml, packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml, packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml, packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml, packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, packages/acs-lang/sql/oracle/ad-locales.sql, packages/acs-lang/sql/postgresql/ad-locales.sql, packages/acs-lang/tcl/lang-util-procs.tcl, packages/acs-lang/tcl/lang-widget-procs.tcl, packages/acs-lang/www/admin/batch-editor.tcl, packages/acs-lang/www/admin/locale-edit.tcl, packages/acs-lang/www/admin/set-system-timezone.tcl, packages/acs-messaging/acs-messaging.info, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, packages/acs-subsite/lib/user-info.tcl, packages/acs-subsite/tcl/group-procs.tcl, packages/acs-subsite/www/file.vuh, packages/acs-subsite/www/image.vuh, packages/acs-subsite/www/permissions/perm-include.tcl, packages/acs-subsite/www/pvt/home.adp, packages/acs-subsite/www/resources/core.js, packages/acs-subsite/www/resources/email.gif, packages/acs-subsite/www/resources/email_add.gif, packages/acs-subsite/www/resources/email_delete.gif, packages/acs-subsite/www/resources/email_open.gif, packages/acs-subsite/www/resources/feed.gif, packages/acs-subsite/www/shared/parameters.tcl, packages/acs-subsite/www/shared/whos-online.adp, packages/acs-subsite/www/user/portrait/comment-edit.adp, packages/acs-subsite/www/user/portrait/upload.adp, packages/acs-tcl/acs-tcl.info, packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, packages/acs-tcl/lib/progress-bar.adp, packages/acs-tcl/lib/static-progress-bar.adp, packages/acs-tcl/lib/static-progress-bar.tcl, packages/acs-tcl/tcl/00-database-procs.tcl, packages/acs-tcl/tcl/application-data-link-procs.tcl, packages/acs-tcl/tcl/application-data-link-procs.xql, packages/acs-tcl/tcl/database-init.tcl, packages/acs-tcl/tcl/form-processing-procs.tcl, packages/acs-tcl/tcl/table-display-procs.tcl, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-tcl/tcl/widgets-procs.tcl, packages/acs-tcl/tcl/test/application-data-link-procs.tcl, packages/acs-templating/acs-templating.info, packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml, packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.el_GR.utf-8.xml, packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml, packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml, packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml, packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml, packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml, packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml, packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml, packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml, packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml, packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml, packages/acs-templating/resources/forms/accessible-forms.adp, packages/acs-templating/resources/forms/standard.adp, packages/acs-templating/resources/lists/courses.adp, packages/acs-templating/resources/lists/filters.adp, packages/acs-templating/resources/lists/list.adp, packages/acs-templating/resources/lists/table.adp, packages/acs-templating/tcl/currency-procs.tcl, packages/acs-templating/tcl/date-procs.tcl, packages/acs-templating/tcl/element-procs.tcl, packages/acs-templating/tcl/form-procs.tcl, packages/acs-templating/tcl/list-procs.tcl, packages/acs-templating/tcl/parse-procs.tcl, packages/acs-templating/tcl/richtext-procs.tcl, packages/acs-templating/tcl/spellcheck-procs.tcl, packages/acs-templating/tcl/tag-init.tcl, packages/acs-templating/tcl/widget-procs.tcl, packages/acs-templating/www/resources/forms.css, packages/acs-templating/www/resources/lists.css, packages/acs-templating/www/resources/mktree.css, packages/acs-templating/www/resources/xinha-nightly/htmlarea.js, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js, packages/acs-translations/acs-translations.info, packages/ref-timezones/ref-timezones.info, packages/search/search.info, packages/search/catalog/search.de_DE.ISO-8859-1.xml, packages/search/catalog/search.en_US.ISO-8859-1.xml, packages/search/catalog/search.es_ES.ISO-8859-1.xml, packages/search/catalog/search.nl_NL.ISO-8859-1.xml, packages/search/catalog/search.pl_PL.utf-8.xml, packages/search/catalog/search.pt_BR.ISO-8859-1.xml, packages/search/tcl/search-procs.tcl, packages/search/www/search.tcl, www/blank-compat.adp, www/blank-compat.tcl, www/blank-master.adp, www/blank-master.tcl, www/default-master.adp, www/default-master.tcl, www/site-compat.adp, www/site-compat.tcl, www/site-master.adp, www/site-master.tcl: Merged the 5.3 branch with HEAD. Look for tags with the pattern drb-*-20070513 2007-05-05 23:58 maltes * packages/acs-subsite/: acs-subsite.info, tcl/subsite-procs.tcl, www/members/user-new.adp, www/members/user-new.tcl, www/pvt/home.adp, www/pvt/home.tcl, www/register/index.adp, www/register/index.tcl, www/register/user-new.adp, www/register/user-new.tcl, www/user/basic-info-update.adp, www/user/basic-info-update.tcl: Bugfixes 2007-05-05 06:07 maltes * packages/acs-subsite/: acs-subsite.info, tcl/email-image-procs.tcl, tcl/subsite-procs.tcl, www/resources/core.js, www/resources/default-master.css, www/resources/site-master.css, www/shared/parameters.tcl: Merged from 5.3 what I could detect what needed to be merged 2007-05-04 04:45 maltes * packages/notifications/: notifications.info, catalog/notifications.en_US.ISO-8859-1.xml, www/manage.adp: Upgraded version numbers to reflect the fact that it belongs to the 5.4 release. Made sure it depends on an acs-mail-lite version which has complex_send 2007-05-02 02:32 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql: Applied patch #841 fixes bug #3087 2007-04-18 02:13 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-init.tcl, acs-mail-lite-procs.tcl: Made sure that you are only sending if the to_addr is not empty after working on it 2007-04-16 00:02 gustafn * packages/acs-kernel/sql/: oracle/upgrade/upgrade-5.3.0b1-5.3.0b2.sql, postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql: create indices conditionally in upgrade scripts (many thanks to daveb for the snippets for oracle and postres) 2007-04-15 04:09 gustafn * packages/acs-kernel/sql/: oracle/upgrade/upgrade-5.3.0b1-5.3.0b2.sql, postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql: adding missing upgrade scripts to create index 2007-04-13 14:38 gustafn * packages/acs-kernel/: acs-kernel.info, sql/oracle/acs-permissions-create.sql, sql/postgresql/acs-permissions-create.sql: create an additional index to speed up permission checking 2007-04-13 12:53 gustafn * packages/acs-subsite/tcl/group-procs.tcl: Fix for bug #2998; this fixes as well a bug, when the regression test is run more than once without restarting the server. 2007-04-13 03:23 gustafn * packages/acs-content-repository/tcl/: filter-procs.tcl, item-procs-postgresql.xql, item-procs.tcl, publish-procs.tcl: some more cleanup of the item-procs.tcl, and calls to item:: in packages/acs-content-repository 2007-04-12 04:52 gustafn * packages/acs-content-repository/tcl/: content-item-procs.tcl, content-revision-procs.tcl, item-procs-oracle.xql, item-procs.tcl, item-procs.xql: Major cleanup of item-procs, replaced DB calls by calls to content::item::* in 18 of the 24 deprecated procs, just six procs are still required. Commented most of the affected calls in ::content::item::* 2007-04-12 00:32 maltes * etc/backup.sh: Added the option to rsync instead of tar and scp. This is useful if you have a large number of files in the content repository which you do not want to compress (especially if you have podcasts there) 2007-04-11 11:46 gustafn * packages/acs-content-repository/tcl/item-procs-postgresql.xql: removed unneeded .xql query with typo 2007-04-09 00:12 maltes * packages/acs-mail-lite/: acs-mail-lite.info, catalog/acs-mail-lite.en_US.ISO-8859-1.xml: New langauge keys 2007-04-09 00:10 maltes * packages/acs-admin/www/users/: bouncing-users.adp, bouncing-users.tcl, bouncing-users.xql, index.adp: Added link for bouncing users 2007-04-08 23:39 maltes * packages/acs-subsite/www/file.vuh: Actually track the object_id, there is no file_id 2007-04-08 23:39 maltes * packages/acs-subsite/www/register/: restore-bounce.adp, restore-bounce.tcl: Added files to restore user accounts if email is bouncing 2007-04-08 23:36 maltes * packages/acs-mail-lite/tcl/incoming-mail-procs.tcl: Added support for autoreplys 2007-04-08 23:18 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-procs-oracle.xql, acs-mail-lite-procs-postgresql.xql, acs-mail-lite-procs.xql, bounce-procs-oracle.xql, bounce-procs-postgresql.xql, bounce-procs.tcl, bounce-procs.xql: Some more cleanup, put bounce restore in acs-subsite 2007-04-08 01:25 maltes * packages/acs-mail-lite/: catalog/acs-mail-lite.en_US.ISO-8859-1.xml, tcl/bounce-procs.tcl, www/restore-bounce.adp, www/restore-bounce.tcl: Added enabling of bouncing e-mails 2007-04-08 01:12 maltes * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-procs.tcl, tcl/bounce-procs.tcl, tcl/incoming-mail-procs.tcl: Some cleanup 2007-04-06 10:36 gustafn * packages/acs-tcl/tcl/00-database-procs.tcl: fix db_string to work with different databases 2007-03-29 16:13 victorg * packages/acs-api-browser/lib/search.tcl: Typo in var name ( db_doc_serch_query_name ) 2007-03-28 23:51 gustafn * packages/acs-content-repository/: acs-content-repository.info, sql/common/mime-type-data.sql, sql/common/upgrade/upgrade-5.3.0b1-5.3.0b2.sql: add mime types for .xpi and .mp4 2007-03-26 23:34 gustafn * packages/acs-admin/www/install/index.adp: fix: add needed ending slash in link pointing to http://openacs.org/repository/ 2007-03-16 22:31 maltes * packages/acs-subsite/www/register/user-new.tcl: Made sure you pass on the return_url to the alternative registration 2007-03-14 06:21 daveb * packages/acs-templating/www/scripts/xinha/attach-file.adp: Add link capabilities for attach-file 2007-03-14 01:55 maltes * packages/acs-tcl/tcl/request-processor-procs.tcl: Added charset support from oacs-5-3 2007-03-13 05:48 daveb * packages/acs-templating/www/scripts/xinha/attach-file.tcl: Make sure f_href is set so the javascript can pass the link back to xinha. 2007-03-13 01:09 maltes * packages/acs-tcl/tcl/: site-nodes-procs-oracle.xql, site-nodes-procs-postgresql.xql, site-nodes-procs.tcl, site-nodes-procs.xql: Implemented site node lazy caching. This will prevent the site from loading the whole site node at the startup but on demand 2007-03-09 08:45 maltes * packages/acs-tcl/tcl/: site-nodes-procs.tcl, site-nodes-procs.xql: provide a procedure to get the root_node_id and make it cached (as the root node_id will not change that easily without a restart) 2007-02-27 16:31 jiml * ChangeLog, etc/config.tcl: a config parameter read used a hardwired server name; unhardwired it 2007-02-26 02:07 gustafn * packages/acs-templating/tcl/richtext-procs.tcl: don't check HTML security properties, when the user is a side wide admin or a package admin 2007-02-25 11:06 gustafn * packages/acs-templating/www/resources/xinha-nightly/: Xinha.css, XinhaCore.js, htmlarea.js, release-notes.txt, examples/custom.css, examples/dynamic.css, examples/ext_example-body.html, examples/ext_example-menu.php, examples/ext_example.html, examples/full_example.css, examples/full_example.js, examples/stylist.css, examples/testbed.html, images/ed_about.gif, images/ed_align.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_buttons_main.gif, images/ed_charmap.gif, images/ed_clearfonts.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_killword.gif, images/ed_left_to_right.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_overwrite.gif, images/ed_paste.gif, images/ed_print.gif, images/ed_redo.gif, images/ed_right_to_left.gif, images/ed_rmformat.gif, images/ed_save.gif, images/ed_saveas.gif, images/ed_selectall.gif, images/ed_show_border.gif, images/ed_splitblock.gif, images/ed_splitcel.gif, images/ed_undo.gif, images/ed_word_cleaner.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, images/insertfilelink.gif, images/tidy.gif, images/toggle_borders.gif, images/xinha_logo.gif, images/de/bold.gif, images/de/italic.gif, images/de/underline.gif, images/fr/bold.gif, images/fr/strikethrough.gif, images/fr/underline.gif, lang/b5.js, lang/ch.js, lang/cz.js, lang/da.js, lang/de.js, lang/ee.js, lang/el.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/he.js, lang/hu.js, lang/it.js, lang/ja.js, lang/lt.js, lang/lv.js, lang/nb.js, lang/nl.js, lang/ro.js, lang/ru.js, lang/si.js, lang/vn.js, modules/ColorPicker/ColorPicker.js, modules/CreateLink/link.js, modules/Dialogs/dialog.js, modules/Dialogs/inline-dialog.js, modules/Dialogs/popupwin.js, modules/FullScreen/full-screen.js, modules/FullScreen/lang/ja.js, modules/Gecko/Gecko.js, modules/Gecko/paraHandlerBest.js, modules/Gecko/paraHandlerDirty.js, modules/GetHtml/DOMwalk.js, modules/GetHtml/TransformInnerHTML.js, modules/InsertImage/insert_image.html, modules/InsertImage/insert_image.js, modules/InsertTable/insert_table.html, modules/InsertTable/insert_table.js, modules/InternetExplorer/InternetExplorer.js, plugins/Abbreviation/abbreviation.js, plugins/Abbreviation/img/ed_abbreviation.gif, plugins/Abbreviation/lang/ja.js, plugins/Abbreviation/popups/abbreviation.html, plugins/BackgroundImage/img/ed_bgimage.gif, plugins/BackgroundImage/lang/ja.js, plugins/BackgroundImage/popups/bgimage.html, plugins/CSS/css.js, plugins/CharCounter/char-counter.js, plugins/CharCounter/lang/ja.js, plugins/CharacterMap/character-map.js, plugins/CharacterMap/img/ed_charmap.gif, plugins/CharacterMap/lang/de.js, plugins/CharacterMap/lang/ja.js, plugins/CharacterMap/popups/select_character.html, plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif, plugins/ClientsideSpellcheck/img/he-spell-check.gif, plugins/ClientsideSpellcheck/lang/ja.js, plugins/ContextMenu/1.pl, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/lang/de.js, plugins/ContextMenu/lang/el.js, plugins/ContextMenu/lang/fr.js, plugins/ContextMenu/lang/he.js, plugins/ContextMenu/lang/ja.js, plugins/ContextMenu/lang/nl.js, plugins/DefinitionList/definition-list.js, plugins/DefinitionList/img/ed_dd.gif, plugins/DefinitionList/img/ed_dl.gif, plugins/DefinitionList/img/ed_dt.gif, plugins/DefinitionList/lang/ja.js, plugins/DynamicCSS/dynamiccss.js, plugins/DynamicCSS/lang/de.js, plugins/DynamicCSS/lang/fr.js, plugins/DynamicCSS/lang/ja.js, plugins/EditTag/img/ed_edit_tag.gif, plugins/EditTag/lang/ja.js, plugins/EditTag/popups/edit_tag.html, plugins/Equation/ASCIIMathML.js, plugins/Equation/equation.js, plugins/Equation/img/abs_value.gif, plugins/Equation/img/diag_fraction.gif, plugins/Equation/img/divide.gif, plugins/Equation/img/dsp_greater_equal.gif, plugins/Equation/img/dsp_less_equal.gif, plugins/Equation/img/dsp_notequal.gif, plugins/Equation/img/equation.gif, plugins/Equation/img/equation.old.gif, plugins/Equation/img/greater_equal_than.gif, plugins/Equation/img/hor_fraction.gif, plugins/Equation/img/less_equal_than.gif, plugins/Equation/img/mul.gif, plugins/Equation/img/notequal.gif, plugins/Equation/img/parenthesis.gif, plugins/Equation/img/root.gif, plugins/Equation/img/square_root.gif, plugins/Equation/lang/ja.js, plugins/ExtendedFileManager/config.inc.php, plugins/ExtendedFileManager/extended-file-manager.js, plugins/ExtendedFileManager/manager.php, plugins/ExtendedFileManager/resizer.php, plugins/ExtendedFileManager/Classes/ExtendedFileManager.php, plugins/ExtendedFileManager/assets/EditorContent.js, plugins/ExtendedFileManager/assets/dialog.js, plugins/ExtendedFileManager/assets/editor.js, plugins/ExtendedFileManager/assets/editorFrame.js, plugins/ExtendedFileManager/assets/images.js, plugins/ExtendedFileManager/assets/manager.js, plugins/ExtendedFileManager/assets/popup.js, plugins/ExtendedFileManager/assets/wz_jsgraphics.js, plugins/ExtendedFileManager/demo_images/linux/linux.gif, plugins/ExtendedFileManager/icons/def_small.gif, plugins/ExtendedFileManager/icons/doc.gif, plugins/ExtendedFileManager/icons/fla.gif, plugins/ExtendedFileManager/icons/fla_small.gif, plugins/ExtendedFileManager/icons/folder.gif, plugins/ExtendedFileManager/icons/folder_small.gif, plugins/ExtendedFileManager/icons/gz.gif, plugins/ExtendedFileManager/icons/gz_small.gif, plugins/ExtendedFileManager/icons/html.gif, plugins/ExtendedFileManager/icons/js.gif, plugins/ExtendedFileManager/icons/js_small.gif, plugins/ExtendedFileManager/icons/mov.gif, plugins/ExtendedFileManager/icons/mov_small.gif, plugins/ExtendedFileManager/icons/pdf.gif, plugins/ExtendedFileManager/icons/php.gif, plugins/ExtendedFileManager/icons/php_small.gif, plugins/ExtendedFileManager/icons/ppt.gif, plugins/ExtendedFileManager/icons/rar.gif, plugins/ExtendedFileManager/icons/rar_small.gif, plugins/ExtendedFileManager/icons/txt.gif, plugins/ExtendedFileManager/icons/txt_small.gif, plugins/ExtendedFileManager/icons/xls.gif, plugins/ExtendedFileManager/icons/zip.gif, plugins/ExtendedFileManager/icons/zip_small.gif, plugins/ExtendedFileManager/img/btnFolderNew.gif, plugins/ExtendedFileManager/img/btnFolderNew1.gif, plugins/ExtendedFileManager/img/btnFolderUp1.gif, plugins/ExtendedFileManager/img/btn_cancel.gif, plugins/ExtendedFileManager/img/btn_ok.gif, plugins/ExtendedFileManager/img/crop.gif, plugins/ExtendedFileManager/img/default.gif, plugins/ExtendedFileManager/img/div.gif, plugins/ExtendedFileManager/img/dots.gif, plugins/ExtendedFileManager/img/ed_linkfile.gif, plugins/ExtendedFileManager/img/ed_linkfile1.gif, plugins/ExtendedFileManager/img/edit_active.gif, plugins/ExtendedFileManager/img/edit_copy.gif, plugins/ExtendedFileManager/img/edit_cut.gif, plugins/ExtendedFileManager/img/edit_paste.gif, plugins/ExtendedFileManager/img/edit_pencil.gif, plugins/ExtendedFileManager/img/edit_rename.gif, plugins/ExtendedFileManager/img/edit_trash.gif, plugins/ExtendedFileManager/img/folder.gif, plugins/ExtendedFileManager/img/hand.gif, plugins/ExtendedFileManager/img/locked.gif, plugins/ExtendedFileManager/img/measure.gif, plugins/ExtendedFileManager/img/noimages.gif, plugins/ExtendedFileManager/img/rotate.gif, plugins/ExtendedFileManager/img/save.gif, plugins/ExtendedFileManager/img/scale.gif, plugins/ExtendedFileManager/img/t_black.gif, plugins/ExtendedFileManager/img/t_white.gif, plugins/ExtendedFileManager/img/unlocked.gif, plugins/ExtendedFileManager/img/unlocked2.gif, plugins/ExtendedFileManager/lang/ja.js, plugins/Filter/img/ed_filter.gif, plugins/Filter/lang/ja.js, plugins/FindReplace/fr_engine.js, plugins/FindReplace/img/ed_find.gif, plugins/FindReplace/lang/ja.js, plugins/FindReplace/popups/find_replace.html, plugins/FormOperations/form-operations.js, plugins/FormOperations/img/buttons.gif, plugins/FormOperations/lang/ja.js, plugins/Forms/forms.js, plugins/Forms/img/ed_button.gif, plugins/Forms/img/ed_checkbox.gif, plugins/Forms/img/ed_fieldset.gif, plugins/Forms/img/ed_file.gif, plugins/Forms/img/ed_form.gif, plugins/Forms/img/ed_hidden.gif, plugins/Forms/img/ed_image.gif, plugins/Forms/img/ed_label.gif, plugins/Forms/img/ed_password.gif, plugins/Forms/img/ed_radio.gif, plugins/Forms/img/ed_reset.gif, plugins/Forms/img/ed_select.gif, plugins/Forms/img/ed_submit.gif, plugins/Forms/img/ed_text.gif, plugins/Forms/img/ed_textarea.gif, plugins/Forms/lang/ja.js, plugins/Forms/popups/form.html, plugins/Forms/popups/input.html, plugins/Forms/popups/select.html, plugins/Forms/popups/textarea.html, plugins/FullPage/full-page.js, plugins/FullPage/img/docprop.gif, plugins/FullPage/lang/de.js, plugins/FullPage/lang/fr.js, plugins/FullPage/lang/he.js, plugins/FullPage/lang/ja.js, plugins/FullPage/lang/ro.js, plugins/FullPage/popups/docprop.html, plugins/HorizontalRule/horizontal-rule.js, plugins/HorizontalRule/lang/ja.js, plugins/HorizontalRule/popups/edit_horizontal_rule.html, plugins/HtmlEntities/Entities.js, plugins/HtmlEntities/html-entities.js, plugins/HtmlEntities/iso-8859-1.js, plugins/HtmlTidy/html-tidy-logic.php, plugins/HtmlTidy/html-tidy.js, plugins/HtmlTidy/img/html-tidy.gif, plugins/HtmlTidy/lang/ja.js, plugins/ImageManager/config.inc.php, plugins/ImageManager/editor.php, plugins/ImageManager/editorFrame.php, plugins/ImageManager/image-manager.js, plugins/ImageManager/images.php, plugins/ImageManager/manager.php, plugins/ImageManager/resizer.php, plugins/ImageManager/thumbs.php, plugins/ImageManager/Classes/Files.php, plugins/ImageManager/Classes/GD.php, plugins/ImageManager/Classes/IM.php, plugins/ImageManager/Classes/ImageEditor.php, plugins/ImageManager/Classes/ImageManager.php, plugins/ImageManager/Classes/NetPBM.php, plugins/ImageManager/Classes/Thumbnail.php, plugins/ImageManager/Classes/Transform.php, plugins/ImageManager/assets/EditorContent.js, plugins/ImageManager/assets/dialog.js, plugins/ImageManager/assets/editor.js, plugins/ImageManager/assets/editorFrame.js, plugins/ImageManager/assets/images.js, plugins/ImageManager/assets/manager.js, plugins/ImageManager/assets/popup.js, plugins/ImageManager/assets/wz_jsgraphics.js, plugins/ImageManager/demo_images/linux/linux.gif, plugins/ImageManager/img/btnFolderNew.gif, plugins/ImageManager/img/btnFolderUp.gif, plugins/ImageManager/img/btn_cancel.gif, plugins/ImageManager/img/btn_ok.gif, plugins/ImageManager/img/crop.gif, plugins/ImageManager/img/default.gif, plugins/ImageManager/img/div.gif, plugins/ImageManager/img/dots.gif, plugins/ImageManager/img/edit_active.gif, plugins/ImageManager/img/edit_pencil.gif, plugins/ImageManager/img/edit_trash.gif, plugins/ImageManager/img/folder.gif, plugins/ImageManager/img/hand.gif, plugins/ImageManager/img/locked.gif, plugins/ImageManager/img/measure.gif, plugins/ImageManager/img/noimages.gif, plugins/ImageManager/img/rotate.gif, plugins/ImageManager/img/save.gif, plugins/ImageManager/img/scale.gif, plugins/ImageManager/img/t_black.gif, plugins/ImageManager/img/t_white.gif, plugins/ImageManager/img/unlocked2.gif, plugins/ImageManager/lang/ja.js, plugins/InsertAnchor/insert-anchor.js, plugins/InsertAnchor/img/insert-anchor.gif, plugins/InsertAnchor/lang/ja.js, plugins/InsertAnchor/popups/insert_anchor.html, plugins/InsertMarquee/insert-marquee.js, plugins/InsertMarquee/img/ed_marquee.gif, plugins/InsertMarquee/lang/ja.js, plugins/InsertMarquee/popups/insert_marquee.html, plugins/InsertPagebreak/img/pagebreak.gif, plugins/InsertPagebreak/lang/ja.js, plugins/InsertPicture/InsertPicture.php, plugins/InsertPicture/img/btn_open.gif, plugins/InsertPicture/img/nopic.gif, plugins/InsertPicture/lang/ja.js, plugins/InsertSmiley/img/ed_smiley.gif, plugins/InsertSmiley/lang/ja.js, plugins/InsertSmiley/popups/insertsmiley.html, plugins/InsertSmiley/smileys/0009.gif, plugins/InsertSmiley/smileys/0010.gif, plugins/InsertSmiley/smileys/0011.gif, plugins/InsertSmiley/smileys/0013.gif, plugins/InsertSmiley/smileys/0015.gif, plugins/InsertSmiley/smileys/0016.gif, plugins/InsertSmiley/smileys/0018.gif, plugins/InsertSmiley/smileys/0019.gif, plugins/InsertSmiley/smileys/0020.gif, plugins/InsertSmiley/smileys/0021.gif, plugins/InsertSmiley/smileys/0022.gif, plugins/InsertSmiley/smileys/0023.gif, plugins/InsertSmiley/smileys/0024.gif, plugins/InsertSmiley/smileys/0025.gif, plugins/InsertSmiley/smileys/0026.gif, plugins/InsertSmiley/smileys/0027.gif, plugins/InsertSmiley/smileys/0028.gif, plugins/InsertSmiley/smileys/0029.gif, plugins/InsertSmiley/smileys/0030.gif, plugins/InsertSmiley/smileys/0031.gif, plugins/InsertSmiley/smileys/0033.gif, plugins/InsertSmiley/smileys/0036.gif, plugins/InsertSmiley/smileys/0038.gif, plugins/InsertSmiley/smileys/0039.gif, plugins/InsertSmiley/smileys/0041.gif, plugins/InsertSmiley/smileys/0042.gif, plugins/InsertSmiley/smileys/0043.gif, plugins/InsertSmiley/smileys/0044.gif, plugins/InsertSmiley/smileys/0045.gif, plugins/InsertSmiley/smileys/0046.gif, plugins/InsertSmiley/smileys/0047.gif, plugins/InsertSmiley/smileys/0048.gif, plugins/InsertSmiley/smileys/0049.gif, plugins/InsertSmiley/smileys/0051.gif, plugins/InsertSmiley/smileys/0052.gif, plugins/InsertSmiley/smileys/0055.gif, plugins/InsertSmiley/smileys/0056.gif, plugins/InsertSmiley/smileys/0057.gif, plugins/InsertSmiley/smileys/0058.gif, plugins/InsertSmiley/smileys/0059.gif, plugins/InsertSmiley/smileys/0060.gif, plugins/InsertSmiley/smileys/0061.gif, plugins/InsertSmiley/smileys/0062.gif, plugins/InsertSmiley/smileys/0064.gif, plugins/InsertSmiley/smileys/0065.gif, plugins/InsertSmiley/smileys/0066.gif, plugins/InsertSmiley/smileys/0067.gif, plugins/InsertSmiley/smileys/0068.gif, plugins/InsertSmiley/smileys/0070.gif, plugins/InsertSmiley/smileys/0071.gif, plugins/InsertSmiley/smileys/0072.gif, plugins/InsertSmiley/smileys/0074.gif, plugins/InsertSmiley/smileys/0076.gif, plugins/InsertSmiley/smileys/0077.gif, plugins/InsertSmiley/smileys/0080.gif, plugins/InsertSmiley/smileys/0082.gif, plugins/InsertSmiley/smileys/0083.gif, plugins/InsertSmiley/smileys/0084.gif, plugins/InsertSmiley/smileys/0085.gif, plugins/InsertSmiley/smileys/0086.gif, plugins/InsertSmiley/smileys/0087.gif, plugins/InsertSmiley/smileys/0088.gif, plugins/InsertSmiley/smileys/0089.gif, plugins/InsertSmiley/smileys/0090.gif, plugins/InsertSmiley/smileys/0091.gif, plugins/InsertSmiley/smileys/0092.gif, plugins/InsertSmiley/smileys/0093.gif, plugins/InsertSmiley/smileys/0094.gif, plugins/InsertSmiley/smileys/0096.gif, plugins/InsertSmiley/smileys/0097.gif, plugins/InsertSmiley/smileys/0098.gif, plugins/InsertSmiley/smileys/0099.gif, plugins/InsertSmiley/smileys/0100.gif, plugins/InsertSmiley/smileys/0101.gif, plugins/InsertSmiley/smileys/0102.gif, plugins/InsertSmiley/smileys/0103.gif, plugins/InsertSmiley/smileys/0104.gif, plugins/InsertSmiley/smileys/0105.gif, plugins/InsertSmiley/smileys/0106.gif, plugins/InsertSmiley/smileys/0107.gif, plugins/InsertSmiley/smileys/0108.gif, plugins/InsertSmiley/smileys/0109.gif, plugins/InsertSmiley/smileys/0110.gif, plugins/InsertSmiley/smileys/0111.gif, plugins/InsertSmiley/smileys/0112.gif, plugins/InsertSmiley/smileys/0113.gif, plugins/InsertSmiley/smileys/0115.gif, plugins/InsertSmiley/smileys/0116.gif, plugins/InsertSmiley/smileys/0117.gif, plugins/InsertSmiley/smileys/0118.gif, plugins/InsertSmiley/smileys/0119.gif, plugins/InsertSmiley/smileys/0120.gif, plugins/InsertSmiley/smileys/0121.gif, plugins/InsertSmiley/smileys/0122.gif, plugins/InsertSmiley/smileys/0123.gif, plugins/InsertSmiley/smileys/0124.gif, plugins/InsertSmiley/smileys/0125.gif, plugins/InsertSmiley/smileys/0126.gif, plugins/InsertSmiley/smileys/0128.gif, plugins/InsertSmiley/smileys/0129.gif, plugins/InsertSmiley/smileys/0130.gif, plugins/InsertSmiley/smileys/0131.gif, plugins/InsertSmiley/smileys/0132.gif, plugins/InsertSmiley/smileys/0133.gif, plugins/InsertSmiley/smileys/0134.gif, plugins/InsertSmiley/smileys/0135.gif, plugins/InsertSmiley/smileys/0136.gif, plugins/InsertSmiley/smileys/0137.gif, plugins/InsertSmiley/smileys/0138.gif, plugins/InsertSmiley/smileys/0139.gif, plugins/InsertSmiley/smileys/0140.gif, plugins/InsertSmiley/smileys/0141.gif, plugins/InsertSmiley/smileys/0142.gif, plugins/InsertSmiley/smileys/0144.gif, plugins/InsertSmiley/smileys/0145.gif, plugins/InsertSmiley/smileys/0146.gif, plugins/InsertSmiley/smileys/0147.gif, plugins/InsertSmiley/smileys/0148.gif, plugins/InsertSmiley/smileys/0149.gif, plugins/InsertSmiley/smileys/0150.gif, plugins/InsertSmiley/smileys/0151.gif, plugins/InsertSmiley/smileys/0152.gif, plugins/InsertSmiley/smileys/0153.gif, plugins/InsertSmiley/smileys/0154.gif, plugins/InsertSmiley/smileys/0155.gif, plugins/InsertSmiley/smileys/0156.gif, plugins/InsertSmiley/smileys/0157.gif, plugins/InsertSmiley/smileys/0158.gif, plugins/InsertSmiley/smileys/0159.gif, plugins/InsertSmiley/smileys/0160.gif, plugins/InsertSmiley/smileys/0161.gif, plugins/InsertSmiley/smileys/0162.gif, plugins/InsertSmiley/smileys/0163.gif, plugins/InsertSmiley/smileys/0164.gif, plugins/InsertSmiley/smileys/0165.gif, plugins/InsertSmiley/smileys/0166.gif, plugins/InsertSmiley/smileys/0167.gif, plugins/InsertSmiley/smileys/0168.gif, plugins/InsertSmiley/smileys/0169.gif, plugins/InsertSmiley/smileys/0170.gif, plugins/InsertSmiley/smileys/0171.gif, plugins/InsertSmiley/smileys/0172.gif, plugins/InsertSmiley/smileys/0174.gif, plugins/InsertSmiley/smileys/0175.gif, plugins/InsertSmiley/smileys/0176.gif, plugins/InsertSmiley/smileys/0177.gif, plugins/InsertSmiley/smileys/0178.gif, plugins/InsertSmiley/smileys/0179.gif, plugins/InsertSmiley/smileys/0180.gif, plugins/InsertSmiley/smileys/0181.gif, plugins/InsertSmiley/smileys/0182.gif, plugins/InsertSmiley/smileys/0183.gif, plugins/InsertSmiley/smileys/0184.gif, plugins/InsertSmiley/smileys/0185.gif, plugins/InsertSmiley/smileys/0186.gif, plugins/InsertSmiley/smileys/0187.gif, plugins/InsertSmiley/smileys/0188.gif, plugins/InsertSmiley/smileys/0189.gif, plugins/InsertSmiley/smileys/0190.gif, plugins/InsertSmiley/smileys/0192.gif, plugins/InsertSmiley/smileys/0193.gif, plugins/InsertSmiley/smileys/0194.gif, plugins/InsertSmiley/smileys/0195.gif, plugins/InsertSmiley/smileys/0196.gif, plugins/InsertSmiley/smileys/0197.gif, plugins/InsertSmiley/smileys/0198.gif, plugins/InsertSmiley/smileys/0199.gif, plugins/InsertSmiley/smileys/0200.gif, plugins/InsertSmiley/smileys/0201.gif, plugins/InsertSmiley/smileys/0202.gif, plugins/InsertSmiley/smileys/0205.gif, plugins/InsertSmiley/smileys/0206.gif, plugins/InsertSmiley/smileys/0207.gif, plugins/InsertSmiley/smileys/0208.gif, plugins/InsertSmiley/smileys/0209.gif, plugins/InsertSmiley/smileys/0210.gif, plugins/InsertSmiley/smileys/0211.gif, plugins/InsertSmiley/smileys/0212.gif, plugins/InsertSmiley/smileys/0213.gif, plugins/InsertSmiley/smileys/0214.gif, plugins/InsertSmiley/smileys/0215.gif, plugins/InsertSmiley/smileys/0216.gif, plugins/InsertSmiley/smileys/0217.gif, plugins/InsertSmiley/smileys/0218.gif, plugins/InsertSmiley/smileys/0219.gif, plugins/InsertSmiley/smileys/0220.gif, plugins/InsertSmiley/smileys/0222.gif, plugins/InsertSmiley/smileys/0223.gif, plugins/InsertSmiley/smileys/0224.gif, plugins/InsertSmiley/smileys/0225.gif, plugins/InsertSmiley/smileys/0226.gif, plugins/InsertSmiley/smileys/0227.gif, plugins/InsertSmiley/smileys/0228.gif, plugins/InsertSmiley/smileys/0229.gif, plugins/InsertSmiley/smileys/0230.gif, plugins/InsertSmiley/smileys/0231.gif, plugins/InsertSmiley/smileys/0232.gif, plugins/InsertSmiley/smileys/0233.gif, plugins/InsertSmiley/smileys/0234.gif, plugins/InsertSmiley/smileys/0235.gif, plugins/InsertSmiley/smileys/0236.gif, plugins/InsertSmiley/smileys/0237.gif, plugins/InsertSmiley/smileys/0238.gif, plugins/InsertSmiley/smileys/0239.gif, plugins/InsertSmiley/smileys/0240.gif, plugins/InsertSmiley/smileys/0241.gif, plugins/InsertSmiley/smileys/0242.gif, plugins/InsertSmiley/smileys/0243.gif, plugins/InsertSmiley/smileys/0244.gif, plugins/InsertSmiley/smileys/0245.gif, plugins/InsertSmiley/smileys/0246.gif, plugins/InsertSmiley/smileys/0247.gif, plugins/InsertSmiley/smileys/0248.gif, plugins/InsertSmiley/smileys/0249.gif, plugins/InsertSmiley/smileys/0250.gif, plugins/InsertSmiley/smileys/0251.gif, plugins/InsertSmiley/smileys/0252.gif, plugins/InsertSmiley/smileys/0254.gif, plugins/InsertSmiley/smileys/0255.gif, plugins/InsertSmiley/smileys/0257.gif, plugins/InsertSmiley/smileys/0259.gif, plugins/InsertSmiley/smileys/0260.gif, plugins/InsertSmiley/smileys/0261.gif, plugins/InsertSmiley/smileys/0262.gif, plugins/InsertSmiley/smileys/0263.gif, plugins/InsertSmiley/smileys/0264.gif, plugins/InsertSmiley/smileys/0265.gif, plugins/InsertSmiley/smileys/0266.gif, plugins/InsertSmiley/smileys/0267.gif, plugins/InsertSmiley/smileys/0268.gif, plugins/InsertSmiley/smileys/0269.gif, plugins/InsertSmiley/smileys/0270.gif, plugins/InsertSmiley/smileys/0271.gif, plugins/InsertSmiley/smileys/0272.gif, plugins/InsertSmiley/smileys/0273.gif, plugins/InsertSmiley/smileys/0275.gif, plugins/InsertSmiley/smileys/0276.gif, plugins/InsertSmiley/smileys/0277.gif, plugins/InsertSmiley/smileys/0278.gif, plugins/InsertSmiley/smileys/0279.gif, plugins/InsertSmiley/smileys/0280.gif, plugins/InsertSmiley/smileys/0281.gif, plugins/InsertSmiley/smileys/0282.gif, plugins/InsertSmiley/smileys/0284.gif, plugins/InsertSmiley/smileys/0285.gif, plugins/InsertSmiley/smileys/0286.gif, plugins/InsertSmiley/smileys/0287.gif, plugins/InsertSmiley/smileys/0288.gif, plugins/InsertSmiley/smileys/0289.gif, plugins/InsertSmiley/smileys/0290.gif, plugins/InsertSmiley/smileys/0291.gif, plugins/InsertSmiley/smileys/0292.gif, plugins/InsertSmiley/smileys/0293.gif, plugins/InsertSmiley/smileys/0294.gif, plugins/InsertSmiley/smileys/0295.gif, plugins/InsertSmiley/smileys/0297.gif, plugins/InsertSmiley/smileys/0298.gif, plugins/InsertSmiley/smileys/0299.gif, plugins/InsertSmiley/smileys/0300.gif, plugins/InsertSmiley/smileys/0301.gif, plugins/InsertSmiley/smileys/0302.gif, plugins/InsertSmiley/smileys/0303.gif, plugins/InsertSmiley/smileys/0304.gif, plugins/InsertSmiley/smileys/0305.gif, plugins/InsertSmiley/smileys/0307.gif, plugins/InsertSmiley/smileys/0308.gif, plugins/InsertSmiley/smileys/0309.gif, plugins/InsertSmiley/smileys/0310.gif, plugins/InsertSmiley/smileys/0311.gif, plugins/InsertSmiley/smileys/0313.gif, plugins/InsertSmiley/smileys/0314.gif, plugins/InsertSmiley/smileys/0315.gif, plugins/InsertSmiley/smileys/0316.gif, plugins/InsertSmiley/smileys/0317.gif, plugins/InsertSmiley/smileys/0318.gif, plugins/InsertSmiley/smileys/0319.gif, plugins/InsertSmiley/smileys/0320.gif, plugins/InsertSmiley/smileys/0322.gif, plugins/InsertSmiley/smileys/0323.gif, plugins/InsertSmiley/smileys/0324.gif, plugins/InsertSmiley/smileys/0325.gif, plugins/InsertSmiley/smileys/0327.gif, plugins/InsertSmiley/smileys/0328.gif, plugins/InsertSmiley/smileys/0329.gif, plugins/InsertSmiley/smileys/0330.gif, plugins/InsertSmiley/smileys/0331.gif, plugins/InsertSmiley/smileys/0332.gif, plugins/InsertSmiley/smileys/0333.gif, plugins/InsertSmiley/smileys/0336.gif, plugins/InsertSmiley/smileys/0337.gif, plugins/InsertSmiley/smileys/0338.gif, plugins/InsertSmiley/smileys/0339.gif, plugins/InsertSmiley/smileys/0340.gif, plugins/InsertSmiley/smileys/0341.gif, plugins/InsertSmiley/smileys/0342.gif, plugins/InsertSmiley/smileys/0343.gif, plugins/InsertSmiley/smileys/0344.gif, plugins/InsertSmiley/smileys/0345.gif, plugins/InsertSmiley/smileys/0346.gif, plugins/InsertSmiley/smileys/0347.gif, plugins/InsertSmiley/smileys/0348.gif, plugins/InsertSmiley/smileys/0349.gif, plugins/InsertSmiley/smileys/0350.gif, plugins/InsertSmiley/smileys/0351.gif, plugins/InsertSmiley/smileys/0352.gif, plugins/InsertSmiley/smileys/0353.gif, plugins/InsertSmiley/smileys/0354.gif, plugins/InsertSmiley/smileys/0355.gif, plugins/InsertSmiley/smileys/0356.gif, plugins/InsertSmiley/smileys/0357.gif, plugins/InsertSmiley/smileys/0358.gif, plugins/InsertSmiley/smileys/0359.gif, plugins/InsertSmiley/smileys/0360.gif, plugins/InsertSmiley/smileys/0361.gif, plugins/InsertSmiley/smileys/0362.gif, plugins/InsertSmiley/smileys/0363.gif, plugins/InsertSmiley/smileys/0364.gif, plugins/InsertSmiley/smileys/0365.gif, plugins/InsertSmiley/smileys/0366.gif, plugins/InsertSmiley/smileys/0367.gif, plugins/InsertSmiley/smileys/0368.gif, plugins/InsertSmiley/smileys/0369.gif, plugins/InsertSmiley/smileys/0370.gif, plugins/InsertSmiley/smileys/0372.gif, plugins/InsertSmiley/smileys/0373.gif, plugins/InsertSmiley/smileys/0375.gif, plugins/InsertSmiley/smileys/0376.gif, plugins/InsertSmiley/smileys/0377.gif, plugins/InsertSmiley/smileys/0378.gif, plugins/InsertSmiley/smileys/0380.gif, plugins/InsertSmiley/smileys/0381.gif, plugins/InsertSmiley/smileys/0382.gif, plugins/InsertSmiley/smileys/0383.gif, plugins/InsertSmiley/smileys/0384.gif, plugins/InsertSmiley/smileys/0385.gif, plugins/InsertSmiley/smileys/0386.gif, plugins/InsertSmiley/smileys/0387.gif, plugins/InsertSmiley/smileys/0388.gif, plugins/InsertSmiley/smileys/0389.gif, plugins/InsertSmiley/smileys/0390.gif, plugins/InsertSmiley/smileys/0391.gif, plugins/InsertSmiley/smileys/0392.gif, plugins/InsertSmiley/smileys/0393.gif, plugins/InsertSmiley/smileys/0394.gif, plugins/InsertSmiley/smileys/0396.gif, plugins/InsertSmiley/smileys/0397.gif, plugins/InsertSmiley/smileys/0398.gif, plugins/InsertSmiley/smileys/0399.gif, plugins/InsertSmiley/smileys/0400.gif, plugins/InsertSmiley/smileys/0401.gif, plugins/InsertSmiley/smileys/0402.gif, plugins/InsertSmiley/smileys/0403.gif, plugins/InsertSmiley/smileys/0404.gif, plugins/InsertSmiley/smileys/0406.gif, plugins/InsertSmiley/smileys/0407.gif, plugins/InsertSmiley/smileys/0408.gif, plugins/InsertSmiley/smileys/0409.gif, plugins/InsertSmiley/smileys/0410.gif, plugins/InsertSmiley/smileys/0411.gif, plugins/InsertSmiley/smileys/0412.gif, plugins/InsertSmiley/smileys/0413.gif, plugins/InsertSmiley/smileys/0414.gif, plugins/InsertSmiley/smileys/0416.gif, plugins/InsertSmiley/smileys/0417.gif, plugins/InsertSmiley/smileys/0418.gif, plugins/InsertSmiley/smileys/0419.gif, plugins/InsertSmiley/smileys/0420.gif, plugins/InsertSmiley/smileys/0421.gif, plugins/InsertSmiley/smileys/0422.gif, plugins/InsertSmiley/smileys/0423.gif, plugins/InsertSmiley/smileys/0424.gif, plugins/InsertSmiley/smileys/0425.gif, plugins/InsertSmiley/smileys/0426.gif, plugins/InsertSmiley/smileys/0427.gif, plugins/InsertSmiley/smileys/0428.gif, plugins/InsertSmiley/smileys/0429.gif, plugins/InsertSmiley/smileys/0430.gif, plugins/InsertSmiley/smileys/0431.gif, plugins/InsertSmiley/smileys/0432.gif, plugins/InsertSmiley/smileys/0433.gif, plugins/InsertSmiley/smileys/0434.gif, plugins/InsertSmiley/smileys/0435.gif, plugins/InsertSmiley/smileys/0436.gif, plugins/InsertSmiley/smileys/0437.gif, plugins/InsertSmiley/smileys/0438.gif, plugins/InsertSmiley/smileys/0439.gif, plugins/InsertSmiley/smileys/0441.gif, plugins/InsertSmiley/smileys/0442.gif, plugins/InsertSmiley/smileys/0443.gif, plugins/InsertSmiley/smileys/0444.gif, plugins/InsertSmiley/smileys/0445.gif, plugins/InsertSmiley/smileys/0446.gif, plugins/InsertSmiley/smileys/0447.gif, plugins/InsertSmiley/smileys/0448.gif, plugins/InsertSmiley/smileys/0449.gif, plugins/InsertSmiley/smileys/0450.gif, plugins/InsertSmiley/smileys/0451.gif, plugins/InsertSmiley/smileys/0452.gif, plugins/InsertSmiley/smileys/0453.gif, plugins/InsertSmiley/smileys/0454.gif, plugins/InsertSmiley/smileys/0456.gif, plugins/InsertSmiley/smileys/0457.gif, plugins/InsertSmiley/smileys/0458.gif, plugins/InsertSmiley/smileys/0459.gif, plugins/InsertSmiley/smileys/0461.gif, plugins/InsertSmiley/smileys/0462.gif, plugins/InsertSmiley/smileys/0463.gif, plugins/InsertSmiley/smileys/0464.gif, plugins/InsertSmiley/smileys/0465.gif, plugins/InsertSmiley/smileys/0466.gif, plugins/InsertSmiley/smileys/0467.gif, plugins/InsertSmiley/smileys/0468.gif, plugins/InsertSmiley/smileys/0469.gif, plugins/InsertSmiley/smileys/0471.gif, plugins/InsertSmiley/smileys/0472.gif, plugins/InsertSmiley/smileys/0473.gif, plugins/InsertSmiley/smileys/0474.gif, plugins/InsertSmiley/smileys/0475.gif, plugins/InsertSmiley/smileys/0476.gif, plugins/InsertSmiley/smileys/0477.gif, plugins/InsertSmiley/smileys/0478.gif, plugins/InsertSmiley/smileys/0479.gif, plugins/InsertSmiley/smileys/0480.gif, plugins/InsertSmiley/smileys/0482.gif, plugins/InsertSmiley/smileys/0483.gif, plugins/InsertSmiley/smileys/0484.gif, plugins/InsertSmiley/smileys/0485.gif, plugins/InsertSmiley/smileys/0486.gif, plugins/InsertSmiley/smileys/0487.gif, plugins/InsertSmiley/smileys/0488.gif, plugins/InsertSmiley/smileys/0489.gif, plugins/InsertSmiley/smileys/0490.gif, plugins/InsertSmiley/smileys/0492.gif, plugins/InsertSmiley/smileys/0493.gif, plugins/InsertSmiley/smileys/0494.gif, plugins/InsertSmiley/smileys/0495.gif, plugins/InsertSmiley/smileys/0496.gif, plugins/InsertSmiley/smileys/0497.gif, plugins/InsertSmiley/smileys/0498.gif, plugins/InsertSmiley/smileys/0500.gif, plugins/InsertSmiley/smileys/0501.gif, plugins/InsertSmiley/smileys/0502.gif, plugins/InsertSmiley/smileys/0503.gif, plugins/InsertSmiley/smileys/0504.gif, plugins/InsertSmiley/smileys/0505.gif, plugins/InsertSmiley/smileys/0506.gif, plugins/InsertSmiley/smileys/0507.gif, plugins/InsertSmiley/smileys/0508.gif, plugins/InsertSmiley/smileys/0509.gif, plugins/InsertSmiley/smileys/0510.gif, plugins/InsertSmiley/smileys/0511.gif, plugins/InsertSmiley/smileys/0512.gif, plugins/InsertSmiley/smileys/0513.gif, plugins/InsertSmiley/smileys/0514.gif, plugins/InsertSmiley/smileys/0515.gif, plugins/InsertSmiley/smileys/0516.gif, plugins/InsertSmiley/smileys/0517.gif, plugins/InsertSmiley/smileys/0518.gif, plugins/InsertSmiley/smileys/0519.gif, plugins/InsertSmiley/smileys/0520.gif, plugins/InsertSmiley/smileys/0521.gif, plugins/InsertSmiley/smileys/0522.gif, plugins/InsertSmiley/smileys/0523.gif, plugins/InsertSmiley/smileys/0524.gif, plugins/InsertSmiley/smileys/0525.gif, plugins/InsertSmiley/smileys/0526.gif, plugins/InsertSmiley/smileys/0528.gif, plugins/InsertSmiley/smileys/0530.gif, plugins/InsertSmiley/smileys/0531.gif, plugins/InsertSmiley/smileys/0532.gif, plugins/InsertSmiley/smileys/0534.gif, plugins/InsertSmiley/smileys/0535.gif, plugins/InsertSmiley/smileys/0536.gif, plugins/InsertSmiley/smileys/0537.gif, plugins/InsertSmiley/smileys/0538.gif, plugins/InsertSmiley/smileys/0539.gif, plugins/InsertSmiley/smileys/0540.gif, plugins/InsertSmiley/smileys/0542.gif, plugins/InsertSmiley/smileys/0543.gif, plugins/InsertSmiley/smileys/0544.gif, plugins/InsertSmiley/smileys/0545.gif, plugins/InsertSmiley/smileys/0546.gif, plugins/InsertSmiley/smileys/0547.gif, plugins/InsertSmiley/smileys/0548.gif, plugins/InsertSmiley/smileys/0549.gif, plugins/InsertSmiley/smileys/0550.gif, plugins/InsertSmiley/smileys/0551.gif, plugins/InsertSmiley/smileys/0552.gif, plugins/InsertSmiley/smileys/0553.gif, plugins/InsertSmiley/smileys/0554.gif, plugins/InsertSmiley/smileys/0555.gif, plugins/InsertSmiley/smileys/0556.gif, plugins/InsertSmiley/smileys/0557.gif, plugins/InsertSmiley/smileys/0558.gif, plugins/InsertSmiley/smileys/0559.gif, plugins/InsertSmiley/smileys/0560.gif, plugins/InsertSmiley/smileys/0561.gif, plugins/InsertSmiley/smileys/0564.gif, plugins/InsertSmiley/smileys/0566.gif, plugins/InsertSmiley/smileys/0567.gif, plugins/InsertSmiley/smileys/0568.gif, plugins/InsertSmiley/smileys/0569.gif, plugins/InsertSmiley/smileys/0570.gif, plugins/InsertSmiley/smileys/0571.gif, plugins/InsertSmiley/smileys/0572.gif, plugins/InsertSmiley/smileys/0573.gif, plugins/InsertSmiley/smileys/0574.gif, plugins/InsertSmiley/smileys/0575.gif, plugins/InsertSmiley/smileys/0576.gif, plugins/InsertSmiley/smileys/0577.gif, plugins/InsertSmiley/smileys/0578.gif, plugins/InsertSmiley/smileys/0579.gif, plugins/InsertSmiley/smileys/0580.gif, plugins/InsertSnippet/img/ed_snippet.gif, plugins/InsertSnippet/lang/ja.js, plugins/LangMarks/img/el.gif, plugins/LangMarks/img/en.gif, plugins/LangMarks/img/fr.gif, plugins/LangMarks/img/la.gif, plugins/LangMarks/lang/ja.js, plugins/Linker/dialog.html, plugins/Linker/linker.js, plugins/Linker/scan.php, plugins/Linker/dTree/api.html, plugins/Linker/dTree/dtree.js, plugins/Linker/dTree/example01.html, plugins/Linker/dTree/img/base.gif, plugins/Linker/dTree/img/cd.gif, plugins/Linker/dTree/img/copy.gif, plugins/Linker/dTree/img/folder.gif, plugins/Linker/dTree/img/folderopen.gif, plugins/Linker/dTree/img/globe.gif, plugins/Linker/dTree/img/imgfolder.gif, plugins/Linker/dTree/img/join.gif, plugins/Linker/dTree/img/joinbottom.gif, plugins/Linker/dTree/img/line.gif, plugins/Linker/dTree/img/minus.gif, plugins/Linker/dTree/img/minusbottom.gif, plugins/Linker/dTree/img/move.gif, plugins/Linker/dTree/img/musicfolder.gif, plugins/Linker/dTree/img/nolines_minus.gif, plugins/Linker/dTree/img/nolines_plus.gif, plugins/Linker/dTree/img/offline.gif, plugins/Linker/dTree/img/page.gif, plugins/Linker/dTree/img/plus.gif, plugins/Linker/dTree/img/plusbottom.gif, plugins/Linker/dTree/img/question.gif, plugins/Linker/dTree/img/trash.gif, plugins/Linker/lang/de.js, plugins/Linker/lang/fr.js, plugins/Linker/lang/ja.js, plugins/Linker/lang/pl.js, plugins/ListType/list-type.js, plugins/ListType/lang/de.js, plugins/ListType/lang/ja.js, plugins/NoteServer/note-server.js, plugins/NoteServer/img/note.gif, plugins/NoteServer/lang/ja.js, plugins/NoteServer/popups/codenote.html, plugins/PasteText/paste-text.js, plugins/PasteText/img/ed_paste_text.gif, plugins/PasteText/lang/ja.js, plugins/PasteText/popups/paste_text.html, plugins/QuickTag/tag-lib.js, plugins/QuickTag/img/ed_quicktag.gif, plugins/QuickTag/lang/ja.js, plugins/QuickTag/popups/quicktag.html, plugins/SaveSubmit/save-submit.js, plugins/SaveSubmit/img/ed_save_green.gif, plugins/SaveSubmit/img/ed_save_red.gif, plugins/SaveSubmit/lang/ja.js, plugins/SetId/img/set-id.gif, plugins/SetId/lang/ja.js, plugins/SetId/popups/set_id.html, plugins/SmartReplace/smart-replace.js, plugins/SmartReplace/lang/ja.js, plugins/SmartReplace/popups/dialog.html, plugins/SpellChecker/aspell_setup.php, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-logic.php, plugins/SpellChecker/spell-check-savedicts.php, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/SpellChecker/img/he-spell-check.gif, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/cz.js, plugins/SpellChecker/lang/da.js, plugins/SpellChecker/lang/de.js, plugins/SpellChecker/lang/he.js, plugins/SpellChecker/lang/hu.js, plugins/SpellChecker/lang/ja.js, plugins/SpellChecker/lang/nl.js, plugins/SpellChecker/lang/ro.js, plugins/Stylist/stylist.js, plugins/Stylist/lang/ja.js, plugins/SuperClean/dialog.html, plugins/SuperClean/super-clean.js, plugins/SuperClean/tidy.php, plugins/SuperClean/img/ed_superclean.gif, plugins/SuperClean/lang/ja.js, plugins/TableOperations/table-operations.js, plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif, plugins/TableOperations/lang/cz.js, plugins/TableOperations/lang/da.js, plugins/TableOperations/lang/de.js, plugins/TableOperations/lang/el.js, plugins/TableOperations/lang/fi.js, plugins/TableOperations/lang/fr.js, plugins/TableOperations/lang/he.js, plugins/TableOperations/lang/it.js, plugins/TableOperations/lang/ja.js, plugins/TableOperations/lang/nb.js, plugins/TableOperations/lang/nl.js, plugins/TableOperations/lang/ro.js, plugins/Template/template.js, plugins/Template/img/ed_template.gif, plugins/Template/img/layout_01.gif, plugins/Template/img/layout_02.gif, plugins/Template/img/layout_03.gif, plugins/Template/lang/ja.js, plugins/UnFormat/img/unformat.gif, plugins/UnFormat/lang/ja.js, popups/about.html, popups/blank.html, popups/editor_help.html, popups/popup.css, popups/popup.js, popups/select_color.html, skins/blue-metallic/separator.gif, skins/green-look/button-background.gif, skins/green-look/separator.gif, skins/silva/html.gif: upgrade to version 0.92 beta hotfix 1 2007-02-19 14:15 michaels * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: define args for acs_rel__delete 2007-02-17 08:53 gustafn * packages/search/www/search.tcl: fix for bug 3061 2007-02-13 21:29 carlb * www/blank-master.adp: adding html lang attribute so we can pass WCAG P3 and getting rid of old RTE textarea to pass P2 (need to warn people upgrading that they might need to add that back if they are using RTE -- I added it to release notes I started in the wiki on openacs.org) 2007-02-13 21:26 carlb * www/blank-master.tcl: adding html lang attribute so we can pass WCAG P3 2007-02-04 23:17 maltes * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Added test case 2007-02-04 23:05 maltes * packages/acs-tcl/tcl/: community-core-procs.tcl, community-core-procs.xql, test/acs-tcl-test-procs.tcl: Added procedure to check if a user is actually registered. We should probably change auth::require_login to check if the user is registered instead of just checking for the existance of the cookie 2007-02-02 13:10 gustafn * packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/hover.htc: added missing file from xinha's extended file manager 2007-02-02 13:08 gustafn * www/blank-master.adp: adjust blank-master to use the new xinha version 2007-02-02 13:04 gustafn * packages/acs-templating/www/resources/xinha-nightly/: Xinha.css, XinhaCore.js, dialog.js, functionsIE.js, functionsMozilla.js, getHTML.js, htmlarea.css, htmlarea.js, inline-dialog.js, panel-dialog.js, popupdiv.js, popupwin.js, release-notes.txt, contrib/compress.bat, contrib/compression_readme.txt, contrib/dojo_js_compressor.jar, contrib/lc_parse_strings.php, contrib/php-xinha.php, examples/custom.css, examples/dynamic.css, examples/ext_example-body.html, examples/ext_example-menu.php, examples/ext_example.html, examples/ext_example.js, examples/full_example-body.html, examples/full_example-menu.html, examples/full_example.css, examples/simple_example.html, examples/stylist.css, examples/testbed.html, images/xinha_logo.gif, lang/de.js, lang/fa.js, lang/fr.js, lang/nb.js, lang/no.js, lang/pl.js, lang/ru.js, lang/sv.js, modules/ColorPicker/ColorPicker.js, modules/CreateLink/link.html, modules/CreateLink/link.js, modules/Dialogs/dialog.js, modules/Dialogs/inline-dialog.js, modules/Dialogs/panel-dialog.js, modules/Dialogs/popupwin.js, modules/FullScreen/full-screen.js, modules/FullScreen/lang/de.js, modules/FullScreen/lang/fr.js, modules/FullScreen/lang/nb.js, modules/FullScreen/lang/pl.js, modules/FullScreen/lang/ru.js, modules/FullScreen/lang/sv.js, modules/Gecko/Gecko.js, modules/Gecko/paraHandlerBest.js, modules/Gecko/paraHandlerDirty.js, modules/GetHtml/DOMwalk.js, modules/GetHtml/TransformInnerHTML.js, modules/InsertImage/insert_image.html, modules/InsertImage/insert_image.js, modules/InsertTable/insert_table.html, modules/InsertTable/insert_table.js, modules/InternetExplorer/InternetExplorer.js, plugins/Abbreviation/lang/nb.js, plugins/BackgroundImage/lang/nb.js, plugins/CSS/css.js, plugins/CharCounter/char-counter.js, plugins/CharCounter/lang/de.js, plugins/CharCounter/lang/fr.js, plugins/CharCounter/lang/nb.js, plugins/CharacterMap/character-map.js, plugins/CharacterMap/lang/nb.js, plugins/CharacterMap/lang/sv.js, plugins/ClientsideSpellcheck/lang/nb.js, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/lang/nb.js, plugins/ContextMenu/lang/sv.js, plugins/DefinitionList/definition-list.css, plugins/DefinitionList/definition-list.js, plugins/DefinitionList/img/ed_dd.gif, plugins/DefinitionList/img/ed_dl.gif, plugins/DefinitionList/img/ed_dt.gif, plugins/DoubleClick/double-click.js, plugins/DynamicCSS/lang/nb.js, plugins/EditTag/lang/nb.js, plugins/EnterParagraphs/enter-paragraphs.js, plugins/Equation/ASCIIMathML.js, plugins/Equation/equation.js, plugins/Equation/example.html, plugins/Equation/readme.txt, plugins/Equation/lang/de.js, plugins/Equation/lang/nb.js, plugins/Equation/popups/dialog.html, plugins/ExtendedFileManager/Readme.txt, plugins/ExtendedFileManager/backend.php, plugins/ExtendedFileManager/config.inc.php, plugins/ExtendedFileManager/editor.php, plugins/ExtendedFileManager/editorFrame.php, plugins/ExtendedFileManager/extended-file-manager.js, plugins/ExtendedFileManager/images.php, plugins/ExtendedFileManager/manager.php, plugins/ExtendedFileManager/resizer.php, plugins/ExtendedFileManager/thumbs.php, plugins/ExtendedFileManager/Classes/ExtendedFileManager.php, plugins/ExtendedFileManager/assets/EditorContent.js, plugins/ExtendedFileManager/assets/ImageEditor.css, plugins/ExtendedFileManager/assets/dialog.js, plugins/ExtendedFileManager/assets/editor.css, plugins/ExtendedFileManager/assets/editor.js, plugins/ExtendedFileManager/assets/editorFrame.css, plugins/ExtendedFileManager/assets/editorFrame.js, plugins/ExtendedFileManager/assets/imagelist.css, plugins/ExtendedFileManager/assets/images.js, plugins/ExtendedFileManager/assets/manager.css, plugins/ExtendedFileManager/assets/manager.js, plugins/ExtendedFileManager/assets/popup.js, plugins/ExtendedFileManager/assets/slider.js, plugins/ExtendedFileManager/assets/wz_jsgraphics.js, plugins/ExtendedFileManager/demo_images/bikerpeep.jpg, plugins/ExtendedFileManager/demo_images/wesnoth078.jpg, plugins/ExtendedFileManager/demo_images/linux/linux.gif, plugins/ExtendedFileManager/icons/def.gif, plugins/ExtendedFileManager/icons/def_small.gif, plugins/ExtendedFileManager/icons/doc.gif, plugins/ExtendedFileManager/icons/doc_small.gif, plugins/ExtendedFileManager/icons/fla.gif, plugins/ExtendedFileManager/icons/fla_small.gif, plugins/ExtendedFileManager/icons/folder.gif, plugins/ExtendedFileManager/icons/folder_small.gif, plugins/ExtendedFileManager/icons/gif_small.gif, plugins/ExtendedFileManager/icons/gz.gif, plugins/ExtendedFileManager/icons/gz_small.gif, plugins/ExtendedFileManager/icons/html.gif, plugins/ExtendedFileManager/icons/html_small.gif, plugins/ExtendedFileManager/icons/jpg_small.gif, plugins/ExtendedFileManager/icons/js.gif, plugins/ExtendedFileManager/icons/js_small.gif, plugins/ExtendedFileManager/icons/mov.gif, plugins/ExtendedFileManager/icons/mov_small.gif, plugins/ExtendedFileManager/icons/pdf.gif, plugins/ExtendedFileManager/icons/pdf_small.gif, plugins/ExtendedFileManager/icons/php.gif, plugins/ExtendedFileManager/icons/php_small.gif, plugins/ExtendedFileManager/icons/png_small.gif, plugins/ExtendedFileManager/icons/ppt.gif, plugins/ExtendedFileManager/icons/ppt_small.gif, plugins/ExtendedFileManager/icons/rar.gif, plugins/ExtendedFileManager/icons/rar_small.gif, plugins/ExtendedFileManager/icons/txt.gif, plugins/ExtendedFileManager/icons/txt_small.gif, plugins/ExtendedFileManager/icons/xls.gif, plugins/ExtendedFileManager/icons/xls_small.gif, plugins/ExtendedFileManager/icons/zip.gif, plugins/ExtendedFileManager/icons/zip_small.gif, plugins/ExtendedFileManager/img/1x1_transparent.gif, plugins/ExtendedFileManager/img/2x2.gif, plugins/ExtendedFileManager/img/2x2_w.gif, plugins/ExtendedFileManager/img/btnFolderNew.gif, plugins/ExtendedFileManager/img/btnFolderNew1.gif, plugins/ExtendedFileManager/img/btnFolderUp.gif, plugins/ExtendedFileManager/img/btnFolderUp1.gif, plugins/ExtendedFileManager/img/btn_cancel.gif, plugins/ExtendedFileManager/img/btn_ok.gif, plugins/ExtendedFileManager/img/crop.gif, plugins/ExtendedFileManager/img/default.gif, plugins/ExtendedFileManager/img/div.gif, plugins/ExtendedFileManager/img/dots.gif, plugins/ExtendedFileManager/img/ed_linkfile.gif, plugins/ExtendedFileManager/img/ed_linkfile1.gif, plugins/ExtendedFileManager/img/edit_active.gif, plugins/ExtendedFileManager/img/edit_copy.gif, plugins/ExtendedFileManager/img/edit_cut.gif, plugins/ExtendedFileManager/img/edit_paste.gif, plugins/ExtendedFileManager/img/edit_pencil.gif, plugins/ExtendedFileManager/img/edit_rename.gif, plugins/ExtendedFileManager/img/edit_trash.gif, plugins/ExtendedFileManager/img/folder.gif, plugins/ExtendedFileManager/img/hand.gif, plugins/ExtendedFileManager/img/islocked2.gif, plugins/ExtendedFileManager/img/locked.gif, plugins/ExtendedFileManager/img/measure.gif, plugins/ExtendedFileManager/img/noimages.gif, plugins/ExtendedFileManager/img/rotate.gif, plugins/ExtendedFileManager/img/save.gif, plugins/ExtendedFileManager/img/scale.gif, plugins/ExtendedFileManager/img/spacer.gif, plugins/ExtendedFileManager/img/t_black.gif, plugins/ExtendedFileManager/img/t_white.gif, plugins/ExtendedFileManager/img/unlocked.gif, plugins/ExtendedFileManager/img/unlocked2.gif, plugins/ExtendedFileManager/img/unlocked_empty.gif, plugins/ExtendedFileManager/lang/de.js, plugins/ExtendedFileManager/lang/nb.js, plugins/ExtendedFileManager/lang/nl.js, plugins/ExtendedFileManager/lang/pl.js, plugins/Filter/filter.js, plugins/FindReplace/lang/nb.js, plugins/FindReplace/lang/sv.js, plugins/FormOperations/form-operations.js, plugins/FormOperations/lang/nb.js, plugins/Forms/forms.js, plugins/FullPage/full-page.js, plugins/FullPage/test.html, plugins/FullPage/lang/nb.js, plugins/FullPage/popups/docprop.html, plugins/FullScreen/full-screen.js, plugins/FullScreen/lang/nb.js, plugins/FullScreen/lang/sv.js, plugins/GetHtml/get-html.js, plugins/HorizontalRule/lang/de.js, plugins/HorizontalRule/lang/nb.js, plugins/HtmlEntities/Entities.js, plugins/HtmlEntities/html-entities.js, plugins/HtmlTidy/lang/nb.js, plugins/ImageManager/config.inc.php, plugins/ImageManager/editor.php, plugins/ImageManager/editorFrame.php, plugins/ImageManager/image-manager.js, plugins/ImageManager/images.php, plugins/ImageManager/manager.php, plugins/ImageManager/newFolder.html, plugins/ImageManager/resizer.php, plugins/ImageManager/thumbs.php, plugins/ImageManager/Classes/Files.php, plugins/ImageManager/Classes/GD.php, plugins/ImageManager/Classes/IM.php, plugins/ImageManager/Classes/ImageEditor.php, plugins/ImageManager/Classes/ImageManager.php, plugins/ImageManager/Classes/NetPBM.php, plugins/ImageManager/Classes/Thumbnail.php, plugins/ImageManager/Classes/Transform.php, plugins/ImageManager/assets/dialog.js, plugins/ImageManager/assets/editor.js, plugins/ImageManager/assets/editorFrame.js, plugins/ImageManager/assets/images.js, plugins/ImageManager/assets/manager.css, plugins/ImageManager/assets/manager.js, plugins/ImageManager/assets/popup.js, plugins/ImageManager/lang/de.js, plugins/ImageManager/lang/nb.js, plugins/ImageManager/lang/no.js, plugins/ImageManager/lang/sv.js, plugins/InsertAnchor/lang/nb.js, plugins/InsertAnchor/lang/nl.js, plugins/InsertMarquee/lang/nb.js, plugins/InsertPagebreak/lang/nb.js, plugins/InsertPicture/InsertPicture.php, plugins/InsertPicture/insert-picture.js, plugins/InsertPicture/lang/de.js, plugins/InsertPicture/lang/nb.js, plugins/InsertPicture/lang/sv.js, plugins/InsertSmiley/lang/nb.js, plugins/InsertSnippet/demosnippets.js, plugins/InsertSnippet/insert-snippet.js, plugins/InsertSnippet/readme.html, plugins/InsertSnippet/snippets.php, plugins/InsertSnippet/lang/nb.js, plugins/InsertSnippet/lang/no.js, plugins/InsertSnippet/popups/insertsnippet.html, plugins/LangMarks/lang/nb.js, plugins/LangMarks/lang/nl.js, plugins/Linker/linker.js, plugins/Linker/scan.php, plugins/Linker/dTree/dtree.css, plugins/Linker/lang/nb.js, plugins/ListType/lang/nb.js, plugins/ListType/lang/sv.js, plugins/NoteServer/lang/nb.js, plugins/PasteText/lang/es.js, plugins/PasteText/lang/nb.js, plugins/QuickTag/lang/nb.js, plugins/SaveSubmit/README.txt, plugins/SaveSubmit/save-submit.js, plugins/SaveSubmit/img/ed_save_green.gif, plugins/SaveSubmit/img/ed_save_red.gif, plugins/SaveSubmit/lang/de.js, plugins/SaveSubmit/lang/ru.js, plugins/SetId/set-id.css, plugins/SetId/set-id.js, plugins/SetId/img/placeholder.gif, plugins/SetId/img/set-id.gif, plugins/SetId/lang/de.js, plugins/SetId/lang/nb.js, plugins/SetId/lang/no.js, plugins/SetId/popups/set_id.html, plugins/SmartReplace/readme.txt, plugins/SmartReplace/smart-replace.js, plugins/SmartReplace/img/smartquotes.gif, plugins/SmartReplace/lang/de.js, plugins/SmartReplace/popups/dialog.html, plugins/SpellChecker/aspell_setup.php, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-logic.php, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/SpellChecker/lang/nb.js, plugins/Stylist/stylist.js, plugins/Stylist/lang/nb.js, plugins/SuperClean/super-clean.js, plugins/SuperClean/tidy.php, plugins/SuperClean/lang/nb.js, plugins/TableOperations/table-operations.js, plugins/TableOperations/img/table-prop.gif, plugins/TableOperations/lang/nb.js, plugins/TableOperations/lang/sv.js, plugins/Template/lang/nb.js, plugins/UnFormat/lang/nb.js, popups/about.html, popups/color_picker.js, popups/editor_help.html, popups/insert_image.html, popups/insert_image.js, popups/insert_table.html, popups/link.html, popups/link.js, popups/popup.css, popups/popup.js, popups/select_color.html, skins/green-look/button-background.png, skins/silva/dialog.jpg, skins/silva/html.gif, skins/silva/skin.css, skins/silva/statusbar.png, skins/silva/toolbar.png: updating xinha to 0.91beta+ 2007-02-02 11:49 gustafn * packages/acs-templating/tcl/richtext-procs.tcl: merged daves changes from 5-3, eliminated dead code 2007-01-30 06:40 maltes * packages/acs-subsite/www/file.vuh: Added view tracking 2007-01-29 09:16 maltes * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-callback-procs.tcl, tcl/acs-mail-lite-procs.tcl, tcl/incoming-mail-procs.tcl: Upgraded version to reflect it is part of core now. Added incoming_object_email callback as per http://openacs.org/xowiki/incoming_email. Moved incoming e-mail procs to a separate file 2007-01-29 04:27 maltes * packages/acs-subsite/: acs-subsite.info, tcl/party-procs.tcl, tcl/party-procs.xql: Added party::party_p procedure 2007-01-29 04:25 maltes * packages/acs-tcl/: acs-tcl.info, tcl/object-procs.tcl, tcl/object-procs.xql: Added acs_object::object_p procedure 2007-01-23 14:39 carlb * packages/acs-templating/www/scripts/xinha/attach-image.adp: layout and on upload error message fix 2007-01-20 23:41 maltes * packages/acs-subsite/www/file.vuh: Fixed the indention and added a missing closing brace 2007-01-18 03:57 gustafn * packages/acs-authentication/tcl/authentication-procs.tcl: Long URLs can cause a reboot of aolserver 4.0.10. Prevent the situation when user is required to authenticate while submitting a form. 2007-01-16 15:18 donb * packages/acs-subsite/tcl/subsite-procs.tcl: auto_mount_application only worked for the first two mounts of a package using an autogenerated name! This bug's been in ACS 4.x since the very beginning AFAICT. 2007-01-15 11:59 gustafn * packages/acs-admin/tcl/apm-admin-procs.tcl: fixing code leading to a broken repository/5-3/manifest due to overlong command line in tar command. The new version uses the "--files-from filename" option from GNU tar (this code is most probably only run on openacs.org) 2007-01-14 23:53 gustafn * packages/acs-admin/www/apm/build-repository.tcl: fixing code leading to a broken repository/5-3/manifest due to overlong command line in tar command. The new version uses the "--files-from filename" option from GNU tar (this code is most probably only run on openacs.org) 2007-01-14 22:57 maltes * packages/acs-tcl/acs-tcl.info: Increased version number to reflect the fact that it was changed on HEAD, ready for the next branch 2007-01-14 22:56 maltes * packages/acs-tcl/tcl/defs-procs.tcl: Added function to return a string as a file with filename and mime_type 2007-01-10 13:21 gustafn * bin/create-tablespace.tcl, etc/config.tcl, etc/install/tcl/acs-lang-procs.tcl, etc/install/tcl/admin-procs.tcl, etc/install/tcl/class-procs.tcl, etc/install/tcl/dotlrn-procs.tcl, etc/install/tcl/twt-procs.tcl, etc/install/tcl/user-procs.tcl, etc/keepalive/keepalive-config.tcl, packages/acs-admin/lib/become.tcl, packages/acs-admin/lib/password-update.tcl, packages/acs-admin/lib/service-parameters.tcl, packages/acs-admin/tcl/apm-admin-procs.tcl, packages/acs-admin/www/index.tcl, packages/acs-admin/www/send-email.tcl, packages/acs-admin/www/apm/build-repository.tcl, packages/acs-admin/www/apm/cvs-status.tcl, packages/acs-admin/www/apm/index.tcl, packages/acs-admin/www/apm/package-delete.tcl, packages/acs-admin/www/apm/package-load-2.tcl, packages/acs-admin/www/apm/packages-install-2.tcl, packages/acs-admin/www/apm/packages-install-3.tcl, packages/acs-admin/www/apm/packages-install-4.tcl, packages/acs-admin/www/apm/packages-install.tcl, packages/acs-admin/www/apm/parameter-add-2.tcl, packages/acs-admin/www/apm/parameter-delete.tcl, packages/acs-admin/www/apm/parameter-edit-2.tcl, packages/acs-admin/www/apm/version-callback-add-edit.tcl, packages/acs-admin/www/apm/version-dependencies.tcl, packages/acs-admin/www/apm/version-edit-2.tcl, packages/acs-admin/www/apm/version-files.tcl, packages/acs-admin/www/apm/version-i18n-process-2.tcl, packages/acs-admin/www/apm/version-i18n.tcl, packages/acs-admin/www/apm/version-parameter-values.tcl, packages/acs-admin/www/apm/version-parameters.tcl, packages/acs-admin/www/apm/version-tag.tcl, packages/acs-admin/www/apm/version-view.tcl, packages/acs-admin/www/apm/write-all-specs.tcl, packages/acs-admin/www/auth/authority-delete.tcl, packages/acs-admin/www/auth/authority-registration-select.tcl, packages/acs-admin/www/auth/authority-set-enabled-p.tcl, packages/acs-admin/www/auth/authority-set-sort-order.tcl, packages/acs-admin/www/auth/authority.tcl, packages/acs-admin/www/auth/batch-action.tcl, packages/acs-admin/www/auth/batch-job.tcl, packages/acs-admin/www/auth/index.tcl, packages/acs-admin/www/cache/flush-cache.tcl, packages/acs-admin/www/cache/flush.tcl, packages/acs-admin/www/cache/index.tcl, packages/acs-admin/www/cache/one.tcl, packages/acs-admin/www/install/install-2.tcl, packages/acs-admin/www/install/install-3.tcl, packages/acs-admin/www/install/install-4.tcl, packages/acs-admin/www/install/install.tcl, packages/acs-admin/www/test/security-test.tcl, packages/acs-admin/www/test/signed-cookies-test-2.tcl, packages/acs-admin/www/users/complex-search.tcl, packages/acs-admin/www/users/member-state-change.tcl, packages/acs-admin/www/users/merge-confirm.tcl, packages/acs-admin/www/users/merge-final.tcl, packages/acs-admin/www/users/merge.tcl, packages/acs-admin/www/users/modify-admin-privileges.tcl, packages/acs-admin/www/users/one.tcl, packages/acs-admin/www/users/search.tcl, packages/acs-admin/www/users/session-history.tcl, packages/acs-admin/www/users/user-add-2.tcl, packages/acs-admin/www/users/user-batch-add-2.tcl, packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl, packages/acs-api-browser/www/display-sql.tcl, packages/acs-api-browser/www/proc-browse.tcl, packages/acs-api-browser/www/proc-search.tcl, packages/acs-api-browser/www/procs-file-view.tcl, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-authentication/tcl/authority-procs.tcl, packages/acs-authentication/tcl/driver-procs.tcl, packages/acs-authentication/tcl/local-procs.tcl, packages/acs-authentication/tcl/password-procs.tcl, packages/acs-authentication/tcl/sync-procs.tcl, packages/acs-authentication/tcl/test/acs-authentication-procs.tcl, packages/acs-authentication/tcl/test/sync-test-procs.tcl, packages/acs-automated-testing/tcl/aa-test-procs.tcl, packages/acs-automated-testing/tcl/filter-procs.tcl, packages/acs-automated-testing/tcl/tclwebtest-procs.tcl, packages/acs-automated-testing/www/index.tcl, packages/acs-automated-testing/www/admin/index.tcl, packages/acs-automated-testing/www/admin/proc-coverage.tcl, packages/acs-automated-testing/www/admin/rerun.tcl, packages/acs-bootstrap-installer/bootstrap.tcl, packages/acs-bootstrap-installer/db-init-checks-oracle.tcl, packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl, packages/acs-bootstrap-installer/installer.tcl, packages/acs-bootstrap-installer/installer/index.tcl, packages/acs-bootstrap-installer/installer/install.tcl, packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl, packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl, packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl, packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl, packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl, packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl, packages/acs-content-repository/tcl/acs-content-repository-init.tcl, packages/acs-content-repository/tcl/acs-content-repository-procs.tcl, packages/acs-content-repository/tcl/content-folder-procs.tcl, packages/acs-content-repository/tcl/content-item-procs.tcl, packages/acs-content-repository/tcl/content-procs.tcl, packages/acs-content-repository/tcl/content-revision-procs.tcl, packages/acs-content-repository/tcl/content-type-procs.tcl, packages/acs-content-repository/tcl/doc-procs.tcl, packages/acs-content-repository/tcl/extlink-procs.tcl, packages/acs-content-repository/tcl/filter-procs.tcl, packages/acs-content-repository/tcl/item-procs.tcl, packages/acs-content-repository/tcl/keyword-procs.tcl, packages/acs-content-repository/tcl/publish-procs.tcl, packages/acs-content-repository/tcl/revision-procs.tcl, packages/acs-content-repository/tcl/symlink-procs.tcl, packages/acs-content-repository/tcl/test/content-image-test-procs.tcl, packages/acs-content-repository/tcl/test/content-item-test-procs.tcl, packages/acs-content-repository/tcl/test/content-keyword-test-procs.tcl, packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl, packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl, packages/acs-core-docs/www/sql/display-sql.tcl, packages/acs-lang/lib/messages-to-translate.tcl, packages/acs-lang/tcl/lang-catalog-procs.tcl, packages/acs-lang/tcl/lang-message-procs.tcl, packages/acs-lang/tcl/lang-util-procs.tcl, packages/acs-lang/tcl/lang-widget-procs.tcl, packages/acs-lang/tcl/locale-procs.tcl, packages/acs-lang/tcl/localization-data-init.tcl, packages/acs-lang/tcl/localization-procs.tcl, packages/acs-lang/tcl/test/acs-lang-test-procs.tcl, packages/acs-lang/www/change-locale-include.tcl, packages/acs-lang/www/admin/batch-editor.tcl, packages/acs-lang/www/admin/edit-localized-message.tcl, packages/acs-lang/www/admin/index.tcl, packages/acs-lang/www/admin/locale-edit.tcl, packages/acs-lang/www/admin/localized-message-new.tcl, packages/acs-lang/www/admin/message-list.tcl, packages/acs-lang/www/admin/message-search.tcl, packages/acs-lang/www/admin/message-usage-include.tcl, packages/acs-lang/www/admin/package-list.tcl, packages/acs-lang/www/admin/set-system-timezone.tcl, packages/acs-lang/www/admin/translator-mode-toggle.tcl, packages/acs-lang/www/admin/test/test.tcl, packages/acs-lang/www/admin/test/timezone.tcl, packages/acs-mail-lite/lib/email.tcl, packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl, packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl, packages/acs-mail-lite/tcl/complex-send-procs.tcl, packages/acs-messaging/tcl/acs-messaging-procs.tcl, packages/acs-service-contract/tcl/acs-service-contract-procs.tcl, packages/acs-service-contract/tcl/contract-procs.tcl, packages/acs-service-contract/tcl/implementation-procs.tcl, packages/acs-service-contract/www/binding-display.tcl, packages/acs-subsite/lib/login.tcl, packages/acs-subsite/lib/services.tcl, packages/acs-subsite/lib/user-info.tcl, packages/acs-subsite/lib/user-new.tcl, packages/acs-subsite/tcl/apm-callback-procs.tcl, packages/acs-subsite/tcl/application-group-procs.tcl, packages/acs-subsite/tcl/attribute-procs.tcl, packages/acs-subsite/tcl/email-image-procs.tcl, packages/acs-subsite/tcl/group-procs.tcl, packages/acs-subsite/tcl/group-type-procs.tcl, packages/acs-subsite/tcl/package-procs.tcl, packages/acs-subsite/tcl/party-procs.tcl, packages/acs-subsite/tcl/plpgsql-utility-procs.tcl, packages/acs-subsite/tcl/plsql-utility-procs.tcl, packages/acs-subsite/tcl/rel-segments-procs.tcl, packages/acs-subsite/tcl/rel-types-procs.tcl, packages/acs-subsite/tcl/relation-procs.tcl, packages/acs-subsite/tcl/subsite-callback-procs.tcl, packages/acs-subsite/tcl/subsite-procs.tcl, packages/acs-subsite/www/group-master.tcl, packages/acs-subsite/www/index.tcl, packages/acs-subsite/www/admin/subsite-add.tcl, packages/acs-subsite/www/admin/applications/application-add.tcl, packages/acs-subsite/www/admin/attributes/add-2.tcl, packages/acs-subsite/www/admin/attributes/delete-2.tcl, packages/acs-subsite/www/admin/attributes/edit-one.tcl, packages/acs-subsite/www/admin/attributes/enum-add-2.tcl, packages/acs-subsite/www/admin/attributes/enum-add.tcl, packages/acs-subsite/www/admin/attributes/one.tcl, packages/acs-subsite/www/admin/attributes/value-delete-2.tcl, packages/acs-subsite/www/admin/group-types/change-join-policy-2.tcl, packages/acs-subsite/www/admin/group-types/change-join-policy.tcl, packages/acs-subsite/www/admin/group-types/delete-2.tcl, packages/acs-subsite/www/admin/group-types/rel-type-add-2.tcl, packages/acs-subsite/www/admin/group-types/rel-type-remove-2.tcl, packages/acs-subsite/www/admin/groups/change-join-policy-2.tcl, packages/acs-subsite/www/admin/groups/constraints-create-2.tcl, packages/acs-subsite/www/admin/groups/delete-2.tcl, packages/acs-subsite/www/admin/groups/elements-display-list.tcl, packages/acs-subsite/www/admin/groups/new.tcl, packages/acs-subsite/www/admin/groups/one.tcl, packages/acs-subsite/www/admin/groups/rel-type-add-2.tcl, packages/acs-subsite/www/admin/groups/rel-type-remove-2.tcl, packages/acs-subsite/www/admin/parties/new.tcl, packages/acs-subsite/www/admin/rel-segments/constraints-redirect.tcl, packages/acs-subsite/www/admin/rel-segments/delete-2.tcl, packages/acs-subsite/www/admin/rel-segments/new-3.tcl, packages/acs-subsite/www/admin/rel-segments/new.tcl, packages/acs-subsite/www/admin/rel-segments/constraints/delete-2.tcl, packages/acs-subsite/www/admin/rel-segments/constraints/new.tcl, packages/acs-subsite/www/admin/rel-types/delete-2.tcl, packages/acs-subsite/www/admin/rel-types/mapping-remove-2.tcl, packages/acs-subsite/www/admin/rel-types/roles/delete-2.tcl, packages/acs-subsite/www/admin/rel-types/roles/edit.tcl, packages/acs-subsite/www/admin/relations/add.tcl, packages/acs-subsite/www/admin/relations/change-member-state.tcl, packages/acs-subsite/www/admin/relations/remove-2.tcl, packages/acs-subsite/www/admin/site-map/allow-for-view.tcl, packages/acs-subsite/www/admin/site-map/application-new.tcl, packages/acs-subsite/www/admin/site-map/auto-mount.tcl, packages/acs-subsite/www/admin/site-map/index.tcl, packages/acs-subsite/www/admin/site-map/instance-delete.tcl, packages/acs-subsite/www/admin/site-map/package-new.tcl, packages/acs-subsite/www/admin/site-map/parameter-set.tcl, packages/acs-subsite/www/admin/site-map/site-map.tcl, packages/acs-subsite/www/admin/users/new.tcl, packages/acs-subsite/www/members/index.tcl, packages/acs-subsite/www/members/member-invite.tcl, packages/acs-subsite/www/members/user-batch-add-2.tcl, packages/acs-subsite/www/members/user-new.tcl, packages/acs-subsite/www/permissions/grant.tcl, packages/acs-subsite/www/permissions/one.tcl, packages/acs-subsite/www/permissions/perm-include.tcl, packages/acs-subsite/www/permissions/perm-modify.tcl, packages/acs-subsite/www/permissions/revoke-2.tcl, packages/acs-subsite/www/pvt/alerts.tcl, packages/acs-subsite/www/pvt/home.tcl, packages/acs-subsite/www/pvt/set-on-vacation-to-null.tcl, packages/acs-subsite/www/register/auto-login.tcl, packages/acs-subsite/www/register/email-confirm.tcl, packages/acs-subsite/www/register/logout.tcl, packages/acs-subsite/www/register/user-join.tcl, packages/acs-subsite/www/register/user-new.tcl, packages/acs-subsite/www/shared/community-member.tcl, packages/acs-subsite/www/shared/parameters.tcl, packages/acs-subsite/www/shared/portrait-bits.tcl, packages/acs-subsite/www/shared/portrait-thumbnail-bits.tcl, packages/acs-subsite/www/shared/portrait.tcl, packages/acs-subsite/www/shared/send-email.tcl, packages/acs-subsite/www/shared/session-update.tcl, packages/acs-subsite/www/shared/whos-online.tcl, packages/acs-subsite/www/site-map/index.tcl, packages/acs-subsite/www/user/basic-info-update.tcl, packages/acs-subsite/www/user/email-privacy-level.tcl, packages/acs-subsite/www/user/password-reset.tcl, packages/acs-subsite/www/user/password-update.tcl, packages/acs-subsite/www/user/portrait/comment-edit.tcl, packages/acs-subsite/www/user/portrait/erase.tcl, packages/acs-subsite/www/user/portrait/index.tcl, packages/acs-subsite/www/user/portrait/upload.tcl, packages/acs-tcl/lib/actions.tcl, packages/acs-tcl/lib/page-error.tcl, packages/acs-tcl/tcl/00-database-procs.tcl, packages/acs-tcl/tcl/30-xml-utils-procs.tcl, packages/acs-tcl/tcl/acs-permissions-procs.tcl, packages/acs-tcl/tcl/ad-functional-procs.tcl, packages/acs-tcl/tcl/admin-procs.tcl, packages/acs-tcl/tcl/adp-parser-procs.tcl, packages/acs-tcl/tcl/aolserver-3-procs.tcl, packages/acs-tcl/tcl/apm-file-procs.tcl, packages/acs-tcl/tcl/apm-install-procs.tcl, packages/acs-tcl/tcl/apm-procs.tcl, packages/acs-tcl/tcl/apm-xml-procs.tcl, packages/acs-tcl/tcl/application-link-procs.tcl, packages/acs-tcl/tcl/community-core-procs.tcl, packages/acs-tcl/tcl/defs-procs.tcl, packages/acs-tcl/tcl/document-procs.tcl, packages/acs-tcl/tcl/ds-stub-procs.tcl, packages/acs-tcl/tcl/exception-procs.tcl, packages/acs-tcl/tcl/form-processing-procs.tcl, packages/acs-tcl/tcl/html-email-procs.tcl, packages/acs-tcl/tcl/install-procs.tcl, packages/acs-tcl/tcl/membership-rel-procs.tcl, packages/acs-tcl/tcl/memoize-procs.tcl, packages/acs-tcl/tcl/navigation-procs.tcl, packages/acs-tcl/tcl/openacs-kernel-procs.tcl, packages/acs-tcl/tcl/parameter-procs.tcl, packages/acs-tcl/tcl/request-processor-init.tcl, packages/acs-tcl/tcl/request-processor-procs.tcl, packages/acs-tcl/tcl/rollout-email-procs.tcl, packages/acs-tcl/tcl/security-init.tcl, packages/acs-tcl/tcl/security-procs.tcl, packages/acs-tcl/tcl/server-cluster-procs.tcl, packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl, packages/acs-tcl/tcl/site-node-object-map-procs.tcl, packages/acs-tcl/tcl/site-nodes-procs.tcl, packages/acs-tcl/tcl/sql-statement-procs.tcl, packages/acs-tcl/tcl/stack-trace-procs.tcl, packages/acs-tcl/tcl/table-display-procs.tcl, packages/acs-tcl/tcl/tcl-documentation-procs.tcl, packages/acs-tcl/tcl/text-html-procs.tcl, packages/acs-tcl/tcl/user-extensions-procs.tcl, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-tcl/tcl/whos-online-procs.tcl, packages/acs-tcl/tcl/widgets-procs.tcl, packages/acs-tcl/tcl/xml-0-sgml-procs.tcl, packages/acs-tcl/tcl/xml-1-dom-procs.tcl, packages/acs-tcl/tcl/xml-2-procs.tcl, packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl, packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl, packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl, packages/acs-tcl/tcl/test/community-core-test-procs.tcl, packages/acs-tcl/tcl/test/datamodel-test-procs.tcl, packages/acs-tcl/tcl/test/file-test-procs.tcl, packages/acs-tcl/tcl/test/log-test-procs.tcl, packages/acs-tcl/tcl/test/navigation-procs.tcl, packages/acs-tcl/tcl/test/object-test-case-procs.tcl, packages/acs-tcl/tcl/test/test-permissions-procs.tcl, packages/acs-tcl/tcl/test/whos-online-procs.tcl, packages/acs-templating/tcl/acs-integration-procs.tcl, packages/acs-templating/tcl/apm-callback-procs.tcl, packages/acs-templating/tcl/currency-procs.tcl, packages/acs-templating/tcl/data-procs.tcl, packages/acs-templating/tcl/date-procs.tcl, packages/acs-templating/tcl/debug-procs.tcl, packages/acs-templating/tcl/doc-procs.tcl, packages/acs-templating/tcl/doc-tcl-procs.tcl, packages/acs-templating/tcl/element-procs.tcl, packages/acs-templating/tcl/file-procs.tcl, packages/acs-templating/tcl/filter-procs.tcl, packages/acs-templating/tcl/form-procs.tcl, packages/acs-templating/tcl/list-procs.tcl, packages/acs-templating/tcl/mime-procs.tcl, packages/acs-templating/tcl/paginator-procs.tcl, packages/acs-templating/tcl/parse-procs.tcl, packages/acs-templating/tcl/query-procs.tcl, packages/acs-templating/tcl/request-procs.tcl, packages/acs-templating/tcl/richtext-or-file-procs.tcl, packages/acs-templating/tcl/richtext-procs.tcl, packages/acs-templating/tcl/spellcheck-init.tcl, packages/acs-templating/tcl/spellcheck-procs.tcl, packages/acs-templating/tcl/tab-procs.tcl, packages/acs-templating/tcl/table-procs.tcl, packages/acs-templating/tcl/tag-init.tcl, packages/acs-templating/tcl/tag-procs.tcl, packages/acs-templating/tcl/util-procs.tcl, packages/acs-templating/tcl/widget-procs.tcl, packages/acs-templating/tcl/wizard-procs.tcl, packages/acs-templating/tcl/test/spell-checker-procs.tcl, packages/acs-templating/www/admin/test/chain-frac-0.tcl, packages/acs-templating/www/admin/test/chain-frac-1.tcl, packages/acs-templating/www/admin/test/include.tcl, packages/acs-templating/www/doc/demo/contract-2.tcl, packages/acs-templating/www/doc/demo/display-edit.tcl, packages/acs-templating/www/doc/demo/fibo-master.tcl, packages/acs-templating/www/doc/demo/fibo.tcl, packages/acs-templating/www/doc/demo/list.tcl, packages/acs-templating/www/doc/demo/sandwich.tcl, packages/acs-templating/www/doc/demo/user-edit.tcl, packages/acs-templating/www/doc/exercise/form-sample.tcl, packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl, packages/search/tcl/search-procs.tcl, packages/search/tcl/syndicate-procs.tcl, packages/search/www/search.tcl, packages/search/www/admin/index-missing-objects.tcl, tcl/0-acs-init.tcl, www/blank-master.tcl, www/login-status.tcl, www/site-master.tcl: Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals 2007-01-08 15:57 donb * packages/acs-bootstrap-installer/installer/index.tcl: Fixed two spelling errors in install error messages. All these years, and I'd never noticed them before ... 2007-01-08 05:47 maltes * packages/acs-mail-lite/tcl/: complex-send-procs-postgresql.xql, complex-send-procs.tcl: Added error tracking to the complex_sweeper and fixed an error with the reply_to address 2007-01-05 10:28 daveb * packages/acs-templating/www/scripts/xinha/attach-file.adp: Update title. Fix javascript in lower cancel button 2007-01-04 08:32 rocaelh * packages/acs-subsite/www/admin/: index.adp, index.tcl: eliminating registration assessment deadlink 2007-01-02 01:53 gustafn * packages/acs-reference/sql/postgresql/acs-reference-create.sql: adding missing variable declaration needed at least for pg 8.2 2006-12-31 13:08 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: Fix typo sn_gifsize should be ns_gifsize. Bug#3056. Thanks to Jon Griffin for finding it and for the patch. 2006-12-30 03:29 maltes * packages/acs-core-docs/www/files/postgresql.txt: Made sure to use the correct logfile on restart of the postgresql server 2006-12-26 14:48 daveb * packages/notifications/tcl/notification-email-procs.tcl: For an unexplained reason complex_send accepts a list_of_lists instead of an ns_set for extra_headers. This completely breaks notifications by sending people the wrong email body. Temporary fix until we can systematically track down the misuse of extra_headers argument 2006-12-24 03:09 maltes * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-callback-procs.tcl, tcl/acs-mail-lite-procs.tcl, tcl/complex-send-procs.tcl: Support for from_addr in addition sender_id in the complex_send callback. Correctly handle incoming file attachments. Get rid of hard coded subject_encoding 2006-12-22 04:28 daveb * packages/acs-mail-lite/tcl/complex-send-procs-oracle.xql: Remove extra : 2006-12-21 23:57 maltes * packages/acs-mail-lite/: acs-mail-lite.info, sql/oracle/acs-mail-lite-create.sql, sql/oracle/acs-mail-lite-drop.sql, sql/postgresql/acs-mail-lite-create.sql, sql/postgresql/acs-mail-lite-drop.sql, tcl/acs-mail-lite-callback-procs.tcl, tcl/acs-mail-lite-callback-procs.xql, tcl/acs-mail-lite-procs.tcl, tcl/acs-mail-lite-procs.xql, tcl/complex-send-procs-oracle.xql, tcl/complex-send-procs-postgresql.xql: Cleaning up. Removed the code for prefix handling as it does not work. Changed Oracle scripts and make them look nicer. 2006-12-21 07:14 daveb * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: Add keys for file and image uload widgets 2006-12-21 07:12 daveb * packages/acs-templating/www/scripts/xinha/: attach-file.adp, attach-file.tcl, attach-image.adp, attach-image.tcl: Fix insert of file links. Add filename for insert image links 2006-12-19 02:51 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Put the not working code into it's own area. 2006-12-19 01:44 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: removed and put into callbacks, not to be standing guilty of changing functionality without a tip. 2006-12-19 01:34 gustafn * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: add serialization of objects/classes through the link generated by /api-doc/proc-browse 2006-12-19 01:05 maltes * packages/acs-subsite/tcl/group-procs.tcl: Made sure the dependent relations are removed as well. It might make sense I think to add a delete cascade to acs_rels, but I am not entirely sure this is such a wise thing, so postponing it 2006-12-18 03:23 gustafn * packages/acs-bootstrap-installer/bootstrap.tcl: make sure, xotcl-core -init files are loaded before other -init files 2006-12-17 12:11 maltes * packages/acs-mail-lite/: acs-mail-lite.info, sql/oracle/acs-mail-lite-create.sql, sql/postgresql/acs-mail-lite-create.sql, tcl/acs-mail-lite-procs.tcl, tcl/complex-send-procs-oracle.xql, tcl/complex-send-procs-postgresql.xql, tcl/complex-send-procs.tcl: Added support for reply_to address 2006-12-17 09:04 maltes * packages/acs-mail-lite/: acs-mail-lite.info, sql/oracle/acs-mail-lite-create.sql, sql/oracle/acs-mail-lite-drop.sql, sql/postgresql/acs-mail-lite-create.sql, sql/postgresql/acs-mail-lite-drop.sql, tcl/acs-mail-lite-procs-oracle.xql, tcl/acs-mail-lite-procs-postgresql.xql: Added oracle scripts, continued with the move from user_id to party_id 2006-12-16 12:30 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: The worlds simplest mailing list 2006-12-16 11:32 maltes * packages/notifications/tcl/notification-callback-procs.tcl: Ignore all messages not send to notifications 2006-12-15 14:45 emmar * packages/notifications/: catalog/notifications.cs_CZ.utf-8.xml, catalog/notifications.en_US.ISO-8859-1.xml, catalog/notifications.es_ES.ISO-8859-1.xml, catalog/notifications.nl_ZA.ISO-8859-1.xml, www/manage.tcl: Merging dotlrn-all and dotlrn-extras from oacs-5-2 2006-12-15 04:36 emmar * packages/acs-content-repository/sql/: common/mime-type-data.sql, oracle/upgrade/upgrade-5.3.0d3-5.3.0d4.sql, postgresql/upgrade/upgrade-5.3.0d7-5.3.0d8.sql: Add Open Documents MIME types 2006-12-14 17:54 donb * packages/acs-tcl/tcl/application-data-link-procs.tcl: Added a necessary comment to a public proc 2006-12-14 17:37 donb * packages/acs-mail-lite/tcl/complex-send-procs-oracle.xql: This oracle sql file had a "postgresql" rdbms tag 2006-12-14 16:09 donb * packages/acs-subsite/acs-subsite.info: And the last oacs-5-3 -> HEAD merge commit (vi was being weird on the cvs.openacs.org server so I fixed this one locally) 2006-12-14 16:00 donb * packages/acs-admin/acs-admin.info, packages/acs-admin/www/users/merge-final.tcl, packages/acs-admin/www/users/merge.tcl, packages/acs-api-browser/acs-api-browser.info, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/catalog/acs-authentication.cs_CZ.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.nl_ZA.ISO-8859-1.xml, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d18-5.2.0d19.sql, packages/acs-content-repository/tcl/content-revision-procs.tcl, packages/acs-core-docs/acs-core-docs.info, packages/acs-core-docs/www/xml/variables.ent, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/catalog/acs-kernel.cs_CZ.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql, packages/acs-lang/acs-lang.info, packages/acs-lang/catalog/acs-lang.cs_CZ.utf-8.xml, packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.nl_ZA.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, packages/acs-lang/tcl/lang-widget-procs.tcl, packages/acs-lang/tcl/localization-procs.tcl, packages/acs-lang/www/admin/edit-localized-message.tcl, packages/acs-messaging/acs-messaging.info, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.cs_CZ.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.nl_ZA.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, packages/acs-subsite/lib/user-new.tcl, packages/acs-subsite/tcl/apm-callback-procs.tcl, packages/acs-subsite/tcl/test/acs-subsite-procs.tcl, packages/acs-tcl/acs-tcl.info, packages/acs-tcl/catalog/acs-tcl.cs_CZ.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.nl_ZA.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, packages/acs-tcl/tcl/00-database-procs.tcl, packages/acs-tcl/tcl/defs-procs-oracle.xql, packages/acs-tcl/tcl/defs-procs-postgresql.xql, packages/acs-tcl/tcl/security-procs.tcl, packages/acs-tcl/tcl/text-html-procs.tcl, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-tcl/tcl/test/file-test-procs.tcl, packages/acs-templating/acs-templating.info, packages/acs-templating/catalog/acs-templating.cs_CZ.utf-8.xml, packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.nl_ZA.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, packages/acs-templating/resources/forms/accessible-forms.adp, packages/acs-templating/tcl/list-procs.tcl, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/de.js, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/en.js, packages/acs-translations/acs-translations.info, packages/ref-timezones/ref-timezones.info, packages/search/search.info, packages/search/catalog/search.cs_CZ.utf-8.xml, packages/search/catalog/search.de_DE.ISO-8859-1.xml, packages/search/catalog/search.es_ES.ISO-8859-1.xml, packages/search/catalog/search.nl_NL.ISO-8859-1.xml, packages/search/catalog/search.nl_ZA.ISO-8859-1.xml, packages/search/catalog/search.pl_PL.utf-8.xml, packages/search/catalog/search.pt_BR.ISO-8859-1.xml, packages/search/www/search.tcl, www/blank-master.adp: First round of oacs-5-3 merge to HEAD commits 2006-12-12 10:24 daveb * packages/intermedia-driver/tcl/intermedia-procs.tcl: Accept patch#812 from Christian Brechbuehler for bug#3045 2006-12-12 10:18 daveb * packages/intermedia-driver/tcl/intermedia-procs.tcl: Fix bug#3046, remove unused code, intermedia-driver only works with the new callback based search. 2006-12-11 09:49 maltes * packages/acs-subsite/: lib/user-new.tcl, acs-subsite.info, catalog/acs-subsite.en_US.ISO-8859-1.xml: Added a friendly user message if the e-mail already exists upon signup 2006-12-09 07:23 gustafn * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql: adding update statement for renamed package instances, to fix names in acs_objects.title 2006-12-08 06:46 gustafn * packages/acs-tcl/tcl/apm-procs.tcl: fixing bug in apm_package_rename, which did not change title in acs_obejcts when a package was renamed. As a consequence, a rename in the sitemap did not change e.g. the name shown from the categories 2006-12-05 10:56 gustafn * packages/acs-subsite/lib/login.tcl: provide a simple fix for the redirect problem of the register page 2006-12-04 20:23 maltes * packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml: Added BCC 2006-12-03 05:23 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-callback-procs.tcl, acs-mail-lite-callback-procs.xql, acs-mail-lite-procs.tcl, acs-mail-lite-procs.xql: Fixed bouncing and record bounces when SMTP server does not like the email address 2006-12-03 05:21 maltes * packages/acs-mail-lite/tcl/complex-send-procs.tcl: Fixed problem with very long subjects 2006-12-02 04:49 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-procs-postgresql.xql, complex-send-procs-oracle.xql, complex-send-procs-postgresql.xql, complex-send-procs.tcl, complex-send-procs.xql: More cleaning up and oracle scripts 2006-12-02 01:17 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-procs.tcl, complex-send-procs.tcl: Moved complex_send to its own file. Fixed character encoding after finding by accident that a procedure mime::word_encode actually exists... 2006-12-01 08:54 maltes * packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql: Added creation of the acs_mail_lite_complex_queue table 2006-11-23 09:45 maltes * packages/acs-subsite/tcl/: group-procs-oracle.xql, group-procs-postgresql.xql, group-procs.tcl: Added caching of group membership including correct flushing 2006-11-20 01:24 maltes * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/upgrade/upgrade-5.3.0d4-5.3.0d5.sql, sql/postgresql/upgrade/upgrade-5.3.0d6-5.3.0d7.sql: Change to the locking of acs-objects 2006-11-18 05:18 daveb * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js: Remove stray comma casuing IE to complain 2006-11-17 08:16 maltes * packages/acs-mail-lite/: catalog/acs-mail-lite.de_DE.ISO-8859-1.xml, catalog/acs-mail-lite.en_US.ISO-8859-1.xml, lib/view-complex-send-mail-queue.adp, lib/view-complex-send-mail-queue.tcl, lib/view-complex-send-mail-queue.xql: Added viewer for queue 2006-11-17 07:14 maltes * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-init.tcl, tcl/acs-mail-lite-procs-postgresql.xql, tcl/acs-mail-lite-procs.tcl: Added complex_send queue and sweeper 2006-11-16 04:48 maltes * packages/acs-mail-lite/acs-mail-lite.info: Missing upgrade 2006-11-16 04:43 daveb * packages/search/tcl/search-procs.tcl: Uncomment search::action callback committed in error. 2006-11-16 03:58 maltes * packages/acs-kernel/: catalog/acs-kernel.en_US.ISO-8859-1.xml, sql/postgresql/acs-relationships-create.sql, sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql: Fix for deadlock condition (or so Gustav and I hope) 2006-11-15 09:11 maltes * packages/acs-content-repository/tcl/: content-folder-procs.tcl, content-folder-procs.xql: Changed content::folder::new to be a pure TCL proc relying on content::item::new instead of running into deadlocks (and being slower) when doing the plsql 2006-11-14 22:54 maltes * packages/acs-content-repository/tcl/content-type-procs.xql: missed the .xql file 2006-11-14 22:17 maltes * packages/acs-content-repository/tcl/content-type-procs.tcl: Added content_type_p procedure to detect if a mime_type is of a content_type 2006-11-13 13:31 donb * packages/acs-bootstrap-installer/: db-init-checks-oracle.tcl, tcl/40-db-query-dispatcher-procs.tcl: Fixed bug 2961 by applying Christian Brechbühler's patch 2006-11-12 20:06 daveb * packages/tsearch2-driver/tcl/: tsearch2-driver-procs.tcl, test/tsearch2-driver-procs.tcl: Merge fix for not with no search terms from oacs-5-2 2006-11-12 17:10 daveb * packages/tsearch2-driver/tcl/: tsearch2-driver-procs.tcl, test/tsearch2-driver-procs.tcl: Fix bug#3039 and but#3040. 2006-11-12 16:55 daveb * packages/search/www/search.tcl: Fix bug#3040 split string before passing to llength. 2006-11-11 12:16 maltes * packages/acs-templating/tcl/list-procs.tcl: Added support for includes in lists, originally I guess written by SG. Seems not to be harmful to other lists 2006-11-10 13:40 donb * packages/acs-subsite/tcl/relation-procs-oracle.xql: Fix bug #1881 (patch by Christian Brechbuehler) 2006-11-05 04:38 maltes * packages/search/: catalog/search.de_DE.ISO-8859-1.xml, tcl/search-init.tcl: Made sure the intermedia_index is not run if postgres is configured 2006-11-03 15:24 donb * packages/: acs-kernel/acs-kernel.info, acs-tcl/tcl/defs-procs.tcl: Fixed bug #2894 2006-11-03 12:24 donb * packages/acs-lang/: tcl/lang-widget-procs.tcl, www/change-locale-include.tcl: Fixed bug #2931 (brought to HEAD from oacs-5-2) 2006-11-02 00:51 maltes * packages/acs-tcl/tcl/application-data-link-procs.tcl: Made sure the links get created correctly and that the flushing works 2006-11-01 22:37 marka * packages/acs-subsite/www/shared/: portrait-bits.tcl, portrait-thumbnail-bits.tcl: portrait-bits now accepts an optional size parameter for eg. returning avatar sized images 2006-11-01 22:34 marka * packages/acs-content-repository/tcl/image-procs.tcl: added new size for portrait avatars 2006-11-01 22:30 marka * packages/acs-content-repository/acs-content-repository.info: Adding the parameter needed for Dave's excellent image:: procs 2006-11-01 12:08 maltes * packages/acs-content-repository/tcl/content-item-procs.tcl: Indention fixes 2006-11-01 11:47 maltes * packages/acs-lang/tcl/lang-message-procs.tcl: Make sure acs-translations do not privide an error message if the language key is missing 2006-11-01 11:28 maltes * packages/acs-tcl/acs-tcl.info: Updated version number so other packages can rely on the new functionality 2006-11-01 11:23 maltes * packages/acs-tcl/tcl/: object-procs.tcl, object-procs.xql: Caching 2006-11-01 11:22 maltes * packages/acs-tcl/tcl/: application-data-link-procs.tcl, application-data-link-procs.xql: Caching and tuning 2006-11-01 11:18 maltes * packages/acs-tcl/tcl/text-html-procs.tcl: ranslate characters into HTML codes 2006-11-01 11:12 maltes * packages/acs-tcl/tcl/: form-processing-procs.tcl, tcl-documentation-procs.tcl: Double Click protection 2006-10-30 04:16 maltes * etc/config.tcl: Added ns_limits clause for aolserver 4.5 2006-10-29 17:13 donb * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: We now require PG 8.0, not 7.3 :) 2006-10-29 14:48 vinodk * packages/acs-tcl/lib/progress-bar.adp: closing div 2006-10-29 14:02 donb * packages/acs-kernel/sql/oracle/acs-install.sql: Main site stuff was built in hard-coded english rather than using message keys for the Oracle version. Big "oops" uncovered by automated testing. 2006-10-29 11:07 donb * packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl: If a test logs a user in it should log that user out. Particularly if it then goes on to delete that user. Failure to do so screws up tests that try to access the website, logically enough. 2006-10-29 06:05 maltes * packages/acs-templating/tcl/widget-procs.tcl: Localizing the group name in the party_search 2006-10-28 13:56 donb * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Someone changed the local auth implementation to handle the "RetrievePassword" operation (by e-mailing a note to the user which links to a reset password page). This is cool. What's not cool is to change the behavior without running tests on the package and correcting the one that looked for the local auth implementation to return "not_supported" ... 2006-10-28 13:22 donb * packages/acs-tcl/tcl/test/multirow-test.tcl: Phew talk about obscure. This test case NEVER worked (why do people commit tests that don't work in the first place????) because it used ad_library rather than ad_page_contract to document the template. ad_library fails in ad_make_relative_path in this case though I didn't track down why in detail. 2006-10-28 12:34 maltes * packages/acs-tcl/tcl/apm-procs.tcl: Added apm_package_ids_from_key to get a list of all package instances 2006-10-27 13:34 donb * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: Fire callback failed because of a callback implementation defined in the test callback create callback test. Each case would pass separately, but if the create test was followed by the fire test, the fire test would faile. 2006-10-27 12:38 donb * packages/search/sql/postgresql/syndication-create.sql: Fixed constraint naming error caught by automated testing. 2006-10-26 10:20 maltes * etc/keepalive/: keepalive-cron.sh, keepalive.sh: Added a timeout for the request in case the webserver hangs due to database connections 2006-10-24 06:25 vinodk * packages/acs-tcl/tcl/test/object-test-case-procs.tcl: My bad. table_name can be null on OpenACS 5.3. reverting my commit 2006-10-24 06:10 vinodk * packages/acs-tcl/tcl/test/object-test-case-procs.tcl: Fix acs_object_procs_test on PG. Was complaining about null value for table_name 2006-10-23 07:15 donb * packages/acs-subsite/www/shared/confirm.adp: Missing noquotes... 2006-10-21 00:28 maltes * packages/search/www/: search.adp, search.tcl: Fixing some more bugs and cleaned up the search result page 2006-10-20 14:04 daveb * packages/search/: tcl/search-procs.tcl, www/search.tcl: Remove or comment out dotlrn specific code snuck into search. This will be a callback of some sort eventually. 2006-10-20 10:47 daveb * packages/acs-templating/www/scripts/xinha/attach-file.tcl: Check permissions on package_id if object doesn't exist yet. 2006-10-19 05:54 eduardop * packages/: acs-authentication/tcl/local-procs.tcl, acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, acs-subsite/www/user/password-reset.adp, acs-subsite/www/user/password-reset.tcl: remove the ability to reset the password by any user and add recover the password by using a token http://openacs.org/bugtracker/openacs/bug?bug_number=2920 http://openacs.org/forums/message-view?message_id=447202 2006-10-19 00:18 maltes * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-procs.tcl: Support for external SMTP Servers. Initial preparations to have complex_send store emails and fire them off later with complex_send_immediately 2006-10-17 16:21 daveb * packages/acs-templating/www/: scripts/xinha/attach-file.adp, resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js: Update file/image attachment widgets. 2006-10-16 06:43 daveb * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: Add new message keys for image/file attachments. 2006-10-15 00:20 maltes * packages/: notifications/tcl/notification-email-procs.tcl, acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Made sure that forum notifications go through by adding quotes around the domain so sendmessage cannot complain anymore. Just to be on the safe side did this for Names of users as well in complex_send. Last but not least changed complex send to only overwrite the from_string if we actually find a party_id 2006-10-14 11:22 maltes * packages/notifications/: notifications.info, tcl/notification-email-procs.tcl: Support for complex_send in notifications 2006-10-14 08:59 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Mime encoded subject and added option to use remote SMTP Servers with login 2006-10-12 00:53 gustafn * packages/acs-tcl/tcl/form-processing-procs.tcl: fix for the bug with tcl 8.5 mentioned in http://openacs.org/forums/message-view?message_id=487196 2006-10-10 07:27 daveb * packages/acs-templating/www/scripts/xinha/: attach-image.adp, attach-image.tcl: WOrk when there are no recent images to show 2006-10-10 06:50 daveb * packages/acs-templating/www/resources/mimetypes/: gnome-library.png, gnome-mime-application-magicpoint.png, gnome-mime-application-msword.png, gnome-mime-application-ogg.png, gnome-mime-application-par.png, gnome-mime-application-pdf.png, gnome-mime-application-pgp-encrypted.png, gnome-mime-application-pgp-keys.png, gnome-mime-application-pgp.png, gnome-mime-application-postscript.png, gnome-mime-application-qif.png, gnome-mime-application-rhythmbox-effect.png, gnome-mime-application-rhythmbox-playlist.png, gnome-mime-application-rtf.png, gnome-mime-application-smil.png, gnome-mime-application-vnd.lotus-1-2-3.png, gnome-mime-application-vnd.ms-excel.png, gnome-mime-application-vnd.ms-powerpoint.png, gnome-mime-application-vnd.ms-word.png, gnome-mime-application-vnd.stardivision.calc.png, gnome-mime-application-vnd.stardivision.impress.png, gnome-mime-application-vnd.stardivision.writer.png, gnome-mime-application-vnd.sun.xml.calc.png, gnome-mime-application-vnd.sun.xml.draw.png, gnome-mime-application-vnd.sun.xml.impress.png, gnome-mime-application-vnd.sun.xml.writer.png, gnome-mime-application-vnd.sun.xml.writer.template.png, gnome-mime-application-wordperfect.png, gnome-mime-application-x-abiword.png, gnome-mime-application-x-applix-spreadsheet.png, gnome-mime-application-x-applix-word.png, gnome-mime-application-x-archive.png, gnome-mime-application-x-arj.png, gnome-mime-application-x-bittorrent.png, gnome-mime-application-x-bla.png, gnome-mime-application-x-blender.png, gnome-mime-application-x-blf.png, gnome-mime-application-x-blv.png, gnome-mime-application-x-bzip-compressed-tar.png, gnome-mime-application-x-bzip.png, gnome-mime-application-x-cd-image.png, gnome-mime-application-x-class-file.png, gnome-mime-application-x-compress.png, gnome-mime-application-x-compressed-tar.png, gnome-mime-application-x-core.png, gnome-mime-application-x-cpio-compressed.png, gnome-mime-application-x-cpio.png, gnome-mime-application-x-dc-rom.png, gnome-mime-application-x-deb.png, gnome-mime-application-x-desktop.png, gnome-mime-application-x-dia-diagram.png, gnome-mime-application-x-dv.png, gnome-mime-application-x-dvi.png, gnome-mime-application-x-e-theme.png, gnome-mime-application-x-executable.png, gnome-mime-application-x-extension-nfo.png, gnome-mime-application-x-extension-par2.png, gnome-mime-application-x-font-afm.png, gnome-mime-application-x-font-bdf.png, gnome-mime-application-x-font-linux-psf.png, gnome-mime-application-x-font-pcf.png, gnome-mime-application-x-font-sunos-news.png, gnome-mime-application-x-font-ttf.png, gnome-mime-application-x-gameboy-rom.png, gnome-mime-application-x-genesis-rom.png, gnome-mime-application-x-glade.png, gnome-mime-application-x-gnome-saved-search.png, gnome-mime-application-x-gnucash.png, gnome-mime-application-x-gnumeric.png, gnome-mime-application-x-gtktalog.png, gnome-mime-application-x-gzip.png, gnome-mime-application-x-ipod-firmware.png, gnome-mime-application-x-jar.png, gnome-mime-application-x-killustrator.png, gnome-mime-application-x-kpresenter.png, gnome-mime-application-x-kspread.png, gnome-mime-application-x-kword.png, gnome-mime-application-x-lha.png, gnome-mime-application-x-lhz.png, gnome-mime-application-x-mrproject.png, gnome-mime-application-x-msx-rom.png, gnome-mime-application-x-n64-rom.png, gnome-mime-application-x-nes-rom.png, gnome-mime-application-x-object.png, gnome-mime-application-x-perl.png, gnome-mime-application-x-php.png, gnome-mime-application-x-python-bytecode.png, gnome-mime-application-x-python.png, gnome-mime-application-x-qw.png, gnome-mime-application-x-rar.png, gnome-mime-application-x-reject.png, gnome-mime-application-x-rpm.png, gnome-mime-application-x-ruby.png, gnome-mime-application-x-sharedlib.png, gnome-mime-application-x-shellscript.png, gnome-mime-application-x-shockwave-flash.png, gnome-mime-application-x-sms-rom.png, gnome-mime-application-x-sql.png, gnome-mime-application-x-stuffit.png, gnome-mime-application-x-tar.png, gnome-mime-application-x-tex.png, gnome-mime-application-x-trash.png, gnome-mime-application-x-x509-ca-cert.png, gnome-mime-application-zip.png, gnome-mime-application.png, gnome-mime-audio-ac3.png, gnome-mime-audio-basic.png, gnome-mime-audio-midi.png, gnome-mime-audio-x-aiff.png, gnome-mime-audio-x-it.png, gnome-mime-audio-x-midi.png, gnome-mime-audio-x-mod.png, gnome-mime-audio-x-mp3.png, gnome-mime-audio-x-s3m.png, gnome-mime-audio-x-stm.png, gnome-mime-audio-x-ulaw.png, gnome-mime-audio-x-voc.png, gnome-mime-audio-x-wav.png, gnome-mime-audio-x-xi.png, gnome-mime-audio-x-xm.png, gnome-mime-audio.png, gnome-mime-image.png, gnome-mime-text-css.png, gnome-mime-text-html.png, gnome-mime-text-plain.png, gnome-mime-text-x-authors.png, gnome-mime-text-x-c++src.png, gnome-mime-text-x-c-header.png, gnome-mime-text-x-c.png, gnome-mime-text-x-chdr.png, gnome-mime-text-x-copying.png, gnome-mime-text-x-credits.png, gnome-mime-text-x-csh.png, gnome-mime-text-x-csharp.png, gnome-mime-text-x-csrc.png, gnome-mime-text-x-haskell.png, gnome-mime-text-x-install.png, gnome-mime-text-x-java.png, gnome-mime-text-x-literate-haskell.png, gnome-mime-text-x-lyx.png, gnome-mime-text-x-makefile.png, gnome-mime-text-x-objcsrc.png, gnome-mime-text-x-patch.png, gnome-mime-text-x-readme.png, gnome-mime-text-x-scheme.png, gnome-mime-text-x-sql.png, gnome-mime-text-x-tex.png, gnome-mime-text-x-troff-man.png, gnome-mime-text-x-txt.png, gnome-mime-text-x-vcalendar.png, gnome-mime-text-x-vcard.png, gnome-mime-text-x-zsh.png, gnome-mime-text-xml.png, gnome-mime-text.png, gnome-mime-video.png, gnome-mime-x-directory-nfs-server.png, gnome-mime-x-directory-smb-server.png, gnome-mime-x-directory-smb-share.png, gnome-mime-x-directory-smb-workgroup.png, gnome-mime-x-font-afm.png, gnome-package.png, openofficeorg-20-database.png, openofficeorg-20-drawing-template.png, openofficeorg-20-drawing.png, openofficeorg-20-formula.png, openofficeorg-20-master-document.png, openofficeorg-20-oasis-database.png, openofficeorg-20-oasis-drawing-template.png, openofficeorg-20-oasis-drawing.png, openofficeorg-20-oasis-formula.png, openofficeorg-20-oasis-master-document.png, openofficeorg-20-oasis-presentation-template.png, openofficeorg-20-oasis-presentation.png, openofficeorg-20-oasis-spreadsheet-template.png, openofficeorg-20-oasis-spreadsheet.png, openofficeorg-20-oasis-text-template.png, openofficeorg-20-oasis-text.png, openofficeorg-20-oasis-web-template.png, openofficeorg-20-presentation-template.png, openofficeorg-20-presentation.png, openofficeorg-20-spreadsheet-template.png, openofficeorg-20-spreadsheet.png, openofficeorg-20-text-template.png, openofficeorg-20-text.png: Finally adding Gnome mime type icons 2006-10-09 12:32 daveb * packages/acs-subsite/www/: file.vuh, image.vuh: Check for data link before serving private image/files 2006-10-09 12:29 daveb * packages/acs-templating/www/scripts/xinha/: attach-file.adp, attach-file.tcl, attach-image.adp, attach-image.tcl: Handle private images more intelligently 2006-10-06 07:45 daveb * packages/acs-tcl/tcl/test/html-email-procs.tcl: Adding basic test. 2006-10-06 06:39 daveb * packages/acs-tcl/tcl/html-email-procs.tcl: Fix build_mime_message to package require mime since we don't include the mime procedures in opeancs anymore, tcllib is required to be installed and available to openacs. 2006-10-06 06:21 maltes * packages/acs-subsite/acs-subsite.info: Added registration redirect URL 2006-10-06 06:20 maltes * packages/acs-subsite/www/register/user-new.tcl: Added redirection to registration URL 2006-10-05 19:07 daveb * packages/acs-templating/www/scripts/xinha/: attach-file.tcl, attach-image.tcl: Strip item_id from name for display 2006-10-05 19:02 daveb * packages/acs-templating/www/scripts/xinha/attach-file.tcl: Make comment correct. 2006-10-05 17:52 daveb * packages/acs-templating/www/scripts/xinha/attach-image.tcl: Only show images that have thumbnails in the recent images picker 2006-10-05 10:04 emmar * packages/acs-content-repository/sql/oracle/: content-type.sql, packages-create.sql, upgrade/upgrade-5.3.0d2-5.3.0d3.sql: Fix #3008: remove duplicated drop_type procedure, added missing param in proc specification and correct upgrade script 2006-10-05 08:34 daveb * packages/acs-content-repository/tcl/image-procs.tcl: Cleanup tmp files after genating thumbnails 2006-10-03 09:37 victorg * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/upgrade/upgrade-5.3.0d3-5.3.0d4.sql: Adding script upgrade for fixing typo in function content_extlink__copy. This has been fixed in the create script ( content-extlink.sql). 2006-10-01 07:50 maltes * etc/config.tcl: Updated libthread version. Make sure it works with OS X as well as per http://openacs.org/forums/message-view?message_id=486306 2006-10-01 04:50 maltes * packages/acs-content-repository/tcl/revision-procs.tcl: Added background delivery of files 2006-09-30 09:14 emmar * packages/acs-subsite/sql/oracle/application-groups-create.sql: Truncate too long identifier of constraint 2006-09-30 09:12 emmar * packages/acs-kernel/sql/oracle/rel-constraints-create.sql: Truncate too long identifier of constraints 2006-09-27 03:43 eduardop * packages/acs-authentication/tcl/password-procs.tcl: fix minor documentation errors 2006-09-26 08:22 byronl * packages/acs-templating/sql/oracle/demo-create.sql: Correction of name constraint 2006-09-26 08:17 byronl * packages/: acs-service-contract/sql/oracle/acs-sc-tables-create.sql, acs-subsite/sql/oracle/application-groups-create.sql, acs-subsite/sql/oracle/email-image.sql, acs-subsite/sql/oracle/portraits.sql: Correction of name constraint 2006-09-26 08:15 byronl * packages/acs-reference/sql/oracle/acs-reference-create.sql: Correction of name constraint VS: ---------------------------------------------------------------------- 2006-09-26 08:13 byronl * packages/acs-messaging/sql/oracle/acs-messaging-create.sql: Correction of name constraint 2006-09-26 07:58 byronl * packages/acs-lang/sql/oracle/: ad-locales.sql, message-catalog.sql: Correction of name constraint 2006-09-26 07:55 byronl * packages/acs-content-repository/sql/oracle/: content-create.sql, content-image.sql, content-xml.sql: Correction of name constraint 2006-09-26 07:48 byronl * packages/: acs-kernel/sql/oracle/acs-create.sql, acs-kernel/sql/oracle/acs-permissions-create.sql, acs-kernel/sql/oracle/acs-relationships-create.sql, acs-kernel/sql/oracle/apm-create.sql, acs-kernel/sql/oracle/authentication-create.sql, acs-kernel/sql/oracle/community-core-create.sql, acs-kernel/sql/oracle/journal-create.sql, acs-kernel/sql/oracle/rel-constraints-create.sql, acs-kernel/sql/oracle/security-create.sql, acs-kernel/sql/oracle/upgrade/upgrade-5.2.0b9-5.2.0b10.sql, acs-authentication/sql/oracle/batch-job-tables-create.sql: Correction of name constraint 2006-09-26 04:52 maltes * packages/acs-templating/resources/lists/select-menu.adp: Reverted select-menu.adp as it works now 2006-09-26 03:48 daveb * packages/acs-templating/tcl/list-procs.tcl: Add type attribute back to list filters, removed by a previous commit, in error. Thanks to Malte for noticing. 2006-09-26 02:12 maltes * packages/acs-templating/resources/lists/select-menu.adp: Changes to list filters break passing through of filters.type. UNtil this is fixed, select-menu.adp does not work the way it used to 2006-09-25 14:20 byronl * packages/acs-templating/sql/postgresql/demo-create.sql: Correction of name constraint 2006-09-25 14:16 byronl * packages/acs-subsite/sql/postgresql/: application-groups-create.sql, email-image.sql, portraits.sql, upgrade/upgrade-4.1.1-4.2.sql: Correction of name constraint 2006-09-25 14:09 byronl * packages/acs-service-contract/sql/postgresql/acs-sc-tables-create.sql: Correction of name constraint 2006-09-25 13:57 byronl * packages/acs-reference/sql/postgresql/acs-reference-create.sql: Correction of name constraint 2006-09-25 13:54 byronl * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: Correction of name constraint 2006-09-25 13:41 byronl * packages/acs-lang/sql/postgresql/: ad-locales.sql, message-catalog.sql: Correction of name constraint 2006-09-25 13:32 byronl * packages/acs-core-docs/www/: parties.html, permissions-tediously-explained.html, xml/developers-guide/parties.xml, xml/developers-guide/permissions-tediously-explained-es.xml, xml/developers-guide/permissions-tediously-explained.xml: Correction of name constraint 2006-09-25 13:25 byronl * packages/acs-content-repository/sql/postgresql/: content-create.sql, content-image.sql, content-type.sql, content-xml.sql: Correction of name constraint 2006-09-25 13:15 byronl * packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql: Correction of name constraint 2006-09-25 10:59 byronl * packages/acs-kernel/sql/postgresql/: acs-create.sql, acs-logs-create.sql, acs-metadata-create.sql, acs-objects-create.sql, acs-permissions-create.sql, acs-relationships-create.sql, apm-create.sql, authentication-create.sql, community-core-create.sql, groups-create.sql, journal-create.sql, rel-constraints-create.sql, security-create.sql, upgrade/upgrade-5.2.0b9-5.2.0b10.sql: Correction of name constraint 2006-09-25 10:21 byronl * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: Correction of name constraint 2006-09-25 06:39 maltes * packages/acs-tcl/tcl/application-data-link-procs.tcl: Fixing a coupld of bugs in the edited data_link::new procedure 2006-09-25 06:13 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Mime Encode the subject 2006-09-24 04:45 maltes * packages/acs-kernel/sql/postgresql/: acs-metadata-create.sql, upgrade/upgrade-5.3.0d1-5.3.0d2.sql: Made sure drop_type__cascade_p parameter has a meaning which is to drop all the objects of a certain type when dropping the object_tpye. Note that this does not work for content_types. Use the according procedure there. Not written in Oracle as there might be a reason for not using the __cascade_p parameter and then I don't want to have done the work of porting to Oracle for nothing 2006-09-24 04:37 maltes * packages/acs-content-repository/: acs-content-repository.info, sql/oracle/content-type.sql, sql/oracle/upgrade/upgrade-5.3.0d2-5.3.0d3.sql, sql/postgresql/content-type.sql, sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql, tcl/content-type-procs.tcl: Added the option to drop the items, revisions and objects along with the dropping of a content type 2006-09-24 02:26 maltes * packages/acs-kernel/sql/postgresql/: apm-create.sql, upgrade/upgrade-5.3.0d1-5.3.0d2.sql: Made sure folders are dropped as well when dropping a package 2006-09-24 01:18 maltes * packages/acs-messaging/acs-messaging.info: Made sure we get an acs-kernel version which does not require acs_object_types.table_name to be unique 2006-09-24 01:16 maltes * packages/acs-kernel/: acs-kernel.info, sql/oracle/upgrade/upgrade-5.3.0d1-5.3.0d2.sql, sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql: Bringing acs_object_types in an upgrade in sync with the same table when doing a installation 2006-09-22 14:39 juanpa * packages/acs-tcl/tcl/test/: multirow-test.adp, multirow-test.tcl: Files for ad_context_bar_multirow Test Case 2006-09-22 14:36 juanpa * packages/acs-tcl/tcl/test/navigation-procs.tcl: Test cases for the context_bar procs 2006-09-21 15:01 rocaelh * packages/acs-core-docs/www/postgres.html: additionals for PG 8.1.x 2006-09-13 10:57 victorg * packages/acs-content-repository/tcl/test/test-image-1.jpg: Adding test-image-1.jpg so test case image_new does not fail 2006-09-12 11:13 maltes * packages/notifications/tcl/: notification-request-procs.tcl, notification-request-procs.xql: Added a new procedure to return all request_ids, so you could loop over the list and delete them (if you want to) 2006-09-12 10:51 maltes * packages/notifications/: notifications.info, tcl/notification-request-procs.tcl, tcl/notification-request-procs.xql: Added procedure for retrieving the list of subscribers 2006-09-12 10:25 maltes * packages/acs-subsite/tcl/group-procs.xql: get_members should get the member_id only once, even if the party is a member in multiple relationsships to the group 2006-09-11 07:54 maltes * packages/acs-subsite/www/admin/site-map/: mount-oracle.xql, mount-postgresql.xql: Made the name displayed in the mounting consitent with the instance name shown on the site map, as the object_name is not necessarily the instance name of the package 2006-09-06 11:11 daveb * packages/notifications/tcl/: notification-procs.tcl, sweep-procs-oracle.xql, sweep-procs-postgresql.xql: Allow setting notification date from notification::new and support checking notification date when sending out notiifcations. 2006-09-06 07:46 daveb * packages/acs-content-repository/sql/postgresql/: upgrade/upgrade-5.3.0d1-5.3.0d2.sql, content-search.sql: Update search triggers to honor publish_date. 2006-09-06 07:37 daveb * packages/acs-content-repository/tcl/test/content-search-procs.tcl: All the triggers are testing in the one test case, so consolidate. 2006-09-06 07:18 daveb * packages/acs-content-repository/tcl/test/content-search-procs.tcl: Adding tests for content search triggers 2006-09-03 10:23 daveb * packages/acs-templating/www/scripts/xinha/: attach-file.adp, attach-file.tcl: Add recent file pickeer 2006-09-03 10:09 donb * packages/acs-tcl/tcl/: defs-procs-oracle.xql, defs-procs-postgresql.xql, defs-procs.tcl: Removed an unused, unloved, unwanted, and unneeded proc. 2006-09-03 09:59 daveb * packages/acs-templating/www/scripts/xinha/attach-image.adp: Restore value of f_url removed in cleanup of html 2006-09-03 09:58 daveb * packages/acs-templating/www/scripts/xinha/attach-file.tcl: Use file specific handler 2006-09-01 13:33 daveb * packages/acs-tcl/tcl/application-data-link-procs.xql: Add queries for new procs 2006-09-01 13:01 daveb * packages/acs-tcl/tcl/: application-data-link-procs.tcl, test/application-data-link-procs.tcl: Adding new procs to create single direction links, and get all links regardless of type, proc to check if a link exists, and tests for the new functionality. 2006-09-01 11:02 daveb * packages/acs-templating/www/scripts/xinha/: attach-image.adp, attach-image.tcl: Add recent images picker 2006-08-31 13:44 emmar * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: added code to check more than 1 level of inheritance 2006-08-31 13:08 vivianh * packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl: Tcl helper procedures for the acs-automated-testing tests of 2006-08-31 13:05 vivianh * packages/acs-lang/tcl/test/acs-lang-message-procs.tcl: Test cases for lang-message-procs 2006-08-31 12:08 emmar * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: Add check for supertype when table_name is null 2006-08-31 09:31 emmar * packages/acs-service-contract/sql/oracle/acs-sc-object-types-create.sql: Downcase table_name and column_id of object types 2006-08-31 08:50 daveb * packages/acs-subsite/www/image.vuh: Add handler for uploaded images 2006-08-31 08:41 daveb * packages/acs-subsite/www/file.vuh: Adding file download handler (for now until I have a better solution) 2006-08-31 07:30 daveb * packages/acs-templating/www/scripts/xinha/attach-file.adp: Remove debugging alert statements in javascript. 2006-08-31 07:26 victorg * packages/acs-tcl/tcl/test/memoizing-procs.tcl: Fixing auxiliary proc name. 2006-08-31 07:21 daveb * packages/acs-templating/www/scripts/xinha/: attach-file.adp, attach-file.tcl: Add title label 2006-08-31 07:19 daveb * packages/acs-templating/catalog/: acs-templating.de_DE.ISO-8859-1.xml, acs-templating.en_US.ISO-8859-1.xml, acs-templating.es_ES.ISO-8859-1.xml: New messages for image/file popup 2006-08-31 07:15 daveb * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js: Update to support regular file attachment popup 2006-08-31 07:08 daveb * packages/acs-content-repository/tcl/content-revision-procs.tcl: Remove site specific workaround for PG 7 2006-08-31 03:17 emmar * packages/acs-tcl/tcl/test/object-test-case-procs.tcl: Add SQL query for oracle 2006-08-31 00:31 emmar * packages/search/sql/oracle/: search-create.sql, search-ctxsys.sql, search-from-scratch.sql, search-index-create.sql, search-index-drop.sql, search-index-from-scratch.sql, search-packages-create.sql, search-sc-create.sql, search-tables-create.sql, syndication-create.sql, syndication-drop.sql: Remove 'exit' lines that caused datamodel to be incompletely installed. Comment out creation of triggers for forums, static-portal, acs-events, faq, survey and photobook (should go in their own package) 2006-08-30 18:24 daveb * packages/acs-templating/www/scripts/xinha/attach-file.adp: Remove refereces to "images" in the attach file dialog. 2006-08-30 10:25 emmar * packages/acs-kernel/sql/oracle/acs-metadata-create.sql: remove remaining comma added by mistake during my last commit 2006-08-30 08:55 daveb * packages/acs-templating/www/scripts/xinha/: attach-file.adp, attach-file.tcl, attach-image.adp, attach-image.tcl: Use a similar dialog for attaching links to files (and uploading the files). The logic was too complex to support both in one file, this is alot easier to understand and debug. 2006-08-30 07:42 emmar * packages/acs-messaging/: acs-messaging.info, sql/oracle/acs-messaging-create.sql, sql/oracle/upgrade/upgrade-5.3.0d1-5.3.0d2.sql, sql/postgresql/acs-messaging-create.sql, sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql: Fix #2981: table_name and id_column must be null for acs_message_revision object type 2006-08-29 09:40 daveb * packages/acs-content-repository/www/: image-info.adp, image-info.tcl: Add page to show image properties 2006-08-29 09:39 daveb * packages/acs-content-repository/tcl/: image-procs.tcl, image-procs.xql: Add proc to find the thumbnail for a particular image. 2006-08-27 13:34 daveb * packages/acs-content-repository/tcl/: content-revision-procs-postgresql.xql, content-revision-procs.tcl, image-procs.tcl: Initial image api to imagemagick to create optional thumbnails and medium file sizes. Need to add parameters and make executable path handling smarter 2006-08-24 11:49 emmar * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: Reduce duplicated code 2006-08-24 07:12 emmar * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: Added code to check constraint name for postgresql 2006-08-24 04:37 emmar * packages/acs-templating/resources/forms/accessible-forms.adp: Added missing noquote for label element 2006-08-22 07:51 daveb * packages/acs-templating/tcl/list-procs.tcl: Once and for all resolve the case where page_query_name is blank in template::list::create. If its blank or if its not blank, the query text is retrieved previously in the procedure so it does not matter what query name we pass in. 2006-08-21 15:25 daveb * packages/search/tcl/search-procs.tcl: Add content filtering for binary types. Pass object_id to content_get so we can grab the path to filesystem stored items 2006-08-21 15:21 daveb * packages/search/tcl/search-convert-procs.tcl: Add better mime type matching in conversion. Add utility for powerpoint conversion. 2006-08-21 09:05 daveb * packages/acs-templating/tcl/list-procs.tcl: Fix infinite redirect by clearing, the clear_one url var. Thanks to vinod kurup for catching it! 2006-08-18 12:03 daveb * packages/acs-templating/tcl/apm-callback-procs.tcl: Add install callback 2006-08-18 12:02 daveb * packages/acs-templating/tcl/richtext-procs.tcl: Pass aprent_id to oacs-attach popup 2006-08-18 12:00 daveb * packages/acs-templating/www/scripts/xinha/: Makefile, attach-file.adp, attach-file.tcl, blank.html, file-selector.adp, file-selector.tcl, insert-file-orig.adp, insert-ilink.adp, insert-ilink.tcl, insert-image.adp, insert-image.tcl, insert_image.html: Add reusable includes for xinha popups 2006-08-18 11:38 daveb * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js: Use attach-file popup 2006-08-18 11:37 daveb * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/: oacs-attach.css, oacs-attach.js, img/close.gif, img/insert-ilink.gif, img/insert-image.gif, img/qmark.gif, img/up.gif: Adding image/file attach plugin for xinha 2006-08-18 11:17 emmar * packages/acs-kernel/sql/oracle/: acs-create.sql, acs-logs-create.sql, acs-metadata-create.sql, acs-objects-create.sql, acs-permissions-create.sql, acs-relationships-create.sql, apm-create.sql, community-core-create.sql, groups-create.sql, rel-constraints-create.sql, rel-segments-create.sql: Applying constraint naming standard 2006-08-18 09:39 emmar * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: Improve constraint names test for oracle, checking name, type, constraint name length and giving a hint to standarize the constraint name 2006-08-18 02:02 gustafn * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js: added parameter script_dir to configuration section, defaults now to /xowiki; can be reset to the old behaviour via e.g.: xinha_config.script_dir = '.'; 2006-08-17 01:43 emmar * packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl: parameter name should not contain space 2006-08-16 04:19 emmar * packages/acs-messaging/sql/oracle/acs-messaging-create.sql: Fix typo in table_name for acs_messages object type 2006-08-14 12:55 byronl * packages/acs-tcl/tcl/test/object-test-case-procs.tcl: test for acs_object:: procs VS: ---------------------------------------------------------------------- 2006-08-14 07:40 victorg * packages/acs-tcl/tcl/test/: apm-parameter-test-procs.tcl, memoizing-procs.tcl: Test cases for registration/unregistration of parameters. Test cases for memoizing procs. Test cases done by Adrian Catalan (ykro@galileo.edu) 2006-08-13 17:39 ncarroll * etc/daemontools/run: Reverted back to default run file, as I had previously committed my own run file. 2006-08-12 13:47 cesarh * packages/acs-tcl/tcl/test/test-set-cookie-procs.tcl: Test case for cookies. 2006-08-11 16:19 juanpa * packages/acs-tcl/tcl/test/navigation-procs.tcl: Test cases for the context_bar procs 2006-08-11 16:18 juanpa * packages/acs-tcl/tcl/test/whos-online-procs.tcl: Test cases for the whos_online procs 2006-08-11 16:13 juanpa * packages/acs-tcl/tcl/test/: navigation-procs.tcl, whos-online-procs.tcl: [no log message] 2006-08-11 15:23 donb * packages/acs-messaging/sql/: oracle/acs-messaging-create.sql, postgresql/acs-messaging-create.sql: Made tables etc lower-case to satisfy Jeff's coding standards automated tests. 2006-08-11 14:58 donb * packages/acs-kernel/sql/: oracle/apm-create.sql, oracle/rel-segments-create.sql, postgresql/apm-create.sql, postgresql/community-core-create.sql, postgresql/groups-create.sql, postgresql/rel-segments-create.sql: Fixed some silly little things... 2006-08-11 03:10 maltes * packages/acs-tcl/tcl/: object-procs.tcl, object-procs.xql, test/acs-tcl-test-procs.tcl: Added acs_object::package_id procedure to retrieve the package_id along with testcase 2006-08-11 02:13 emmar * packages/acs-tcl/tcl/community-core-procs-oracle.xql: Fix syntax to exec person.del() 2006-08-11 02:11 emmar * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: Does not include system table in the result of the test (oracle) 2006-08-11 02:09 emmar * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: Fix a_callback definition. '-' was missing for switch arg1 2006-08-10 14:22 byronl * packages/acs-tcl/tcl/test/community-core-test-procs.tcl: test for community-core procs, proc: cc_lookup_email_user, cc_email_from_party,person::person_p, person::get, person::new, person::update, person::get_bio, person::update_bio,party::get_by_email, party::update VS: ---------------------------------------------------------------------- 2006-08-10 11:30 emmar * packages/acs-tcl/tcl/test/openacs-kernel-procs.tcl: Add missing "email" field to CSV file (process_objects_csv) 2006-08-10 11:26 emmar * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: __named_constraints: added code for oracle __acs_object_type_check: fix queries to be run also on oracle __acs_attribute_check: added missing oracle datatype (date/timestamp is still pending). 2006-08-10 11:19 emmar * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Replacing 'limit 0' with 'person_id=1 and person_id=2' so it can be run on both pg and oracle 2006-08-10 09:01 daveb * packages/search/sql/oracle/search-tables-create.sql: Remove reference to dotlrn 2006-08-10 08:58 daveb * packages/search/tcl/search-procs.tcl: User callback::impl_exists 2006-08-09 10:03 rocaelh * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: fixing some stuff with parameters test, when you change those randomly strange things can happen! will be good to revert stuff 2006-08-09 07:55 maltes * packages/acs-tcl/tcl/test/test-membership-rel-procs.tcl: There shall be no A# for thy TCL interpreter 2006-08-09 06:45 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl: Fixed typo 2006-08-08 14:27 donb * packages/notifications/: notifications.info, catalog/notifications.ar_EG.utf-8.xml, catalog/notifications.ar_LB.utf-8.xml, catalog/notifications.ast_ES.ISO-8859-1.xml, catalog/notifications.ca_ES.ISO-8859-1.xml, catalog/notifications.da_DK.ISO-8859-1.xml, catalog/notifications.de_DE.ISO-8859-1.xml, catalog/notifications.en_AU.ISO-8859-1.xml, catalog/notifications.en_US.ISO-8859-1.xml, catalog/notifications.es_CO.ISO-8859-1.xml, catalog/notifications.es_ES.ISO-8859-1.xml, catalog/notifications.es_GT.ISO-8859-1.xml, catalog/notifications.eu_ES.ISO-8859-1.xml, catalog/notifications.fi_FI.utf-8.xml, catalog/notifications.fr_FR.ISO-8859-1.xml, catalog/notifications.gl_ES.ISO-8859-1.xml, catalog/notifications.hi_IN.utf-8.xml, catalog/notifications.hu_HU.utf-8.xml, catalog/notifications.it_IT.ISO-8859-1.xml, catalog/notifications.ko_KR.utf-8.xml, catalog/notifications.ms_MY.utf-8.xml, catalog/notifications.nl_NL.ISO-8859-1.xml, catalog/notifications.nn_NO.ISO-8859-1.xml, catalog/notifications.no_NO.ISO-8859-1.xml, catalog/notifications.pl_PL.utf-8.xml, catalog/notifications.pt_BR.ISO-8859-1.xml, catalog/notifications.pt_PT.ISO-8859-1.xml, catalog/notifications.ro_RO.utf-8.xml, catalog/notifications.ru_RU.utf-8.xml, catalog/notifications.sv_SE.ISO-8859-1.xml, catalog/notifications.zh_CN.utf-8.xml, sql/postgresql/notifications-core-create.sql, sql/postgresql/notifications-replies-create.sql, tcl/notification-callback-procs.tcl, tcl/notification-callback-procs.xql, tcl/notification-email-procs.tcl, tcl/reply-sweep-init.tcl: First shot at merging oacs-5-2 apps used in .LRN to HEAD. 2006-08-08 11:12 gustafn * packages/search/tcl/: search-procs.tcl, search-procs.xql: fixing broken search: unknown function callback::exists removed, missing query added. 2006-08-06 13:57 torbenb * packages/acs-subsite/www/resources/site-master.css, www/site-master.adp: upgrading contextbar css to match technique used by action-list class in same files, which renders more consistently 2006-08-06 13:40 torbenb * packages/acs-reference/www/doc/: design.html, index.html, requirements.html: upgrading html, closing li p tags, adding quotes to tag attributes 2006-08-06 12:43 daveb * packages/acs-content-repository/tcl/: content-item-procs.tcl, image-procs.tcl, test/content-image-test-procs.tcl: Adding image API 2006-08-06 11:56 torbenb * packages/acs-reference/www/doc/index.html: removed bad SDM link, redundant notes section 2006-08-06 11:54 torbenb * packages/acs-reference/www/doc/design.html: added documentation commentary, applied bs filter, renumbered sections 2006-08-06 11:41 torbenb * packages/acs-reference/www/doc/requirements.html: removed c-Ms, added p tags, added a comment to unimplemented requirements / feature request 2006-08-06 11:30 torbenb * packages/acs-reference/www/doc/design.html: removing c-Ms, wrapping text with p tags, added link to api-browser in api section 2006-08-04 22:18 torbenb * packages/acs-core-docs/www/: parties.html, permissions-tediously-explained.html, permissions.html, xml/developers-guide/parties.xml, xml/developers-guide/permissions-tediously-explained.xml, xml/developers-guide/permissions.xml: first pass with the bs filter 2006-08-04 11:09 juanpa * packages/acs-tcl/tcl/test/: html-conversion-procs.tcl, openacs-kernel-procs.tcl, whos-online-procs.tcl: Test cases for some acs-tcl procs 2006-08-01 09:09 cesarh * packages/acs-tcl/tcl/test/test-membership-rel-procs.tcl: Script for testing the procs inside of the file membership-rel-procs.tcl 2006-07-31 11:04 maltes * packages/acs-mail-lite/acs-mail-lite.info: Removed callbacks from teh info file as this is handled differently now 2006-07-29 16:10 donb * packages/acs-templating/tcl/: data-procs.tcl, date-procs.tcl, doc-procs.tcl, file-procs.tcl, list-procs.tcl, request-procs.tcl, spellcheck-procs.tcl, tab-procs.tcl, util-procs.tcl: All templating procs now have at least minimal documentation. 2006-07-28 19:01 donb * packages/acs-templating/tcl/: richtext-or-file-procs.tcl, richtext-procs.tcl, table-procs.tcl: Added more minimalist documentation to make our automated test stuff happy happy happy 2006-07-28 17:35 donb * packages/acs-templating/tcl/currency-procs.tcl: knocked off a couple of more undocumented procedures. 2006-07-28 17:28 donb * packages/acs-subsite/tcl/subsite-callback-procs.tcl: Nick accidently broke the callback contract for paramter_changed by adding documentation. The check code allows anything if there are only two elements in the ad_proc list (i.e. name doc) but if three elements are there (name doc empty_body) the body must be "-" or "" (not the empty list). 2006-07-28 16:30 donb * packages/acs-templating/tcl/widget-procs.tcl: Added minimal documentation for each proc in this file, so they'll pass our doc spec smoke test. 2006-07-27 13:09 victorg * packages/: acs-content-repository/sql/oracle/types-create.sql, acs-content-repository/sql/postgresql/types-create.sql, acs-kernel/sql/oracle/apm-create.sql, acs-kernel/sql/postgresql/apm-create.sql: Removing wrong acs attributes for object type apm_package. Fixing object attribute datatypes so they are consistent with the database datatype. 2006-07-26 18:39 ncarroll * packages/acs-tcl/tcl/: application-data-link-procs.tcl, application-link-procs.tcl: Bug stomp: added documentation to acs core procs that had no docs. 2006-07-26 18:15 ncarroll * packages/acs-content-repository/tcl/doc-procs.tcl: Bug stomp: added documentation to acs core procs that had no docs. 2006-07-26 18:08 ncarroll * packages/acs-subsite/tcl/subsite-procs.tcl: Bug stomp: added documentation to acs core procs that had no docs. 2006-07-26 17:48 ncarroll * etc/config.tcl: Accidentally committed my config.tcl file to the repository. Please don't shoot me. 2006-07-26 17:42 ncarroll * etc/config.tcl, etc/daemontools/run, packages/acs-subsite/tcl/attribute-procs.tcl: Bug stomp: added documentation to acs core procs that had no docs. 2006-07-26 17:31 ncarroll * packages/: acs-admin/tcl/merge-procs.tcl, acs-subsite/tcl/subsite-callback-procs.tcl, acs-tcl/tcl/test/ad-proc-test-procs.tcl: Bug stomp: added documentation to acs core procs that had no docs. 2006-07-26 13:52 gustafn * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-type.sql, sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql, tcl/content-item-procs.tcl, tcl/content-revision-procs.tcl: Fix for the duplicate revision_id and deadlock on concurrent cr updates and inserts 2006-07-26 13:04 daveb * packages/acs-templating/tcl/list-procs.tcl: Always reset client_property when clearing one filter (thanks Vinod) 2006-07-26 12:56 daveb * packages/acs-templating/tcl/list-procs.tcl: Fix so order by (clicking on the column name) doesn't lose the the applied filters for a certain list. 2006-07-26 06:59 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added support for multipart/alternative 2006-07-25 04:59 torbenb * packages/tsearch2-driver/www/doc/index.html: updating links for installing postgresql\'s tsearch module 2006-07-25 04:10 torbenb * packages/tsearch2-driver/www/doc/index.html: moving tsearch2-driver instructions from elsewhere to the doc in the tsearch2-driver package to match context 2006-07-25 00:00 torbenb * packages/tsearch2-driver/www/doc/index.html: normalizing existing doc verbage 2006-07-24 10:39 daveb * packages/acs-templating/tcl/list-procs.tcl: Many improvements, especially keying filter list client property on url vars that are preserved in the list, using ns_sha1 to encode the client property name so it fits within 50 character limit, fixed clear urls so it saves the client property correctly. 2006-07-24 07:36 daveb * packages/acs-templating/tcl/list-procs.tcl: Key list filter form client property by unamed hidden filters/url vars 2006-07-21 12:26 daveb * packages/acs-templating/tcl/list-procs.tcl: Fix unquoted label for text filter form selection. 2006-07-20 21:08 daveb * packages/acs-templating/tcl/list-procs.tcl: Remove conflict committed in error. Properly escape square brackets in ad_form label defintion. 2006-07-20 13:24 daveb * packages/acs-templating/: resources/lists/form-filters.adp, resources/lists/listed-filters.adp, tcl/list-procs.tcl: Adding new listfilters-form tag to generate a dynamic form to specify filter criteria for listbuilder lists. Adding listed-filters listfilter style to show a nice summary of choosen filterswith a remove link for each one. 2006-07-20 03:10 torbenb * packages/acs-api-browser/www/: index-oracle.xql, index-postgresql.xql, index.tcl: modifying api-doc/index to accept a package-key, returns a package-view from a package-key if it is installed etc. for example /api-doc/index?about_package_key=acs-datetime would be the same as browsing to /api-doc/package-view?version_id=x where x is the local version_id. This feature will help static docs link to evolving api automatically. oracle sql is untested, but should work. 2006-07-19 20:30 rocaelh * www/blank-master.tcl: adding check for on_load in case is not sent 2006-07-19 03:07 darior * packages/acs-subsite/tcl/email-image-procs.tcl: solve bug to show default paramater PrivateEmailLevelP in combobox 2006-07-17 01:02 torbenb * packages/acs-core-docs/www/xml/developers-guide/: tutorial-pages.xml, tutorial.xml: fixing part 2b of bug 1640, moving view-link, and getting rid of dashes in my-first-package because package-id is myfirstpackage 2006-07-17 00:38 torbenb * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: fix part 1 of bug 1640, add db name to psql commands 2006-07-16 23:05 torbenb * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: fixes bug 2087, see 2b of bug 1640. 2006-07-16 22:38 torbenb * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, acs-plat-dev.html, analog-install.html, analog-setup.html, aolserver.html, aolserver4.html, apm-design.html, apm-requirements.html, automated-backup.html, automated-testing-best-practices.html, backup-recovery.html, backups-with-cvs.html, bootstrap-acs.html, complete-install.html, configuring-configuring-packages.html, configuring-configuring-permissions.html, configuring-install-packages.html, configuring-mounting-packages.html, configuring-new-site.html, credits.html, cvs-guidelines.html, cvs-tips.html, database-management.html, db-api-detailed.html, db-api.html, dev-guide.html, doc-standards.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, eng-standards.html, ext-auth-requirements.html, filename.html, for-everyone.html, form-builder.html, general-documents.html, groups-design.html, groups-requirements.html, high-avail.html, how-do-I.html, i18n-convert.html, i18n-design.html, i18n-introduction.html, i18n-overview.html, i18n-requirements.html, i18n-translators.html, i18n.html, index.html, individual-programs.html, install-cvs.html, install-daemontools.html, install-full-text-search-openfts.html, install-full-text-search-tsearch2.html, install-ldap-radius.html, install-more-software.html, install-next-add-server.html, install-next-backups.html, install-next-nightly-vacuum.html, install-nsopenssl.html, install-nspam.html, install-openacs-delete-tablespace.html, install-openacs-inittab.html, install-openacs-keepalive.html, install-origins.html, install-overview.html, install-pam-radius.html, install-php.html, install-qmail.html, install-redhat.html, install-resources.html, install-squirrelmail.html, install-ssl.html, install-steps.html, install-tclwebtest.html, ix01.html, kernel-doc.html, kernel-overview.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, nxml-mode.html, object-identity.html, object-system-design.html, object-system-requirements.html, objects.html, openacs-overview.html, openacs-unpack.html, openacs.html, oracle.html, os-install.html, os-security.html, packages.html, parties.html, permissions-design.html, permissions-requirements.html, permissions-tediously-explained.html, permissions.html, postgres.html, profile-code.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes.html, releasing-openacs-core.html, releasing-openacs.html, releasing-package.html, remote-postgres.html, request-processor.html, requirements-template.html, rp-design.html, rp-requirements.html, security-design.html, security-notes.html, security-requirements.html, snapshot-backup.html, style-guide.html, subsites-design.html, subsites-requirements.html, subsites.html, tcl-doc.html, templates.html, tutorial-admin-pages.html, tutorial-advanced.html, tutorial-caching.html, tutorial-categories.html, tutorial-comments.html, tutorial-css-layout.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-etp-templates.html, tutorial-future-topics.html, tutorial-hierarchical.html, tutorial-html-email.html, tutorial-newpackage.html, tutorial-notifications.html, tutorial-pages.html, tutorial-parameters.html, tutorial-schedule-procs.html, tutorial-second-database.html, tutorial-specs.html, tutorial-upgrade-scripts.html, tutorial-upgrades.html, tutorial-vuh.html, tutorial-wysiwyg-editor.html, tutorial.html, unix-installation.html, update-repository.html, update-translations.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade-supporting.html, upgrade.html, uptime.html, variables.html, win2k-installation.html, xml/Makefile, xml/index.xml, xml/openacs.xsl, xml/releasing-openacs.xml, xml/variables.ent, xml/developers-guide/cvs.xml, xml/developers-guide/db-api.xml, xml/developers-guide/form-builder.xml, xml/developers-guide/i18n.xml, xml/developers-guide/object-identity.xml, xml/developers-guide/objects.xml, xml/developers-guide/packages.xml, xml/developers-guide/parties.xml, xml/developers-guide/permissions-tediously-explained-es.xml, xml/developers-guide/permissions-tediously-explained.xml, xml/developers-guide/permissions.xml, xml/developers-guide/programming-with-aolserver.xml, xml/developers-guide/rp.xml, xml/developers-guide/submissions.xml, xml/developers-guide/subsites.xml, xml/developers-guide/templates.xml, xml/developers-guide/tutorial-advanced.xml, xml/developers-guide/tutorial-db.xml, xml/developers-guide/tutorial-debug.xml, xml/developers-guide/tutorial-pages.xml, xml/developers-guide/tutorial.xml, xml/engineering-standards/auto-testing.xml, xml/engineering-standards/constraint-naming.xml, xml/engineering-standards/cvs.xml, xml/engineering-standards/design-template.xml, xml/engineering-standards/docbook-primer.xml, xml/engineering-standards/eng-standards-versioning.xml, xml/engineering-standards/filenaming.xml, xml/engineering-standards/nxml-mode.xml, xml/engineering-standards/plsql.xml, xml/engineering-standards/psgml-mode.xml, xml/engineering-standards/requirements-template.xml, xml/engineering-standards/style-guide.xml, xml/engineering-standards/variables.xml, xml/for-everyone/acs-faq.xml, xml/for-everyone/release-notes.xml, xml/install-guide/aolserver.xml, xml/install-guide/aolserver4.xml, xml/install-guide/compatibility.xml, xml/install-guide/configuring.xml, xml/install-guide/credits.xml, xml/install-guide/database-maintenance.xml, xml/install-guide/macinstall.xml, xml/install-guide/maintenance.xml, xml/install-guide/openacs.xml, xml/install-guide/oracle.xml, xml/install-guide/os.xml, xml/install-guide/other-software.xml, xml/install-guide/overview.xml, xml/install-guide/postgres.xml, xml/install-guide/quick.xml, xml/install-guide/recovery.xml, xml/install-guide/red-hat.xml, xml/install-guide/software.xml, xml/install-guide/upgrade.xml, xml/install-guide/win2kinstall.xml, xml/kernel/apm-design.xml, xml/kernel/apm-requirements.xml, xml/kernel/bootstrap-acs.xml, xml/kernel/db-api.xml, xml/kernel/ext-auth-design.xml, xml/kernel/ext-auth.xml, xml/kernel/groups-design.xml, xml/kernel/groups-requirements.xml, xml/kernel/i18n-requirements.xml, xml/kernel/object-system-design.xml, xml/kernel/object-system-req.xml, xml/kernel/permissions-design.xml, xml/kernel/permissions-requirements.xml, xml/kernel/rp-design.xml, xml/kernel/rp-requirements.xml, xml/kernel/security-design.xml, xml/kernel/security-notes.xml, xml/kernel/security-requirements.xml, xml/kernel/subsites-design.xml, xml/kernel/subsites-requirements.xml, xml/kernel/tcl-doc.xml: migrating doc version to 4.4 which processes codes more cleanly, fixing code that results in obvious compile errors, moved cvstag lines to within authorblurb tags for context and also puts the tag at the first/top of a chunked file set instead of at the bottom page of the last one.., updated docbook-primer.xml grammar and tag usage 2006-07-14 16:41 cesarh * packages/acs-tcl/tcl/test/test-permissions-procs.tcl: Test Cases for Permission Procedures. 2006-07-14 11:22 victorg * packages/acs-tcl/tcl/: defs-procs.tcl, deprecated-utilities-procs.tcl, security-procs.tcl, utilities-procs.tcl: Adding see clause for deprecated procs. Removing deprecated flag for util_ReturnMetaRefresh and adding documentation for that proc. 0 fails now for Test case documentation__check_deprecated_see (acs-tcl) 2006-07-14 11:03 donb * packages/acs-tcl/tcl/defs-procs.tcl: Removed ad_graphics_site_avail_p 2006-07-13 17:50 ncarroll * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Added documentation to proc. 2006-07-13 17:43 ncarroll * packages/acs-service-contract/tcl/implementation-procs.tcl: Added documentation to acs-sc procs. 2006-07-13 17:34 ncarroll * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Added documentation to aa procs. 2006-07-13 17:25 ncarroll * packages/: acs-templating/tcl/widget-procs.tcl, acs-automated-testing/tcl/tclwebtest-procs.tcl: Added documentation to procs. 2006-07-13 16:59 ncarroll * packages/acs-automated-testing/tcl/tclwebtest-procs.tcl: Added documentation for twt procs: login, logout and log. 2006-07-13 16:19 cesarh * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: Removing these callbacks and their implementations: a_callback, b_callback, c_callback, a_callback -impl an_impl1, a_callback -impl an_impl2, a_callback -impl fail_impl and EvilCallback from the test procedure ad_proc_fire_callback, since we have a strange behavior when run many times this test. 2006-07-13 16:01 donb * packages/acs-lang/tcl/lang-util-procs.tcl: Made the check for a message key in hashes (i.e. #package_key.message_key#) more robust by only recognizing it if both parts, separated by a ".", exists. This reduces the odds of random text between hashes being mistaken for a key and throwing a "missing key" error. 2006-07-13 13:43 victorg * packages/: acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d18-5.2.0d19.sql, acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql, acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d11-5.2.0d12.sql: Removing upgrade scripts not well ordered for acs-kernel and acs-content-repository. Adding corresponding upgrade scripts with correct versions. Now the test case files__check_upgrade_ordering (acs-tcl) does not fail. 2006-07-13 11:34 rocaelh * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: adding teardown and documentation to parameter__check_procs 2006-07-13 11:03 donb * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: OK did it right this time. Damnation! 2006-07-13 10:42 donb * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Make ad_proc default to the function being public. This decision was made by Don and Dave and a couple of others during the current bugbash. Why not TIP it? There's no semantic meaning to the switch, and ad_proc doesn't require you to declare a procedure to be either -public or -private. This was enforced in an automated test, but if we WERE to insist on it, ad_proc should cause failure to declare a proc public or private and error. That would be too harsh (would break a lot of client code, too). Assuming functions are public by default seems reasonable. The only effect is to change the behavior of the API browser if you've chosen private or public viewing modes. 2006-07-13 10:22 rocaelh * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: adding parameter__check_procs smoke test case 2006-07-13 08:09 rocaelh * packages/acs-tcl/tcl/test/doc-check-procs.tcl: eliminating documentation__check_proc_interface_status, -public is not required 2006-07-13 01:12 torbenb * packages/acs-core-docs/www/xml/install-guide/overview.xml: fixing ulink, uses url= instead of href= 2006-07-12 21:06 rocaelh * www/site-master.tcl: adding on_load check 2006-07-12 19:28 rocaelh * www/blank-master.tcl, www/site-master.adp, www/site-master.tcl, packages/acs-subsite/tcl/callback-procs.tcl: adding callbacks get_extra_headers & header_onload 2006-07-06 13:09 gustafn * packages/acs-templating/: tcl/richtext-procs.tcl, www/resources/mktree.js: make openacs usable with opera. 2 fixes: avoid multiple "+" signs in mktree, turn off rich text editing with opera (like safari) 2006-07-06 04:37 gustafn * packages/acs-tcl/tcl/utilities-procs.tcl: make openacs work with aolserver 4.5. address changed behavior of ns_startcontent, works now with binary datatypes as well 2006-07-06 04:29 gustafn * packages/acs-admin/tcl/apm-admin-procs.tcl: fix for templating bug (localization) for streaming output. #acs-kernel.Main_Site# was not translated in /acs-admin/apm/packages-install; not sure, whether a generic solution is needed... see: http://openacs.org/forums/message-view?message_id=387524 2006-07-05 23:14 torbenb * packages/acs-content-repository/www/doc/guide/keywords.html: updating links 2006-07-05 07:11 maltes * packages/acs-mail-lite/acs-mail-lite.info: Added fixed font 2006-07-03 05:29 maltes * packages/acs-lang/www/admin/: message-list.adp, message-list.tcl: Added fast locale switch taken from categories 2006-07-01 03:57 gustafn * packages/acs-tcl/tcl/utilities-procs.tcl: Fix to make oacs work with aolserver 4.5: pass default output encoding via content_type to ns_startcontent in case it is not specified 2006-06-29 00:51 maltes * packages/acs-mail-lite/lib/email.tcl: Forgot to use party_id instead of to 2006-06-24 00:04 torbenb * packages/acs-lang/: acs-lang.info, sql/oracle/ad-locales.sql, sql/oracle/upgrade/upgrade-5.3.0d1-5.3.0d2.sql, sql/postgresql/ad-locales.sql, sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql: adding locales, currently used in the development of accounting packages (from sql-ledger locales) 2006-06-20 23:34 gustafn * packages/acs-lang/tcl/localization-procs.tcl: fixing bug #2905 2006-06-20 15:45 gustafn * packages/acs-templating/tcl/richtext-procs.tcl: disable rich text editing for safari in cvs head as well (fix for bug #2928) 2006-06-18 23:34 maltes * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-procs.tcl: Added support for extraheaders. Cleaned up a bit 2006-06-16 06:53 roelc * packages/acs-subsite/lib/login.tcl: Set the email/username and password fields via css, some versions of IE mismatch their lengths even if set via the size attrib 2006-06-08 17:14 victorg * packages/acs-templating/tcl/test/parse-test-procs.tcl: Removing ">>>>>>" ( signs from the merge between oacs-5-2 and HEAD maybe ). 2006-06-08 16:38 rocaelh * packages/acs-kernel/sql/postgresql/utilities-create.sql: fix on this no-used function that was preventing acs-kernel to install in PG8.1.4 2006-06-08 00:12 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-init.tcl, acs-mail-lite-procs.tcl: Cleaning up ' acs-mail-lite is littered with partially > completed and essentially non-functional code (hard-wired references to > malte's home directory on one of his servers, for instance)' that Don has complaining about and he says it needs fixing. 2006-06-07 15:13 rocaelh * packages/acs-core-docs/www/aolserver4.html: chaning to @aolserver.cvs.source... 2006-06-06 15:22 donb * packages/acs-tcl/tcl/utilities-procs.tcl: 5.3 requires tcllib, so I removed base64 from this file. 2006-06-04 17:02 donb * packages/: acs-admin/acs-admin.info, acs-api-browser/acs-api-browser.info, acs-authentication/acs-authentication.info, acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml, acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml, acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml, acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml, acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml, acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml, acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml, acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml, acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml, acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml, acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml, acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml, acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml, acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml, acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml, acs-automated-testing/acs-automated-testing.info, acs-bootstrap-installer/acs-bootstrap-installer.info, acs-bootstrap-installer/installer.tcl, acs-content-repository/acs-content-repository.info, acs-content-repository/tcl/content-revision-procs.tcl, acs-core-docs/acs-core-docs.info, acs-kernel/acs-kernel.info, acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml, acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml, acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml, acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml, acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml, acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml, acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml, acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, acs-lang/acs-lang.info, acs-lang/catalog/acs-lang.ar_EG.utf-8.xml, acs-lang/catalog/acs-lang.ar_LB.utf-8.xml, acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, acs-lang/catalog/acs-lang.el_GR.utf-8.xml, acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml, acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml, acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.fa_IR.utf-8.xml, acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.hi_IN.utf-8.xml, acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, acs-lang/catalog/acs-lang.ms_MY.utf-8.xml, acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml, acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, acs-lang/catalog/acs-lang.pa_IN.utf-8.xml, acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, acs-lang/catalog/acs-lang.th_TH.utf-8.xml, acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, acs-lang/catalog/acs-lang.zh_CN.utf-8.xml, acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, acs-messaging/acs-messaging.info, acs-reference/acs-reference.info, acs-service-contract/acs-service-contract.info, acs-subsite/acs-subsite.info, acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml, acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml, acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml, acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml, acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml, acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml, acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml, acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml, acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, acs-tcl/acs-tcl.info, acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml, acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml, acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml, acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml, acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml, acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml, acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml, acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml, acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, acs-templating/acs-templating.info, acs-templating/catalog/acs-templating.ar_LB.utf-8.xml, acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml, acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml, acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.fi_FI.utf-8.xml, acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, acs-templating/catalog/acs-templating.hi_IN.utf-8.xml, acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, acs-templating/catalog/acs-templating.ms_MY.utf-8.xml, acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml, acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml, acs-templating/catalog/acs-templating.pa_IN.utf-8.xml, acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml, acs-templating/catalog/acs-templating.ro_RO.utf-8.xml, acs-templating/catalog/acs-templating.ru_RU.utf-8.xml, acs-templating/catalog/acs-templating.sh_HR.utf-8.xml, acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml, acs-templating/catalog/acs-templating.tr_TR.utf-8.xml, acs-templating/catalog/acs-templating.zh_CN.utf-8.xml, acs-templating/catalog/acs-templating.zh_TW.utf-8.xml, acs-translations/acs-translations.info, ref-timezones/ref-timezones.info, search/search.info, search/catalog/search.en_US.ISO-8859-1.xml, search/catalog/search.es_ES.ISO-8859-1.xml, search/catalog/search.nl_NL.ISO-8859-1.xml, search/catalog/search.pl_PL.utf-8.xml: Bumped the acs-core world (including catalog files) to 5.3.0d1. 2006-06-03 17:45 donb * ChangeLog, readme.txt, etc/backup.sh, etc/config.tcl, etc/keepalive/keepalive-config.tcl, etc/keepalive/keepalive-cron.sh, etc/keepalive/keepalive.sh, packages/acs-admin/acs-admin.info, packages/acs-admin/tcl/merge-procs.tcl, packages/acs-admin/tcl/merge-procs.xql, packages/acs-admin/www/apm/package-delete-2.tcl, packages/acs-admin/www/apm/packages-install-4.tcl, packages/acs-admin/www/install/install-4.tcl, packages/acs-admin/www/install/install.tcl, packages/acs-admin/www/resources/left.gif, packages/acs-admin/www/resources/not_available.gif, packages/acs-admin/www/resources/right.gif, packages/acs-admin/www/resources/um-more-info.css, packages/acs-admin/www/users/merge-confirm.adp, packages/acs-admin/www/users/merge-confirm.tcl, packages/acs-admin/www/users/merge-confirm.xql, packages/acs-admin/www/users/merge-final.adp, packages/acs-admin/www/users/merge-final.tcl, packages/acs-admin/www/users/merge-oracle.xql, packages/acs-admin/www/users/merge-postgresql.xql, packages/acs-admin/www/users/merge.adp, packages/acs-admin/www/users/merge.tcl, packages/acs-admin/www/users/merge.xql, packages/acs-admin/www/users/one.adp, packages/acs-admin/www/users/search.tcl, packages/acs-api-browser/acs-api-browser.info, packages/acs-api-browser/lib/search.tcl, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml, packages/acs-authentication/tcl/apm-callback-procs.tcl, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-authentication/tcl/local-procs.tcl, packages/acs-authentication/tcl/local-procs.xql, packages/acs-authentication/www/doc/ext-auth-install.html, packages/acs-authentication/www/doc/ext-auth-ldap-install.html, packages/acs-authentication/www/doc/ext-auth-pam-install.html, packages/acs-authentication/www/doc/index.html, packages/acs-authentication/www/doc/xml/install.xml, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-automated-testing/tcl/aa-test-procs-postgresql.xql, packages/acs-automated-testing/tcl/aa-test-procs.tcl, packages/acs-automated-testing/tcl/tclwebtest-procs.tcl, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-bootstrap-installer/bootstrap.tcl, packages/acs-bootstrap-installer/db-init-checks-oracle.tcl, packages/acs-bootstrap-installer/installer/index.tcl, packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/common/mime-type-data.sql, packages/acs-content-repository/sql/oracle/content-create.sql, packages/acs-content-repository/sql/oracle/content-folder.sql, packages/acs-content-repository/sql/oracle/content-image.sql, packages/acs-content-repository/sql/oracle/content-item.sql, packages/acs-content-repository/sql/oracle/content-keyword.sql, packages/acs-content-repository/sql/oracle/packages-create.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b6-5.2.0b7.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.2-5.2.3d1.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql, packages/acs-content-repository/sql/postgresql/content-create.sql, packages/acs-content-repository/sql/postgresql/content-extlink.sql, packages/acs-content-repository/sql/postgresql/content-folder.sql, packages/acs-content-repository/sql/postgresql/content-item.sql, packages/acs-content-repository/sql/postgresql/content-revision.sql, packages/acs-content-repository/sql/postgresql/content-schedule.sql, packages/acs-content-repository/sql/postgresql/content-symlink.sql, packages/acs-content-repository/sql/postgresql/content-template.sql, packages/acs-content-repository/sql/postgresql/content-type.sql, packages/acs-content-repository/sql/postgresql/content-update.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a3-5.2.0a4.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b2-5.2.0b3.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b6-5.2.0b7.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql, packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl, packages/acs-content-repository/tcl/acs-content-repository-init.tcl, packages/acs-content-repository/tcl/content-folder-procs.tcl, packages/acs-content-repository/tcl/content-item-procs.tcl, packages/acs-content-repository/tcl/content-item-procs.xql, packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql, packages/acs-content-repository/tcl/content-revision-procs.tcl, packages/acs-content-repository/tcl/content-symlink-procs.tcl, packages/acs-content-repository/tcl/revision-procs.tcl, packages/acs-content-repository/tcl/revision-procs.xql, packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl, packages/acs-content-repository/tcl/test/content-image-test-procs.tcl, packages/acs-content-repository/tcl/test/content-item-test-procs.tcl, packages/acs-core-docs/acs-core-docs.info, packages/acs-core-docs/www/acs-admin.html, packages/acs-core-docs/www/acs-package-dev.html, packages/acs-core-docs/www/acs-plat-dev.html, packages/acs-core-docs/www/analog-install.html, packages/acs-core-docs/www/analog-setup.html, packages/acs-core-docs/www/aolserver.html, packages/acs-core-docs/www/aolserver4.html, packages/acs-core-docs/www/apm-design.html, packages/acs-core-docs/www/apm-requirements.html, packages/acs-core-docs/www/automated-backup.html, packages/acs-core-docs/www/automated-testing-best-practices.html, packages/acs-core-docs/www/backup-recovery.html, packages/acs-core-docs/www/backups-with-cvs.html, packages/acs-core-docs/www/bootstrap-acs.html, packages/acs-core-docs/www/complete-install.html, packages/acs-core-docs/www/configuring-configuring-packages.html, packages/acs-core-docs/www/configuring-configuring-permissions.html, packages/acs-core-docs/www/configuring-install-packages.html, packages/acs-core-docs/www/configuring-mounting-packages.html, packages/acs-core-docs/www/configuring-new-site.html, packages/acs-core-docs/www/contributing-code.html, packages/acs-core-docs/www/credits.html, packages/acs-core-docs/www/cvs-guidelines.html, packages/acs-core-docs/www/cvs-resources.html, packages/acs-core-docs/www/cvs-tips.html, packages/acs-core-docs/www/database-management.html, packages/acs-core-docs/www/db-api-detailed.html, packages/acs-core-docs/www/db-api.html, packages/acs-core-docs/www/dev-guide.html, packages/acs-core-docs/www/doc-standards.html, packages/acs-core-docs/www/docbook-primer.html, packages/acs-core-docs/www/eng-standards-constraint-naming.html, packages/acs-core-docs/www/eng-standards-filenaming.html, packages/acs-core-docs/www/eng-standards-plsql.html, packages/acs-core-docs/www/eng-standards-versioning.html, packages/acs-core-docs/www/eng-standards.html, packages/acs-core-docs/www/ext-auth-requirements.html, packages/acs-core-docs/www/filename.html, packages/acs-core-docs/www/for-everyone.html, packages/acs-core-docs/www/form-builder.html, packages/acs-core-docs/www/general-documents.html, packages/acs-core-docs/www/groups-design.html, packages/acs-core-docs/www/groups-requirements.html, packages/acs-core-docs/www/high-avail.html, packages/acs-core-docs/www/how-do-I.html, packages/acs-core-docs/www/i18n-convert.html, packages/acs-core-docs/www/i18n-design.html, packages/acs-core-docs/www/i18n-introduction.html, packages/acs-core-docs/www/i18n-overview.html, packages/acs-core-docs/www/i18n-requirements.html, packages/acs-core-docs/www/i18n-translators.html, packages/acs-core-docs/www/i18n.html, packages/acs-core-docs/www/index.html, packages/acs-core-docs/www/individual-programs.html, packages/acs-core-docs/www/install-cvs.html, packages/acs-core-docs/www/install-daemontools.html, packages/acs-core-docs/www/install-full-text-search-openfts.html, packages/acs-core-docs/www/install-full-text-search-tsearch2.html, packages/acs-core-docs/www/install-ldap-radius.html, packages/acs-core-docs/www/install-more-software.html, packages/acs-core-docs/www/install-next-add-server.html, packages/acs-core-docs/www/install-next-backups.html, packages/acs-core-docs/www/install-next-nightly-vacuum.html, packages/acs-core-docs/www/install-nsopenssl.html, packages/acs-core-docs/www/install-nspam.html, packages/acs-core-docs/www/install-openacs-delete-tablespace.html, packages/acs-core-docs/www/install-openacs-inittab.html, packages/acs-core-docs/www/install-openacs-keepalive.html, packages/acs-core-docs/www/install-origins.html, packages/acs-core-docs/www/install-overview.html, packages/acs-core-docs/www/install-pam-radius.html, packages/acs-core-docs/www/install-php.html, packages/acs-core-docs/www/install-qmail.html, packages/acs-core-docs/www/install-redhat.html, packages/acs-core-docs/www/install-resources.html, packages/acs-core-docs/www/install-squirrelmail.html, packages/acs-core-docs/www/install-ssl.html, packages/acs-core-docs/www/install-steps.html, packages/acs-core-docs/www/install-tclwebtest.html, packages/acs-core-docs/www/ix01.html, packages/acs-core-docs/www/kernel-doc.html, packages/acs-core-docs/www/kernel-overview.html, packages/acs-core-docs/www/mac-installation.html, packages/acs-core-docs/www/maint-performance.html, packages/acs-core-docs/www/maintenance-deploy.html, packages/acs-core-docs/www/maintenance-web.html, packages/acs-core-docs/www/nxml-mode.html, packages/acs-core-docs/www/object-identity.html, packages/acs-core-docs/www/object-system-design.html, packages/acs-core-docs/www/object-system-requirements.html, packages/acs-core-docs/www/objects.html, packages/acs-core-docs/www/openacs-cvs-concepts.html, packages/acs-core-docs/www/openacs-overview.html, packages/acs-core-docs/www/openacs-unpack.html, packages/acs-core-docs/www/openacs.html, packages/acs-core-docs/www/oracle.html, packages/acs-core-docs/www/os-install.html, packages/acs-core-docs/www/os-security.html, packages/acs-core-docs/www/packages.html, packages/acs-core-docs/www/parties.html, packages/acs-core-docs/www/permissions-design.html, packages/acs-core-docs/www/permissions-requirements.html, packages/acs-core-docs/www/permissions-tediously-explained.html, packages/acs-core-docs/www/permissions.html, packages/acs-core-docs/www/postgres.html, packages/acs-core-docs/www/profile-code.html, packages/acs-core-docs/www/programming-with-aolserver.html, packages/acs-core-docs/www/psgml-for-emacs.html, packages/acs-core-docs/www/psgml-mode.html, packages/acs-core-docs/www/release-notes-4-5.html, packages/acs-core-docs/www/release-notes-4-6-2.html, packages/acs-core-docs/www/release-notes-4-6-3.html, packages/acs-core-docs/www/release-notes-4-6.html, packages/acs-core-docs/www/release-notes.html, packages/acs-core-docs/www/releasing-openacs-core.html, packages/acs-core-docs/www/releasing-openacs.html, packages/acs-core-docs/www/releasing-package.html, packages/acs-core-docs/www/remote-postgres.html, packages/acs-core-docs/www/request-processor.html, packages/acs-core-docs/www/requirements-template.html, packages/acs-core-docs/www/rp-design.html, packages/acs-core-docs/www/rp-requirements.html, packages/acs-core-docs/www/security-design.html, packages/acs-core-docs/www/security-notes.html, packages/acs-core-docs/www/security-requirements.html, packages/acs-core-docs/www/snapshot-backup.html, packages/acs-core-docs/www/style-guide.html, packages/acs-core-docs/www/subsites-design.html, packages/acs-core-docs/www/subsites-requirements.html, packages/acs-core-docs/www/subsites.html, packages/acs-core-docs/www/tcl-doc.html, packages/acs-core-docs/www/templates.html, packages/acs-core-docs/www/tutorial-admin-pages.html, packages/acs-core-docs/www/tutorial-advanced.html, packages/acs-core-docs/www/tutorial-caching.html, packages/acs-core-docs/www/tutorial-categories.html, packages/acs-core-docs/www/tutorial-comments.html, packages/acs-core-docs/www/tutorial-css-layout.html, packages/acs-core-docs/www/tutorial-cvs.html, packages/acs-core-docs/www/tutorial-database.html, packages/acs-core-docs/www/tutorial-debug.html, packages/acs-core-docs/www/tutorial-distribute.html, packages/acs-core-docs/www/tutorial-etp-templates.html, packages/acs-core-docs/www/tutorial-future-topics.html, packages/acs-core-docs/www/tutorial-hierarchical.html, packages/acs-core-docs/www/tutorial-html-email.html, packages/acs-core-docs/www/tutorial-newpackage.html, packages/acs-core-docs/www/tutorial-notifications.html, packages/acs-core-docs/www/tutorial-pages.html, packages/acs-core-docs/www/tutorial-parameters.html, packages/acs-core-docs/www/tutorial-schedule-procs.html, packages/acs-core-docs/www/tutorial-second-database.html, packages/acs-core-docs/www/tutorial-specs.html, packages/acs-core-docs/www/tutorial-upgrade-scripts.html, packages/acs-core-docs/www/tutorial-upgrades.html, packages/acs-core-docs/www/tutorial-vuh.html, packages/acs-core-docs/www/tutorial-wysiwyg-editor.html, packages/acs-core-docs/www/tutorial.html, packages/acs-core-docs/www/unix-installation.html, packages/acs-core-docs/www/update-repository.html, packages/acs-core-docs/www/update-translations.html, packages/acs-core-docs/www/upgrade-4.5-to-4.6.html, packages/acs-core-docs/www/upgrade-4.6.3-to-5.html, packages/acs-core-docs/www/upgrade-5-0-dot.html, packages/acs-core-docs/www/upgrade-openacs-files.html, packages/acs-core-docs/www/upgrade-overview.html, packages/acs-core-docs/www/upgrade-supporting.html, packages/acs-core-docs/www/upgrade.html, packages/acs-core-docs/www/uptime.html, packages/acs-core-docs/www/using-cvs-with-openacs.html, packages/acs-core-docs/www/variables.html, packages/acs-core-docs/www/win2k-installation.html, packages/acs-core-docs/www/files/update-info.sh, packages/acs-core-docs/www/xml/releasing-openacs.xml, packages/acs-core-docs/www/xml/variables.ent, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-core-docs/www/xml/install-guide/aolserver4.xml, packages/acs-core-docs/www/xml/install-guide/openacs.xml, packages/acs-core-docs/www/xml/install-guide/other-software.xml, packages/acs-core-docs/www/xml/install-guide/postgres.xml, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, packages/acs-kernel/sql/oracle/acs-relationships-create.sql, packages/acs-kernel/sql/oracle/groups-body-create.sql, packages/acs-kernel/sql/oracle/groups-create.sql, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0b9-5.2.0b10.sql, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql, packages/acs-kernel/sql/postgresql/acs-create.sql, packages/acs-kernel/sql/postgresql/acs-install.sql, packages/acs-kernel/sql/postgresql/acs-metadata-create.sql, packages/acs-kernel/sql/postgresql/acs-relationships-create.sql, packages/acs-kernel/sql/postgresql/apm-create.sql, packages/acs-kernel/sql/postgresql/groups-body-create.sql, packages/acs-kernel/sql/postgresql/groups-create.sql, packages/acs-kernel/sql/postgresql/postgresql.sql, packages/acs-kernel/sql/postgresql/rel-constraints-create.sql, packages/acs-kernel/sql/postgresql/rel-segments-create.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b10-5.2.0b11.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql, packages/acs-lang/acs-lang.info, packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml, packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml, packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml, packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml, packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml, packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml, packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml, packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml, packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, packages/acs-lang/sql/oracle/ad-locales.sql, packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql, packages/acs-lang/sql/postgresql/ad-locales.sql, packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3d1-5.2.3d2.sql, packages/acs-lang/tcl/lang-catalog-procs.tcl, packages/acs-lang/tcl/lang-message-procs.tcl, packages/acs-lang/tcl/lang-util-procs.tcl, packages/acs-lang/tcl/locale-procs.tcl, packages/acs-lang/www/admin/localized-message-new.tcl, packages/acs-messaging/acs-messaging.info, packages/acs-messaging/sql/oracle/acs-messaging-packages.sql, packages/acs-messaging/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, packages/acs-subsite/lib/login.adp, packages/acs-subsite/lib/login.tcl, packages/acs-subsite/lib/user-new.tcl, packages/acs-subsite/sql/oracle/site-node-selection.sql, packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql, packages/acs-subsite/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql, packages/acs-subsite/sql/postgresql/site-node-selection.sql, packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql, packages/acs-subsite/tcl/apm-callback-procs.tcl, packages/acs-subsite/tcl/callback-procs.tcl, packages/acs-subsite/tcl/email-image-procs-oracle.xql, packages/acs-subsite/tcl/email-image-procs-postgresql.xql, packages/acs-subsite/tcl/email-image-procs.tcl, packages/acs-subsite/tcl/email-image-procs.xql, packages/acs-subsite/tcl/group-procs.tcl, packages/acs-subsite/tcl/group-procs.xql, packages/acs-subsite/tcl/party-procs.tcl, packages/acs-subsite/tcl/party-procs.xql, packages/acs-subsite/tcl/subsite-callback-procs.tcl, packages/acs-subsite/www/o.vuh, packages/acs-subsite/www/admin/object-types/alphabetical-index.adp, packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl, packages/acs-subsite/www/admin/object-types/index.adp, packages/acs-subsite/www/admin/object-types/index.tcl, packages/acs-subsite/www/admin/object-types/one.adp, packages/acs-subsite/www/admin/object-types/one.tcl, packages/acs-subsite/www/admin/site-map/application-new.tcl, packages/acs-subsite/www/admin/site-map/index.tcl, packages/acs-subsite/www/admin/site-map/package-new.tcl, packages/acs-subsite/www/permissions/perm-include.tcl, packages/acs-subsite/www/permissions/perm-user-add-include.tcl, packages/acs-subsite/www/permissions/perm-user-add.tcl, packages/acs-subsite/www/permissions/toggle-inherit.tcl, packages/acs-subsite/www/pvt/home.adp, packages/acs-subsite/www/pvt/home.tcl, packages/acs-subsite/www/register/user-join.tcl, packages/acs-subsite/www/resources/core.js, packages/acs-subsite/www/resources/site-master.css, packages/acs-subsite/www/shared/parameters.tcl, packages/acs-tcl/acs-tcl.info, packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, packages/acs-tcl/lib/ad-return-complaint.adp, packages/acs-tcl/lib/complain.adp, packages/acs-tcl/lib/page-error.tcl, packages/acs-tcl/tcl/00-database-procs.tcl, packages/acs-tcl/tcl/20-memoize-init.tcl, packages/acs-tcl/tcl/apm-install-procs.tcl, packages/acs-tcl/tcl/application-data-link-procs.tcl, packages/acs-tcl/tcl/application-data-link-procs.xql, packages/acs-tcl/tcl/application-link-procs.tcl, packages/acs-tcl/tcl/community-core-procs.tcl, packages/acs-tcl/tcl/community-core-procs.xql, packages/acs-tcl/tcl/install-procs.tcl, packages/acs-tcl/tcl/membership-rel-procs-oracle.xql, packages/acs-tcl/tcl/membership-rel-procs-postgresql.xql, packages/acs-tcl/tcl/membership-rel-procs.tcl, packages/acs-tcl/tcl/memoize-procs.tcl, packages/acs-tcl/tcl/pdf-procs.tcl, packages/acs-tcl/tcl/request-processor-procs.tcl, packages/acs-tcl/tcl/server-cluster-procs.tcl, packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl, packages/acs-tcl/tcl/tcl-documentation-procs.tcl, packages/acs-tcl/tcl/text-html-procs.tcl, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-templating/acs-templating.info, packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml, packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml, packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml, packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml, packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml, packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml, packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml, packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml, packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml, packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml, packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml, packages/acs-templating/resources/forms/accessible-forms.adp, packages/acs-templating/resources/forms/inline.adp, packages/acs-templating/resources/lists/course-filters.adp, packages/acs-templating/resources/lists/courses.adp, packages/acs-templating/resources/lists/select-menu.adp, packages/acs-templating/resources/lists/table.adp, packages/acs-templating/tcl/date-procs.tcl, packages/acs-templating/tcl/list-procs.tcl, packages/acs-templating/tcl/richtext-procs.tcl, packages/acs-templating/tcl/util-procs.tcl, packages/acs-templating/tcl/test/date-procs.tcl, packages/acs-templating/tcl/test/parse-test-procs.tcl, packages/acs-templating/www/resources/calendar.gif, packages/acs-templating/www/resources/lists.css, packages/acs-templating/www/resources/mktree.js, packages/acs-templating/www/resources/xinha-nightly/dialog.js, packages/acs-templating/www/resources/xinha-nightly/htmlarea.css, packages/acs-templating/www/resources/xinha-nightly/htmlarea.js, packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html, packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html, packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php, packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html, packages/acs-templating/www/resources/xinha-nightly/images/fr/bold.gif, packages/acs-templating/www/resources/xinha-nightly/images/fr/strikethrough.gif, packages/acs-templating/www/resources/xinha-nightly/images/fr/underline.gif, packages/acs-templating/www/resources/xinha-nightly/lang/fr.js, packages/acs-templating/www/resources/xinha-nightly/lang/sh.js, packages/acs-templating/www/resources/xinha-nightly/lang/sr.js, packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js, packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js, packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js, packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/ru.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js, packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/ru.js, packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js, packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/ru.js, packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js, packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ru.js, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.css, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.html, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.js, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/de.js, packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html, packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/ru.js, packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/empty, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl, packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl, packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html, packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php, packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi, packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html, packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js, packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js, packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js, packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js, packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js, packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js, packages/acs-templating/www/resources/xinha-nightly/popups/about.html, packages/acs-templating/www/resources/xinha-nightly/popups/popup.js, packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css, packages/acs-translations/acs-translations.info, packages/ref-timezones/ref-timezones.info, packages/ref-timezones/sql/postgresql/ref-timezones-create.sql, packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql, packages/search/search.info, packages/search/catalog/search.de_DE.ISO-8859-1.xml, packages/search/catalog/search.es_ES.ISO-8859-1.xml, packages/search/catalog/search.nl_NL.ISO-8859-1.xml, packages/search/catalog/search.pl_PL.utf-8.xml, packages/search/tcl/search-procs.tcl, packages/search/www/search.adp, packages/search/www/search.tcl, www/blank-master.adp, www/blank-master.tcl, www/site-master.adp: Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD. TODO: 1. Bump acs-core package version numbers to 5.3.0d1 2. Would be nice to do a test install, wouldn't it? 2006-06-03 12:58 maltes * packages/acs-mail-lite/lib/email.tcl: Added support to 'to_addr' if we do not provide recipient_ids 2006-06-02 17:09 donb * packages/search/tcl/search-procs.tcl: Someone modified this file and committed it without even bothering to see if it would compile without errror ... 2006-06-02 16:28 donb * packages/acs-tcl/acs-tcl.info: Tagged acs-tcl HEAD as 5.3.0d1 because contacts needs 5.2.3b3 or better 2006-06-01 06:04 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: The name of the user should be in paranthesis when sending an e-mail 2006-05-31 07:16 daveb * packages/acs-kernel/sql/oracle/acs-metadata-create.sql: Remove duplicate "default" in package definition. 2006-05-31 07:16 daveb * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Fix typo in test procs. 2006-05-31 06:42 daveb * packages/acs-content-repository/tcl/: content-item-procs.tcl, content-revision-procs-oracle.xql, content-revision-procs-postgresql.xql, content-revision-procs.tcl, content-revision-procs.xql, test/content-item-test-procs.tcl, test/test.html: Add -tmp_filename parameter to content::item::new and content::revision::new to handle file uploads at a low level with the cr tcl api. You still need to figure out the mime type and cotent type (image,etc.) before calling content::item::new. A convenience wrapper should be written if you need that feature. (that would replace cr_import_content, it think.) 2006-05-28 00:14 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Minot change 2006-05-21 06:14 maltes * packages/acs-mail-lite/: lib/email.tcl, tcl/acs-mail-lite-procs.tcl: Enabled support for party_ids also containing groups 2006-05-21 00:54 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added group sending support 2006-05-20 13:56 donb * etc/config.tcl: Changed db pool config to keep handles open forever rather than a billion seconds. A billion seconds from mid-May 2006 is 2038, so folks were running into the Unix Y2.038K bug a few decades early. That billion number was originally picked because 0 (keep open forever) didn't work in earlier versions of AOLserver. Early versions of the Oracle client interface on Linux used to hang when the handle was closed, thus the need to keep them open "forever". Turns out it's a good idea anyway if the db library and the appropriate db driver for AOLserver don't leak memory. Both PG and Oracle have been well-behaved in this respect, so we just keep the db handles open indefinitely by default. 2006-05-17 06:59 vinodk * packages/acs-automated-testing/tcl/aa-test-procs.tcl: aa_export_vars takes a list of arguments 2006-05-14 23:36 maltes * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-procs.tcl: Upgraded version to be on the save side for dependencies. FIxed boolean logic mistake 2006-05-14 09:12 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-callback-procs.tcl, acs-mail-lite-procs.tcl: Support for using party_ids instead of email addresses with complex_send. Upgraded callback 2006-05-13 04:23 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-procs.tcl, acs-mail-lite-procs.xql: move to using smtp for complex_send. Support for single_mail flag. Support for bcc and cc emails 2006-05-13 04:23 maltes * packages/acs-mail-lite/lib/email.tcl: Support for fixed_sender 2006-05-11 06:50 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added support to send files from the filesystem instead of cr_items to complex_send 2006-05-03 03:41 maltes * packages/acs-mail-lite/: acs-mail-lite.info, lib/email.tcl: Added support for including files in e-mail sending from a predefined folder. This is useful if you want to have the option to include some marketing or legal documents in most of your e-mails 2006-05-02 02:44 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Fixed a problem in callbacks; implementations always call the contract definitions arg parser, but in the case where the contract only had positional arguments the arg parser was not defined. 2006-04-18 06:00 eduardop * packages/acs-subsite/tcl/email-image-procs.tcl: remove faulty email_image::check_image_magick function and just test for it when exec 2006-04-10 04:26 timoh * packages/acs-mail-lite/lib/email.tcl: fixed exporting cancel_url 2006-04-08 15:57 jiml * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: added basic info about defining and using callbacks to docstring of ad_proc 2006-03-31 09:59 hamiltonc * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: fix for bug 2843, this bug causes problems when trying to change authentication parameters 2006-03-18 18:25 daveb * packages/acs-tcl/tcl/html-email-procs.tcl: Mime encode periods at the beginning of a line within message text. This is most noticable if the line breaks in the middle of a URL. 2006-03-18 09:50 maltes * packages/acs-mail-lite/lib/email.tcl: Removed Contacts code 2006-03-17 02:06 maltes * packages/acs-mail-lite/: lib/email.tcl, tcl/acs-mail-lite-callback-procs.tcl, tcl/acs-mail-lite-procs.tcl: support for CC emails 2006-03-15 16:22 ncarroll * packages/notifications/notifications.info: Updated notifications dependency on acs-mail-lite. 2006-03-15 13:50 ncarroll * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added TCLLIB install to docs. Resolves BUG #2616. 2006-03-12 06:33 maltes * packages/acs-mail-lite/: lib/email.tcl, tcl/acs-mail-lite-init.tcl, tcl/acs-mail-lite-procs.tcl, tcl/acs-mail-lite-procs.xql: Added rollout support. Couple of minor changes 2006-03-11 15:01 donb * packages/acs-kernel/: acs-kernel.info, sql/oracle/acs-metadata-create.sql, sql/postgresql/acs-metadata-create.sql: Added db cache size parameter 2006-03-11 06:33 daveb * packages/search/tcl/search-procs.tcl: Add callback check so indexer works. 2006-03-11 06:26 daveb * packages/intermedia-driver/sql/oracle/load-site-wide-search: Remove search package files from intermedia-driver 2006-03-09 04:14 eduardop * packages/acs-subsite/acs-subsite.info: add dependency to acs-translations from acs-subsite 2006-03-02 17:05 donb * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Conditionalized tests of bindvar emulation so they're not run for Oracle. Two of them don't work for Oracle (tries to do a "select" in db_exec_plsql) and since Oracle's definition of bindvar semantics defines the emulation semantics it seems silly to test if Oracle adheres to them or not :) 2006-02-27 19:22 donb * packages/acs-tcl/tcl/: 00-database-procs.tcl, database-init.tcl, test/acs-tcl-test-procs.tcl: Added a simple caching mechanism to the database API as discussed (and approved) in TIP #57 many, many moons ago. Commands which are cache-enabled are db_string, db_0or1row, db_1row, db_list, db_list_of_lists, and db_multirow. 2006-02-26 16:22 vinodk * packages/acs-tcl/tcl/apm-procs.tcl: Add procs to calculate code metrics about a package 2006-02-19 11:33 jiml * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: alter csv_foreach so it properly handles continue, break, error, return 2006-02-16 17:11 donb * packages/acs-templating/tcl/parse-procs.tcl: Parse level wasn't being popped off if an included template triggered an error. This broke my version of the portals package which uses includes rather than generate stuff via explicit calls in Tcl as the new-portals package did. 2006-02-13 06:15 jiml * packages/acs-templating/www/doc/demo/list8/add-edit.tcl: revert file to version 1.1 2006-02-13 06:09 jiml * packages/acs-templating/www/doc/demo/list8/delete.tcl: revert file to be same as vers 1.3 2006-02-13 05:11 jiml * packages/acs-templating/www/doc/demo/: index.html, list9/add-edit.adp, list9/add-edit.tcl, list9/add-edit.xql, list9/delete-oracle.xql, list9/delete-postgresql.xql, list9/delete.tcl, list9/index-oracle.xql, list9/index-postgresql.xql, list9/index.adp, list9/index.tcl, list9/view-one.adp, list9/view-one.tcl: Add 9th and final row to listbuilder demo: add page group caching to pagination 2006-02-13 05:05 jiml * packages/acs-templating/www/doc/demo/list8/: add-edit.tcl, delete.tcl, index.tcl: delete should use template_demo_note as type, not note 2006-02-13 05:01 jiml * packages/acs-templating/www/doc/demo/: list7/delete.tcl, list8/delete.tcl: finish fixing delete 2006-02-13 04:56 jiml * packages/acs-templating/www/doc/demo/: list8/delete.tcl, list7/delete.tcl: delete should use template_demo_note as type, not note 2006-02-13 04:37 jiml * packages/acs-templating/www/doc/demo/: index.html, list8/add-edit.adp, list8/add-edit.tcl, list8/add-edit.xql, list8/delete-oracle.xql, list8/delete-postgresql.xql, list8/delete.tcl, list8/index-oracle.xql, list8/index-postgresql.xql, list8/index.adp, list8/index.tcl, list8/view-one.adp, list8/view-one.tcl: Add eighth row to listbuilder demo: add non-cached pagination 2006-02-13 04:29 jiml * packages/acs-templating/www/doc/demo/list7/index.tcl: Enhanced narrative text; changed filter name to color_filter_value to be less confusing and because I think it was conflicting with the incoming color value from the table. 2006-02-13 03:45 jiml * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: fix typo in the define_function_args call for template_demo_notes__new: if you want to use package_instantiate_object using some type <t>, then your call to define_function_args for <t>__new needs to have the object_type parameter defaulting to <t> 2006-02-11 16:46 jiml * packages/acs-templating/www/doc/demo/list7/index.tcl: Add the color purple to the possible filter values 2006-02-11 16:42 jiml * packages/acs-templating/www/doc/demo/: index.html, list7/add-disabled.gif, list7/add-edit.adp, list7/add-edit.tcl, list7/add-edit.xql, list7/add.gif, list7/blank.gif, list7/delete-oracle.xql, list7/delete-postgresql.xql, list7/delete.tcl, list7/index-oracle.xql, list7/index-postgresql.xql, list7/index.adp, list7/index.tcl, list7/view-one.adp, list7/view-one.tcl, list7/x-disabled.gif, list7/x.gif: add 7th row of listbuilder demo: add a filter (needs oracle test) 2006-02-11 16:41 jiml * packages/acs-templating/www/doc/demo/list6/add-edit.tcl: finish up, make sure the add-edit.tcl refers to template_demo_note, not note 2006-02-10 07:48 daveb * etc/config.tcl: Set maxinput in nsopenssl module as well as nssock. 2006-02-10 00:16 jiml * packages/acs-templating/www/doc/demo/list6/delete.tcl: fix typos: note should really be template_demo_note 2006-02-10 00:13 jiml * packages/acs-templating/www/doc/demo/list6/add-edit.xql: add support for color column in the queries to get a note and update one 2006-02-09 18:12 jiml * packages/acs-templating/sql/oracle/demo-create.sql: Turn on the data model loading under oracle. (yes, BOLD move :) 2006-02-09 17:34 jiml * packages/acs-templating/www/doc/demo/list2/index-oracle.xql: correct no-data situation in where clause of oracle query 2006-02-09 17:21 jiml * packages/acs-templating/www/doc/demo/: list1a/index-oracle.xql, list1b/index-oracle.xql, list3/index-oracle.xql, list4/index-oracle.xql, list5/index-oracle.xql, list6/index-oracle.xql: in some queries oracle claimed the title column ambiguous; fixed. in third thru sixth rows, got the orderby clause from listbuilder (oracle) 2006-02-09 16:47 jiml * packages/acs-templating/www/doc/demo/: index.html, list6/add-disabled.gif, list6/add-edit.adp, list6/add-edit.tcl, list6/add-edit.xql, list6/add.gif, list6/blank.gif, list6/delete-oracle.xql, list6/delete-postgresql.xql, list6/delete.tcl, list6/index-oracle.xql, list6/index-postgresql.xql, list6/index.adp, list6/index.tcl, list6/view-one.adp, list6/view-one.tcl, list6/x-disabled.gif, list6/x.gif: Add 6th row of listbuilder demo, adding non-bulk action to add new note. Having a problem where the sql of adding a new note tells the wrong type to template_demo_note__new(); this happens somewhere in the call to package_instantiate_object in the -new_data section of the form in add-edit.tcl 2006-02-09 15:56 jiml * packages/acs-templating/sql/postgresql/: demo-create.sql, template-demo-notes-create.sql: move the sample data include to where it belongs; reformat some code 2006-02-09 15:00 hughb * packages/acs-templating/sql/oracle/template-demo-notes-sample.sql: fix Oracle bug (procedure cannot return a value) 2006-02-09 05:58 jiml * packages/acs-templating/sql/oracle/template-demo-notes-sample.sql: for oracle it's sysdate, not now()... corrected those. 2006-02-08 22:47 jiml * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: activate the inserting of sample data on the postgres side; it works. 2006-02-08 22:39 jiml * packages/acs-templating/www/doc/demo/: index.html, list5/add-disabled.gif, list5/add-edit.adp, list5/add-edit.tcl, list5/add-edit.xql, list5/add.gif, list5/blank.gif, list5/delete-oracle.xql, list5/delete-postgresql.xql, list5/delete.tcl, list5/index-oracle.xql, list5/index-postgresql.xql, list5/index.adp, list5/index.tcl, list5/view-one.adp, list5/view-one.tcl: Add fifth row of listbuilder demos: add "delete checked notes" as bulk action 2006-02-08 18:40 jiml * packages/acs-templating/www/doc/demo/: index.html, list4/index-oracle.xql, list4/index-postgresql.xql, list4/index.adp, list4/index.tcl, list4/view-one.adp, list4/view-one.tcl: add fourth row to template demo page: link title to detail page 2006-02-08 16:28 hughb * packages/acs-templating/sql/oracle/template-demo-notes-create.sql: fix typos 2006-02-08 16:25 jiml * packages/acs-templating/sql/oracle/template-demo-notes-create.sql: fix silly typos 2006-02-08 15:52 jiml * packages/acs-templating/sql/oracle/demo-create.sql: arrange to load sample data; commented out for now 2006-02-08 15:34 jiml * packages/acs-templating/sql/oracle/template-demo-notes-sample.sql: create listbuilder sample data for oracle 2006-02-06 07:54 jiml * packages/acs-templating/sql/oracle/demo-create.sql: disabled loading the renamed notes package, as it's untested on oracle 2006-02-06 05:08 jiml * packages/acs-templating/www/doc/demo/list3/: index-oracle.xql, index-postgresql.xql, index.adp, index.tcl: add list3, the third row in the demo/index, showing orderbys 2006-02-06 05:06 jiml * packages/acs-templating/: sql/oracle/template-demo-notes-create.sql, sql/postgresql/template-demo-notes-create.sql, sql/postgresql/template-demo-notes-drop.sql, sql/postgresql/template-demo-notes-sample.sql, www/doc/demo/index.html, www/doc/demo/list2/index-oracle.xql, www/doc/demo/list2/index-postgresql.xql, www/doc/demo/list2/index.tcl: add column "color" to template_demo_notes table; add display for it in list2, add html row for list3 to the demo/index file 2006-02-05 22:53 jiml * packages/acs-templating/sql/postgresql/: template-demo-notes-create.sql, template-demo-notes-drop.sql, template-demo-notes-sample.sql: fixed problem with sample data for acs-templating demos of listbuilder 2006-02-04 20:38 jiml * packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql: sample data is not working, so disable that function (so acs-templating can install...) 2006-02-04 19:36 jiml * packages/acs-templating/sql/postgresql/: template-demo-notes-create.sql, template-demo-notes-sample.sql: fix typos in data model, add sample data for demo 2006-02-04 15:07 jiml * packages/acs-templating/www/doc/demo/: index.html, list2/index-oracle.xql, list2/index-postgresql.xql, list2/index.adp, list2/index.tcl: Add row to acs-templating demo page, showing that you can add columns to a list 2006-02-04 11:09 jiml * packages/acs-templating/www/doc/demo/: index.html, list1a/index-oracle.xql, list1a/index-postgresql.xql, list1a/index.adp, list1a/index.tcl, list1b/index-oracle.xql, list1b/index-postgresql.xql, list1b/index.adp, list1b/index.tcl: Add first listbuilder row in acs-templating demo page: Plain list, plain list using master template 2006-02-03 17:54 jiml * packages/acs-templating/sql/: oracle/demo-create.sql, oracle/demo-drop.sql, oracle/template-demo-notes-create.sql, oracle/template-demo-notes-drop.sql, postgresql/demo-create.sql, postgresql/demo-drop.sql, postgresql/template-demo-notes-create.sql, postgresql/template-demo-notes-drop.sql: notes-like data model for templating demo page to facilitate listbuilder tut 2006-01-30 15:51 hughb * packages/acs-service-contract/www/binding-uninstall-oracle.xql: Fix Oracle bug -- oracle sql was calling a function where the only API is a procedure. Could never have worked. 2006-01-27 08:33 hughb * packages/intermedia-driver/sql/oracle/search-ctxsys.sql: Add important ctxsys file 2006-01-27 08:03 daveb * packages/intermedia-driver/: intermedia-driver.info, sql/oracle/load-site-wide-search, sql/oracle/search-create.sql, sql/oracle/search-drop.sql, sql/oracle/search-from-scratch.sql, sql/oracle/search-index-create.sql, sql/oracle/search-index-drop.sql, sql/oracle/search-packages-create.sql, sql/oracle/search-packages-drop.sql, sql/oracle/search-sc-create.sql, sql/oracle/search-sc-drop.sql, sql/oracle/search-tables-create.sql, sql/oracle/search-tables-drop.sql, sql/oracle/syndication-create.sql, sql/oracle/syndication-drop.sql, tcl/intermedia-procs.tcl: Add intermdia-driver Oracle search FtsEngineDriver 2006-01-04 01:50 timoh * packages/acs-mail-lite/: catalog/acs-mail-lite.de_DE.ISO-8859-1.xml, catalog/acs-mail-lite.en_US.ISO-8859-1.xml, tcl/acs-mail-lite-procs-postgresql.xql, tcl/acs-mail-lite-procs.tcl: fixing mail sending 2005-12-29 12:20 jader * etc/config.tcl: Unify the maxinput and recvwait parameters between nsopenssl and normal connections. 2005-12-27 12:20 timoh * packages/acs-mail-lite/lib/email.tcl: fixing file-ids in form 2005-12-18 06:16 maltes * packages/acs-mail-lite/lib/email.tcl: Fixed issue with version_id vs. file_id and made sure the title is set correctly 2005-12-14 09:13 timoh * packages/acs-mail-lite/catalog/: acs-mail-lite.de_DE.ISO-8859-1.xml, acs-mail-lite.en_US.ISO-8859-1.xml: fixed new package version 2005-12-14 07:27 eduardop * packages/acs-content-repository/tcl/content-extlink-procs.tcl: Fix Bug #2712: param extlink_id in content::extlink::new should not be required 2005-12-13 05:34 ncarroll * packages/acs-templating/tcl/richtext-procs.tcl: Fixed bug #2727. 2005-12-12 03:32 leed * packages/acs-tcl/tcl/form-processing-procs.tcl: Fixed typo. 2005-12-12 01:56 leed * packages/acs-tcl/tcl/form-processing-procs.tcl: Fixed a bug that deletes previously defined validate blocks when extending an ad_form. 2005-11-29 03:28 maltes * packages/acs-mail-lite/: acs-mail-lite.info, sql/postgresql/acs-mail-lite-create.sql, tcl/acs-mail-lite-procs-oracle.xql, tcl/acs-mail-lite-procs-postgresql.xql, tcl/acs-mail-lite-procs.xql: Mails are send to parties, not to users. Therefore the logging and bouncing should belong to parties, not to users. 2005-11-21 09:49 daveb * packages/acs-templating/tcl/parse-procs.tcl: Fix array reference 2005-11-21 09:32 daveb * packages/acs-templating/tcl/: parse-procs.tcl, test/parse-test-procs.tcl: Merge fix for bug#2691 from 5.2 branch. 2005-11-18 02:40 ncarroll * packages/acs-subsite/tcl/: rel-types-procs-postgresql.xql, rel-types-procs.tcl: Added a proc to delete roles. The proc also deletes the translations that were created in the corresponding proc that created the role. 2005-11-11 12:32 gustafn * packages/acs-templating/www/resources/xinha-nightly/: dialog.js, htmlarea.js, popupwin.js, examples/full_example.js, plugins/BackgroundImage/background-image.js, plugins/BackgroundImage/popups/bgimage.html, plugins/CSS/css.js, plugins/CharCounter/char-counter.js, plugins/CharacterMap/character-map.js, plugins/CharacterMap/popups/select_character.html, plugins/ClientsideSpellcheck/clientside-spellcheck.js, plugins/ContextMenu/context-menu.js, plugins/DoubleClick/double-click.js, plugins/DynamicCSS/dynamiccss.js, plugins/EditTag/edit-tag.js, plugins/EnterParagraphs/enter-paragraphs.js, plugins/Equation/equation.js, plugins/Equation/popups/operations.html, plugins/Filter/filter.js, plugins/Filter/filters/paragraph.js, plugins/Filter/filters/word.js, plugins/FindReplace/find-replace.js, plugins/FindReplace/fr_engine.js, plugins/FindReplace/popups/find_replace.html, plugins/FormOperations/form-operations.js, plugins/Forms/forms.js, plugins/Forms/popups/fieldset.html, plugins/Forms/popups/form.html, plugins/Forms/popups/input.html, plugins/Forms/popups/label.html, plugins/Forms/popups/select.html, plugins/Forms/popups/textarea.html, plugins/FullPage/full-page.js, plugins/FullPage/popups/docprop.html, plugins/GetHtml/get-html.js, plugins/HorizontalRule/popups/edit_horizontal_rule.html, plugins/HtmlTidy/html-tidy-logic.php, plugins/HtmlTidy/html-tidy.js, plugins/ImageManager/backend.php, plugins/ImageManager/config.inc.php, plugins/ImageManager/editor.php, plugins/ImageManager/editorFrame.php, plugins/ImageManager/image-manager.js, plugins/ImageManager/images.php, plugins/ImageManager/manager.php, plugins/ImageManager/resizer.php, plugins/ImageManager/thumbs.php, plugins/ImageManager/Classes/Files.php, plugins/ImageManager/Classes/GD.php, plugins/ImageManager/Classes/IM.php, plugins/ImageManager/Classes/ImageEditor.php, plugins/ImageManager/Classes/ImageManager.php, plugins/ImageManager/Classes/NetPBM.php, plugins/ImageManager/Classes/Thumbnail.php, plugins/ImageManager/Classes/Transform.php, plugins/ImageManager/assets/dialog.js, plugins/ImageManager/assets/editor.js, plugins/ImageManager/assets/editorFrame.js, plugins/ImageManager/assets/images.js, plugins/ImageManager/assets/manager.js, plugins/ImageManager/assets/popup.js, plugins/InsertAnchor/popups/insert_anchor.html, plugins/InsertMarquee/insert-marquee.js, plugins/InsertMarquee/popups/insert_marquee.html, plugins/InsertPagebreak/insert-pagebreak.js, plugins/InsertPicture/InsertPicture.php, plugins/InsertPicture/insert-picture.js, plugins/InsertPicture/viewpicture.html, plugins/InsertSmiley/insert-smiley.js, plugins/InsertSmiley/popups/insertsmiley.html, plugins/InsertWords/insert-words.js, plugins/LangMarks/lang-marks.js, plugins/Linker/linker.js, plugins/Linker/dTree/dtree.js, plugins/ListType/list-type.js, plugins/NoteServer/note-server.js, plugins/NoteServer/popups/codenote.html, plugins/OacsFs/fullscreen.adp, plugins/OacsFs/fullscreen.tcl, plugins/OacsFs/oacs-fs.css, plugins/OacsFs/oacs-fs.js, plugins/OacsFs/img/close.gif, plugins/OacsFs/img/insert-ilink.gif, plugins/OacsFs/img/insert-image.gif, plugins/OacsFs/img/qmark.gif, plugins/OacsFs/img/up.gif, plugins/OacsFs/popups/blank.html, plugins/OacsFs/popups/file-selector.adp, plugins/OacsFs/popups/file-selector.tcl, plugins/OacsFs/popups/insert-ilink.adp, plugins/OacsFs/popups/insert-ilink.tcl, plugins/OacsFs/popups/insert-ilink.xql, plugins/OacsFs/popups/insert-image.adp, plugins/OacsFs/popups/insert-image.tcl, plugins/PasteText/paste-text.js, plugins/QuickTag/quick-tag.js, plugins/QuickTag/popups/quicktag.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-logic.php, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/Stylist/stylist.js, plugins/TableOperations/table-operations.js, plugins/Template/template.js, plugins/Template/popups/template.html, plugins/UnFormat/un-format.js, plugins/UnFormat/popups/unformat.html, popups/editor_help.html, popups/insert_image.html, popups/insert_table.html, popups/link.html, popups/popup.js, skins/blue-look/skin.css, skins/blue-metallic/skin.css, skins/green-look/skin.css, skins/inditreuse/skin.css, skins/titan/skin.css, skins/xp-blue/skin.css, skins/xp-green/skin.css: New version of xinha, new plugin OacsFS for xinha (file-selector for OACS). 2005-11-10 07:00 donb * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: Oops, yesterday's commit was partially bogus, tested these queries at Heidelberg this time ... 2005-11-09 17:14 donb * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: Replaced two slow queries using cc_users with their faster equivalent using parties and users. Makes a huge difference on Oracle when there are many, many users (49,000 in this case). And yes, I checked, the original queries used indexes galore, Oracle was doing as well as can be expected. 2005-11-08 10:24 dirkg * packages/search/: search.info, catalog/search.en_US.ISO-8859-1.xml, sql/oracle/load-site-wide-search, sql/oracle/search-create.sql, sql/oracle/search-from-scratch.sql, sql/oracle/search-index-create.sql, sql/oracle/search-index-drop.sql, sql/oracle/search-packages-create.sql, sql/oracle/search-packages-drop.sql, sql/oracle/search-sc-create.sql, sql/oracle/search-tables-create.sql, sql/oracle/search-tables-drop.sql, sql/oracle/syndication-create.sql, sql/oracle/syndication-drop.sql, tcl/search-convert-procs.tcl, tcl/search-init.tcl, tcl/search-procs-oracle.xql, tcl/search-procs.tcl, tcl/search-procs.xql, www/advanced-search.adp, www/index.adp, www/index.tcl, www/search.adp, www/search.tcl, www/admin/delete-object-type-from-index.tcl, www/admin/index-missing-objects.tcl, www/admin/index.adp, www/admin/index.tcl, www/admin/list-object.adp, www/admin/list-object.tcl, www/admin/list-objects.adp, www/admin/list-objects.tcl, www/admin/reindex-calitem.tcl, www/admin/reindex-faq.tcl, www/admin/reindex-file-storage.tcl, www/admin/reindex-forums-message.tcl, www/admin/reindex-forums.tcl, www/admin/reindex-news.tcl, www/admin/reindex-one-item.tcl, www/admin/reindex-phb-person.tcl, www/admin/reindex-static-portal.tcl, www/admin/reindex-survey.tcl: commiting search work from sloan 2005-11-02 01:20 gustafn * packages/acs-templating/www/resources/xinha-nightly/: dialog.js, htmlarea.css, htmlarea.js, inline-dialog.js, license.txt, panel-dialog.js, popupwin.js, contrib/lc_parse_strings.php, examples/Extended.html, examples/custom.css, examples/dynamic.css, examples/ext_example-body.html, examples/ext_example-dest.php, examples/ext_example-menu.php, examples/ext_example.html, examples/full_example-body.html, examples/full_example-menu.html, examples/full_example.css, examples/full_example.html, examples/full_example.js, examples/stylist.css, examples/testbed.html, images/ed_about.gif, images/ed_align.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_buttons_main.gif, images/ed_charmap.gif, images/ed_clearfonts.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_killword.gif, images/ed_left_to_right.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_overwrite.gif, images/ed_paste.gif, images/ed_print.gif, images/ed_redo.gif, images/ed_right_to_left.gif, images/ed_rmformat.gif, images/ed_save.gif, images/ed_save.png, images/ed_saveas.gif, images/ed_selectall.gif, images/ed_show_border.gif, images/ed_splitblock.gif, images/ed_splitcel.gif, images/ed_undo.gif, images/ed_word_cleaner.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, images/insertfilelink.gif, images/insertmacro.png, images/tidy.gif, images/toggle_borders.gif, lang/b5.js, lang/ch.js, lang/cz.js, lang/da.js, lang/de.js, lang/ee.js, lang/el.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/he.js, lang/hu.js, lang/it.js, lang/ja.js, lang/lt.js, lang/lv.js, lang/nb.js, lang/nl.js, lang/no.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, lang/se.js, lang/si.js, lang/vn.js, popups/about.html, popups/blank.html, popups/color_picker.js, popups/custom2.html, popups/editor_help.html, popups/insert_image.html, popups/insert_table.html, popups/link.html, popups/old_insert_image.html, popups/popup.css, popups/popup.js, popups/select_color.html, skins/blue-look/button-background.png, skins/blue-look/separator.gif, skins/blue-look/skin.css, skins/blue-metallic/button-background.png, skins/blue-metallic/separator.gif, skins/blue-metallic/skin.css, skins/green-look/button-background.gif, skins/green-look/separator.gif, skins/green-look/skin.css, skins/inditreuse/README, skins/inditreuse/back.png, skins/inditreuse/button-background.png, skins/inditreuse/hover.png, skins/inditreuse/selected.png, skins/inditreuse/separator.png, skins/inditreuse/skin.css, skins/titan/README, skins/titan/back.png, skins/titan/button-background.png, skins/titan/hover.png, skins/titan/selected.png, skins/titan/separator.png, skins/titan/skin.css, skins/xp-blue/back.png, skins/xp-blue/button-background.png, skins/xp-blue/hover.png, skins/xp-blue/selected.png, skins/xp-blue/separator.png, skins/xp-blue/skin.css, skins/xp-green/back.png, skins/xp-green/button-background.png, skins/xp-green/hover.png, skins/xp-green/selected.png, skins/xp-green/separator.png, skins/xp-green/skin.css: initial-checkin 2005-11-02 00:55 gustafn * packages/acs-templating/www/resources/xinha-nightly/: images/de/bold.gif, images/de/italic.gif, images/de/underline.gif, plugins/Abbreviation/abbreviation.js, plugins/Abbreviation/img/ed_abbreviation.gif, plugins/Abbreviation/popups/abbreviation.html, plugins/BackgroundImage/background-image.js, plugins/BackgroundImage/img/ed_bgimage.gif, plugins/BackgroundImage/popups/bgimage.html, plugins/CharacterMap/character-map.js, plugins/CharacterMap/img/ed_charmap.gif, plugins/CharacterMap/lang/de.js, plugins/CharacterMap/lang/fr.js, plugins/CSS/css.js, plugins/CharCounter/char-counter.js, plugins/CharCounter/lang/de.js, plugins/CharCounter/lang/fr.js, plugins/CharacterMap/popups/select_character.html, plugins/ClientsideSpellcheck/clientside-spellcheck.js, plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif, plugins/ClientsideSpellcheck/img/he-spell-check.gif, plugins/ContextMenu/1.pl, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/lang/de.js, plugins/ContextMenu/lang/el.js, plugins/ContextMenu/lang/fr.js, plugins/ContextMenu/lang/he.js, plugins/ContextMenu/lang/nl.js, plugins/ContextMenu/lang/no.js, plugins/DoubleClick/double-click.js, plugins/DynamicCSS/dynamiccss.js, plugins/DynamicCSS/lang/de.js, plugins/DynamicCSS/lang/fr.js, plugins/EditTag/edit-tag.js, plugins/EditTag/img/ed_edit_tag.gif, plugins/EditTag/popups/edit_tag.html, plugins/EnterParagraphs/enter-paragraphs.js, plugins/Equation/equation.js, plugins/Equation/img/abs_value.gif, plugins/Equation/img/diag_fraction.gif, plugins/Equation/img/divide.gif, plugins/Equation/img/dsp_greater_equal.gif, plugins/Equation/img/dsp_less_equal.gif, plugins/Equation/img/dsp_notequal.gif, plugins/Equation/img/equation.gif, plugins/Equation/img/equation.old.gif, plugins/Equation/img/greater_equal_than.gif, plugins/Equation/img/hor_fraction.gif, plugins/Equation/img/less_equal_than.gif, plugins/Equation/img/mul.gif, plugins/Equation/img/notequal.gif, plugins/Equation/img/parenthesis.gif, plugins/Equation/img/root.gif, plugins/Equation/img/square_root.gif, plugins/Equation/lang/de.js, plugins/Equation/lang/no.js, plugins/Equation/popups/operations.html, plugins/Filter/filter.js, plugins/Filter/filters/paragraph.js, plugins/Filter/filters/word.js, plugins/Filter/img/ed_filter.gif, plugins/FindReplace/find-replace.js, plugins/FindReplace/fr_engine.js, plugins/FindReplace/img/ed_find.gif, plugins/FindReplace/lang/pt_br.js, plugins/FindReplace/popups/find_replace.html, plugins/FormOperations/form-operations.js, plugins/FormOperations/panel.html, plugins/FormOperations/img/buttons.gif, plugins/Forms/forms.js, plugins/Forms/img/ed_button.gif, plugins/Forms/img/ed_checkbox.gif, plugins/Forms/img/ed_fieldset.gif, plugins/Forms/img/ed_file.gif, plugins/Forms/img/ed_form.gif, plugins/Forms/img/ed_hidden.gif, plugins/Forms/img/ed_image.gif, plugins/Forms/img/ed_label.gif, plugins/Forms/img/ed_password.gif, plugins/Forms/img/ed_radio.gif, plugins/Forms/img/ed_reset.gif, plugins/Forms/img/ed_select.gif, plugins/Forms/img/ed_submit.gif, plugins/Forms/img/ed_text.gif, plugins/Forms/img/ed_textarea.gif, plugins/Forms/popups/fieldset.html, plugins/Forms/popups/form.html, plugins/Forms/popups/input.html, plugins/Forms/popups/label.html, plugins/Forms/popups/select.html, plugins/Forms/popups/textarea.html, plugins/FullPage/full-page.js, plugins/FullPage/img/docprop.gif, plugins/FullPage/lang/de.js, plugins/FullPage/lang/fr.js, plugins/FullPage/lang/he.js, plugins/FullPage/lang/ro.js, plugins/FullPage/popups/docprop.html, plugins/FullScreen/full-screen.js, plugins/GetHtml/get-html.js, plugins/HorizontalRule/horizontal-rule.js, plugins/HorizontalRule/lang/de.js, plugins/HorizontalRule/popups/edit_horizontal_rule.html, plugins/HtmlTidy/html-tidy-logic.php, plugins/HtmlTidy/html-tidy.js, plugins/HtmlTidy/img/html-tidy.gif, plugins/HtmlTidy/lang/no.js, plugins/ImageManager/backend.php, plugins/ImageManager/config.inc.php, plugins/ImageManager/editor.php, plugins/ImageManager/editorFrame.php, plugins/ImageManager/image-manager.js, plugins/ImageManager/images.php, plugins/ImageManager/manager.php, plugins/ImageManager/newFolder.html, plugins/ImageManager/resizer.php, plugins/ImageManager/thumbs.php, plugins/ImageManager/assets/EditorContent.js, plugins/ImageManager/assets/dialog.js, plugins/ImageManager/assets/editor.js, plugins/ImageManager/assets/editorFrame.js, plugins/ImageManager/assets/imagelist.css, plugins/ImageManager/Classes/Files.php, plugins/ImageManager/Classes/GD.php, plugins/ImageManager/Classes/IM.php, plugins/ImageManager/Classes/ImageEditor.php, plugins/ImageManager/Classes/ImageManager.php, plugins/ImageManager/Classes/NetPBM.php, plugins/ImageManager/Classes/Thumbnail.php, plugins/ImageManager/assets/images.js, plugins/ImageManager/assets/manager.css, plugins/ImageManager/assets/manager.js, plugins/ImageManager/assets/popup.js, plugins/ImageManager/assets/wz_jsgraphics.js, plugins/ImageManager/Classes/Transform.php, plugins/ImageManager/demo_images/linux/linux.gif, plugins/ImageManager/img/btnFolderNew.gif, plugins/ImageManager/img/btnFolderUp.gif, plugins/ImageManager/img/btn_cancel.gif, plugins/ImageManager/img/btn_ok.gif, plugins/ImageManager/img/crop.gif, plugins/ImageManager/img/default.gif, plugins/ImageManager/img/div.gif, plugins/ImageManager/img/dots.gif, plugins/ImageManager/img/edit_active.gif, plugins/ImageManager/img/edit_pencil.gif, plugins/ImageManager/img/edit_trash.gif, plugins/ImageManager/img/folder.gif, plugins/ImageManager/img/hand.gif, plugins/ImageManager/img/locked.gif, plugins/ImageManager/img/measure.gif, plugins/ImageManager/img/noimages.gif, plugins/ImageManager/img/rotate.gif, plugins/ImageManager/img/save.gif, plugins/ImageManager/img/scale.gif, plugins/ImageManager/img/t_black.gif, plugins/ImageManager/img/t_white.gif, plugins/ImageManager/img/unlocked2.gif, plugins/ImageManager/lang/de.js, plugins/ImageManager/lang/no.js, plugins/InsertAnchor/insert-anchor.js, plugins/InsertAnchor/img/insert-anchor.gif, plugins/InsertAnchor/lang/no.js, plugins/InsertAnchor/popups/insert_anchor.html, plugins/InsertMarquee/insert-marquee.js, plugins/InsertMarquee/img/ed_marquee.gif, plugins/InsertMarquee/popups/insert_marquee.html, plugins/InsertPagebreak/insert-pagebreak.js, plugins/InsertPagebreak/img/pagebreak.gif, plugins/InsertPicture/InsertPicture.php, plugins/InsertPicture/insert-picture.js, plugins/InsertPicture/viewpicture.html, plugins/InsertPicture/img/btn_open.gif, plugins/InsertPicture/img/nopic.gif, plugins/InsertPicture/lang/de.js, plugins/InsertPicture/lang/no.js, plugins/InsertSmiley/insert-smiley.js, plugins/InsertSmiley/img/ed_smiley.gif, plugins/InsertSmiley/popups/insertsmiley.html, plugins/InsertSmiley/smileys/0009.gif, plugins/InsertSmiley/smileys/0010.gif, plugins/InsertSmiley/smileys/0011.gif, plugins/InsertSmiley/smileys/0013.gif, plugins/InsertSmiley/smileys/0015.gif, plugins/InsertSmiley/smileys/0016.gif, plugins/InsertSmiley/smileys/0018.gif, plugins/InsertSmiley/smileys/0019.gif, plugins/InsertSmiley/smileys/0020.gif, plugins/InsertSmiley/smileys/0021.gif, plugins/InsertSmiley/smileys/0022.gif, plugins/InsertSmiley/smileys/0023.gif, plugins/InsertSmiley/smileys/0024.gif, plugins/InsertSmiley/smileys/0025.gif, plugins/InsertSmiley/smileys/0026.gif, plugins/InsertSmiley/smileys/0027.gif, plugins/InsertSmiley/smileys/0028.gif, plugins/InsertSmiley/smileys/0029.gif, plugins/InsertSmiley/smileys/0030.gif, plugins/InsertSmiley/smileys/0031.gif, plugins/InsertSmiley/smileys/0033.gif, plugins/InsertSmiley/smileys/0036.gif, plugins/InsertSmiley/smileys/0038.gif, plugins/InsertSmiley/smileys/0039.gif, plugins/InsertSmiley/smileys/0041.gif, plugins/InsertSmiley/smileys/0042.gif, plugins/InsertSmiley/smileys/0043.gif, plugins/InsertSmiley/smileys/0044.gif, plugins/InsertSmiley/smileys/0045.gif, plugins/InsertSmiley/smileys/0046.gif, plugins/InsertSmiley/smileys/0047.gif, plugins/InsertSmiley/smileys/0048.gif, plugins/InsertSmiley/smileys/0049.gif, plugins/InsertSmiley/smileys/0051.gif, plugins/InsertSmiley/smileys/0052.gif, plugins/InsertSmiley/smileys/0055.gif, plugins/InsertSmiley/smileys/0056.gif, plugins/InsertSmiley/smileys/0057.gif, plugins/InsertSmiley/smileys/0058.gif, plugins/InsertSmiley/smileys/0059.gif, plugins/InsertSmiley/smileys/0060.gif, plugins/InsertSmiley/smileys/0061.gif, plugins/InsertSmiley/smileys/0062.gif, plugins/InsertSmiley/smileys/0064.gif, plugins/InsertSmiley/smileys/0065.gif, plugins/InsertSmiley/smileys/0066.gif, plugins/InsertSmiley/smileys/0067.gif, plugins/InsertSmiley/smileys/0068.gif, plugins/InsertSmiley/smileys/0070.gif, plugins/InsertSmiley/smileys/0071.gif, plugins/InsertSmiley/smileys/0072.gif, plugins/InsertSmiley/smileys/0074.gif, plugins/InsertSmiley/smileys/0076.gif, plugins/InsertSmiley/smileys/0077.gif, plugins/InsertSmiley/smileys/0080.gif, plugins/InsertSmiley/smileys/0082.gif, plugins/InsertSmiley/smileys/0083.gif, plugins/InsertSmiley/smileys/0084.gif, plugins/InsertSmiley/smileys/0085.gif, plugins/InsertSmiley/smileys/0086.gif, plugins/InsertSmiley/smileys/0087.gif, plugins/InsertSmiley/smileys/0088.gif, plugins/InsertSmiley/smileys/0089.gif, plugins/InsertSmiley/smileys/0090.gif, plugins/InsertSmiley/smileys/0091.gif, plugins/InsertSmiley/smileys/0092.gif, plugins/InsertSmiley/smileys/0093.gif, plugins/InsertSmiley/smileys/0094.gif, plugins/InsertSmiley/smileys/0096.gif, plugins/InsertSmiley/smileys/0097.gif, plugins/InsertSmiley/smileys/0098.gif, plugins/InsertSmiley/smileys/0099.gif, plugins/InsertSmiley/smileys/0100.gif, plugins/InsertSmiley/smileys/0101.gif, plugins/InsertSmiley/smileys/0102.gif, plugins/InsertSmiley/smileys/0103.gif, plugins/InsertSmiley/smileys/0104.gif, plugins/InsertSmiley/smileys/0105.gif, plugins/InsertSmiley/smileys/0106.gif, plugins/InsertSmiley/smileys/0107.gif, plugins/InsertSmiley/smileys/0108.gif, plugins/InsertSmiley/smileys/0109.gif, plugins/InsertSmiley/smileys/0110.gif, plugins/InsertSmiley/smileys/0111.gif, plugins/InsertSmiley/smileys/0112.gif, plugins/InsertSmiley/smileys/0113.gif, plugins/InsertSmiley/smileys/0115.gif, plugins/InsertSmiley/smileys/0116.gif, plugins/InsertSmiley/smileys/0117.gif, plugins/InsertSmiley/smileys/0118.gif, plugins/InsertSmiley/smileys/0119.gif, plugins/InsertSmiley/smileys/0120.gif, plugins/InsertSmiley/smileys/0121.gif, plugins/InsertSmiley/smileys/0122.gif, plugins/InsertSmiley/smileys/0123.gif, plugins/InsertSmiley/smileys/0124.gif, plugins/InsertSmiley/smileys/0125.gif, plugins/InsertSmiley/smileys/0126.gif, plugins/InsertSmiley/smileys/0128.gif, plugins/InsertSmiley/smileys/0129.gif, plugins/InsertSmiley/smileys/0130.gif, plugins/InsertSmiley/smileys/0131.gif, plugins/InsertSmiley/smileys/0132.gif, plugins/InsertSmiley/smileys/0133.gif, plugins/InsertSmiley/smileys/0134.gif, plugins/InsertSmiley/smileys/0135.gif, plugins/InsertSmiley/smileys/0136.gif, plugins/InsertSmiley/smileys/0137.gif, plugins/InsertSmiley/smileys/0138.gif, plugins/InsertSmiley/smileys/0139.gif, plugins/InsertSmiley/smileys/0140.gif, plugins/InsertSmiley/smileys/0141.gif, plugins/InsertSmiley/smileys/0142.gif, plugins/InsertSmiley/smileys/0144.gif, plugins/InsertSmiley/smileys/0145.gif, plugins/InsertSmiley/smileys/0146.gif, plugins/InsertSmiley/smileys/0147.gif, plugins/InsertSmiley/smileys/0148.gif, plugins/InsertSmiley/smileys/0149.gif, plugins/InsertSmiley/smileys/0150.gif, plugins/InsertSmiley/smileys/0151.gif, plugins/InsertSmiley/smileys/0152.gif, plugins/InsertSmiley/smileys/0153.gif, plugins/InsertSmiley/smileys/0154.gif, plugins/InsertSmiley/smileys/0155.gif, plugins/InsertSmiley/smileys/0156.gif, plugins/InsertSmiley/smileys/0157.gif, plugins/InsertSmiley/smileys/0158.gif, plugins/InsertSmiley/smileys/0159.gif, plugins/InsertSmiley/smileys/0160.gif, plugins/InsertSmiley/smileys/0161.gif, plugins/InsertSmiley/smileys/0162.gif, plugins/InsertSmiley/smileys/0163.gif, plugins/InsertSmiley/smileys/0164.gif, plugins/InsertSmiley/smileys/0165.gif, plugins/InsertSmiley/smileys/0166.gif, plugins/InsertSmiley/smileys/0167.gif, plugins/InsertSmiley/smileys/0168.gif, plugins/InsertSmiley/smileys/0169.gif, plugins/InsertSmiley/smileys/0170.gif, plugins/InsertSmiley/smileys/0171.gif, plugins/InsertSmiley/smileys/0172.gif, plugins/InsertSmiley/smileys/0174.gif, plugins/InsertSmiley/smileys/0175.gif, plugins/InsertSmiley/smileys/0176.gif, plugins/InsertSmiley/smileys/0177.gif, plugins/InsertSmiley/smileys/0178.gif, plugins/InsertSmiley/smileys/0179.gif, plugins/InsertSmiley/smileys/0180.gif, plugins/InsertSmiley/smileys/0181.gif, plugins/InsertSmiley/smileys/0182.gif, plugins/InsertSmiley/smileys/0183.gif, plugins/InsertSmiley/smileys/0184.gif, plugins/InsertSmiley/smileys/0185.gif, plugins/InsertSmiley/smileys/0186.gif, plugins/InsertSmiley/smileys/0187.gif, plugins/InsertSmiley/smileys/0188.gif, plugins/InsertSmiley/smileys/0189.gif, plugins/InsertSmiley/smileys/0190.gif, plugins/InsertSmiley/smileys/0192.gif, plugins/InsertSmiley/smileys/0193.gif, plugins/InsertSmiley/smileys/0194.gif, plugins/InsertSmiley/smileys/0195.gif, plugins/InsertSmiley/smileys/0196.gif, plugins/InsertSmiley/smileys/0197.gif, plugins/InsertSmiley/smileys/0198.gif, plugins/InsertSmiley/smileys/0199.gif, plugins/InsertSmiley/smileys/0200.gif, plugins/InsertSmiley/smileys/0201.gif, plugins/InsertSmiley/smileys/0202.gif, plugins/InsertSmiley/smileys/0205.gif, plugins/InsertSmiley/smileys/0206.gif, plugins/InsertSmiley/smileys/0207.gif, plugins/InsertSmiley/smileys/0208.gif, plugins/InsertSmiley/smileys/0209.gif, plugins/InsertSmiley/smileys/0210.gif, plugins/InsertSmiley/smileys/0211.gif, plugins/InsertSmiley/smileys/0212.gif, plugins/InsertSmiley/smileys/0213.gif, plugins/InsertSmiley/smileys/0214.gif, plugins/InsertSmiley/smileys/0215.gif, plugins/InsertSmiley/smileys/0216.gif, plugins/InsertSmiley/smileys/0217.gif, plugins/InsertSmiley/smileys/0218.gif, plugins/InsertSmiley/smileys/0219.gif, plugins/InsertSmiley/smileys/0220.gif, plugins/InsertSmiley/smileys/0222.gif, plugins/InsertSmiley/smileys/0223.gif, plugins/InsertSmiley/smileys/0224.gif, plugins/InsertSmiley/smileys/0225.gif, plugins/InsertSmiley/smileys/0226.gif, plugins/InsertSmiley/smileys/0227.gif, plugins/InsertSmiley/smileys/0228.gif, plugins/InsertSmiley/smileys/0229.gif, plugins/InsertSmiley/smileys/0230.gif, plugins/InsertSmiley/smileys/0231.gif, plugins/InsertSmiley/smileys/0232.gif, plugins/InsertSmiley/smileys/0233.gif, plugins/InsertSmiley/smileys/0234.gif, plugins/InsertSmiley/smileys/0235.gif, plugins/InsertSmiley/smileys/0236.gif, plugins/InsertSmiley/smileys/0237.gif, plugins/InsertSmiley/smileys/0238.gif, plugins/InsertSmiley/smileys/0239.gif, plugins/InsertSmiley/smileys/0240.gif, plugins/InsertSmiley/smileys/0241.gif, plugins/InsertSmiley/smileys/0242.gif, plugins/InsertSmiley/smileys/0243.gif, plugins/InsertSmiley/smileys/0244.gif, plugins/InsertSmiley/smileys/0245.gif, plugins/InsertSmiley/smileys/0246.gif, plugins/InsertSmiley/smileys/0247.gif, plugins/InsertSmiley/smileys/0248.gif, plugins/InsertSmiley/smileys/0249.gif, plugins/InsertSmiley/smileys/0250.gif, plugins/InsertSmiley/smileys/0251.gif, plugins/InsertSmiley/smileys/0252.gif, plugins/InsertSmiley/smileys/0254.gif, plugins/InsertSmiley/smileys/0255.gif, plugins/InsertSmiley/smileys/0257.gif, plugins/InsertSmiley/smileys/0259.gif, plugins/InsertSmiley/smileys/0260.gif, plugins/InsertSmiley/smileys/0261.gif, plugins/InsertSmiley/smileys/0262.gif, plugins/InsertSmiley/smileys/0263.gif, plugins/InsertSmiley/smileys/0264.gif, plugins/InsertSmiley/smileys/0265.gif, plugins/InsertSmiley/smileys/0266.gif, plugins/InsertSmiley/smileys/0267.gif, plugins/InsertSmiley/smileys/0268.gif, plugins/InsertSmiley/smileys/0269.gif, plugins/InsertSmiley/smileys/0270.gif, plugins/InsertSmiley/smileys/0271.gif, plugins/InsertSmiley/smileys/0272.gif, plugins/InsertSmiley/smileys/0273.gif, plugins/InsertSmiley/smileys/0275.gif, plugins/InsertSmiley/smileys/0276.gif, plugins/InsertSmiley/smileys/0277.gif, plugins/InsertSmiley/smileys/0278.gif, plugins/InsertSmiley/smileys/0279.gif, plugins/InsertSmiley/smileys/0280.gif, plugins/InsertSmiley/smileys/0281.gif, plugins/InsertSmiley/smileys/0282.gif, plugins/InsertSmiley/smileys/0284.gif, plugins/InsertSmiley/smileys/0285.gif, plugins/InsertSmiley/smileys/0286.gif, plugins/InsertSmiley/smileys/0287.gif, plugins/InsertSmiley/smileys/0288.gif, plugins/InsertSmiley/smileys/0289.gif, plugins/InsertSmiley/smileys/0290.gif, plugins/InsertSmiley/smileys/0291.gif, plugins/InsertSmiley/smileys/0292.gif, plugins/InsertSmiley/smileys/0293.gif, plugins/InsertSmiley/smileys/0294.gif, plugins/InsertSmiley/smileys/0295.gif, plugins/InsertSmiley/smileys/0297.gif, plugins/InsertSmiley/smileys/0298.gif, plugins/InsertSmiley/smileys/0299.gif, plugins/InsertSmiley/smileys/0300.gif, plugins/InsertSmiley/smileys/0301.gif, plugins/InsertSmiley/smileys/0302.gif, plugins/InsertSmiley/smileys/0303.gif, plugins/InsertSmiley/smileys/0304.gif, plugins/InsertSmiley/smileys/0305.gif, plugins/InsertSmiley/smileys/0307.gif, plugins/InsertSmiley/smileys/0308.gif, plugins/InsertSmiley/smileys/0309.gif, plugins/InsertSmiley/smileys/0310.gif, plugins/InsertSmiley/smileys/0311.gif, plugins/InsertSmiley/smileys/0313.gif, plugins/InsertSmiley/smileys/0314.gif, plugins/InsertSmiley/smileys/0315.gif, plugins/InsertSmiley/smileys/0316.gif, plugins/InsertSmiley/smileys/0317.gif, plugins/InsertSmiley/smileys/0318.gif, plugins/InsertSmiley/smileys/0319.gif, plugins/InsertSmiley/smileys/0320.gif, plugins/InsertSmiley/smileys/0322.gif, plugins/InsertSmiley/smileys/0323.gif, plugins/InsertSmiley/smileys/0324.gif, plugins/InsertSmiley/smileys/0325.gif, plugins/InsertSmiley/smileys/0327.gif, plugins/InsertSmiley/smileys/0328.gif, plugins/InsertSmiley/smileys/0329.gif, plugins/InsertSmiley/smileys/0330.gif, plugins/InsertSmiley/smileys/0331.gif, plugins/InsertSmiley/smileys/0332.gif, plugins/InsertSmiley/smileys/0333.gif, plugins/InsertSmiley/smileys/0336.gif, plugins/InsertSmiley/smileys/0337.gif, plugins/InsertSmiley/smileys/0338.gif, plugins/InsertSmiley/smileys/0339.gif, plugins/InsertSmiley/smileys/0340.gif, plugins/InsertSmiley/smileys/0341.gif, plugins/InsertSmiley/smileys/0342.gif, plugins/InsertSmiley/smileys/0343.gif, plugins/InsertSmiley/smileys/0344.gif, plugins/InsertSmiley/smileys/0345.gif, plugins/InsertSmiley/smileys/0346.gif, plugins/InsertSmiley/smileys/0347.gif, plugins/InsertSmiley/smileys/0348.gif, plugins/InsertSmiley/smileys/0349.gif, plugins/InsertSmiley/smileys/0350.gif, plugins/InsertSmiley/smileys/0351.gif, plugins/InsertSmiley/smileys/0352.gif, plugins/InsertSmiley/smileys/0353.gif, plugins/InsertSmiley/smileys/0354.gif, plugins/InsertSmiley/smileys/0355.gif, plugins/InsertSmiley/smileys/0356.gif, plugins/InsertSmiley/smileys/0357.gif, plugins/InsertSmiley/smileys/0358.gif, plugins/InsertSmiley/smileys/0359.gif, plugins/InsertSmiley/smileys/0360.gif, plugins/InsertSmiley/smileys/0361.gif, plugins/InsertSmiley/smileys/0362.gif, plugins/InsertSmiley/smileys/0363.gif, plugins/InsertSmiley/smileys/0364.gif, plugins/InsertSmiley/smileys/0365.gif, plugins/InsertSmiley/smileys/0366.gif, plugins/InsertSmiley/smileys/0367.gif, plugins/InsertSmiley/smileys/0368.gif, plugins/InsertSmiley/smileys/0369.gif, plugins/InsertSmiley/smileys/0370.gif, plugins/InsertSmiley/smileys/0372.gif, plugins/InsertSmiley/smileys/0373.gif, plugins/InsertSmiley/smileys/0375.gif, plugins/InsertSmiley/smileys/0376.gif, plugins/InsertSmiley/smileys/0377.gif, plugins/InsertSmiley/smileys/0378.gif, plugins/InsertSmiley/smileys/0380.gif, plugins/InsertSmiley/smileys/0381.gif, plugins/InsertSmiley/smileys/0382.gif, plugins/InsertSmiley/smileys/0383.gif, plugins/InsertSmiley/smileys/0384.gif, plugins/InsertSmiley/smileys/0385.gif, plugins/InsertSmiley/smileys/0386.gif, plugins/InsertSmiley/smileys/0387.gif, plugins/InsertSmiley/smileys/0388.gif, plugins/InsertSmiley/smileys/0389.gif, plugins/InsertSmiley/smileys/0390.gif, plugins/InsertSmiley/smileys/0391.gif, plugins/InsertSmiley/smileys/0392.gif, plugins/InsertSmiley/smileys/0393.gif, plugins/InsertSmiley/smileys/0394.gif, plugins/InsertSmiley/smileys/0396.gif, plugins/InsertSmiley/smileys/0397.gif, plugins/InsertSmiley/smileys/0398.gif, plugins/InsertSmiley/smileys/0399.gif, plugins/InsertSmiley/smileys/0400.gif, plugins/InsertSmiley/smileys/0401.gif, plugins/InsertSmiley/smileys/0402.gif, plugins/InsertSmiley/smileys/0403.gif, plugins/InsertSmiley/smileys/0404.gif, plugins/InsertSmiley/smileys/0406.gif, plugins/InsertSmiley/smileys/0407.gif, plugins/InsertSmiley/smileys/0408.gif, plugins/InsertSmiley/smileys/0409.gif, plugins/InsertSmiley/smileys/0410.gif, plugins/InsertSmiley/smileys/0411.gif, plugins/InsertSmiley/smileys/0412.gif, plugins/InsertSmiley/smileys/0413.gif, plugins/InsertSmiley/smileys/0414.gif, plugins/InsertSmiley/smileys/0416.gif, plugins/InsertSmiley/smileys/0417.gif, plugins/InsertSmiley/smileys/0418.gif, plugins/InsertSmiley/smileys/0419.gif, plugins/InsertSmiley/smileys/0420.gif, plugins/InsertSmiley/smileys/0421.gif, plugins/InsertSmiley/smileys/0422.gif, plugins/InsertSmiley/smileys/0423.gif, plugins/InsertSmiley/smileys/0424.gif, plugins/InsertSmiley/smileys/0425.gif, plugins/InsertSmiley/smileys/0426.gif, plugins/InsertSmiley/smileys/0427.gif, plugins/InsertSmiley/smileys/0428.gif, plugins/InsertSmiley/smileys/0429.gif, plugins/InsertSmiley/smileys/0430.gif, plugins/InsertSmiley/smileys/0431.gif, plugins/InsertSmiley/smileys/0432.gif, plugins/InsertSmiley/smileys/0433.gif, plugins/InsertSmiley/smileys/0434.gif, plugins/InsertSmiley/smileys/0435.gif, plugins/InsertSmiley/smileys/0436.gif, plugins/InsertSmiley/smileys/0437.gif, plugins/InsertSmiley/smileys/0438.gif, plugins/InsertSmiley/smileys/0439.gif, plugins/InsertSmiley/smileys/0441.gif, plugins/InsertSmiley/smileys/0442.gif, plugins/InsertSmiley/smileys/0443.gif, plugins/InsertSmiley/smileys/0444.gif, plugins/InsertSmiley/smileys/0445.gif, plugins/InsertSmiley/smileys/0446.gif, plugins/InsertSmiley/smileys/0447.gif, plugins/InsertSmiley/smileys/0448.gif, plugins/InsertSmiley/smileys/0449.gif, plugins/InsertSmiley/smileys/0450.gif, plugins/InsertSmiley/smileys/0451.gif, plugins/InsertSmiley/smileys/0452.gif, plugins/InsertSmiley/smileys/0453.gif, plugins/InsertSmiley/smileys/0454.gif, plugins/InsertSmiley/smileys/0456.gif, plugins/InsertSmiley/smileys/0457.gif, plugins/InsertSmiley/smileys/0458.gif, plugins/InsertSmiley/smileys/0459.gif, plugins/InsertSmiley/smileys/0461.gif, plugins/InsertSmiley/smileys/0462.gif, plugins/InsertSmiley/smileys/0463.gif, plugins/InsertSmiley/smileys/0464.gif, plugins/InsertSmiley/smileys/0465.gif, plugins/InsertSmiley/smileys/0466.gif, plugins/InsertSmiley/smileys/0467.gif, plugins/InsertSmiley/smileys/0468.gif, plugins/InsertSmiley/smileys/0469.gif, plugins/InsertSmiley/smileys/0471.gif, plugins/InsertSmiley/smileys/0472.gif, plugins/InsertSmiley/smileys/0473.gif, plugins/InsertSmiley/smileys/0474.gif, plugins/InsertSmiley/smileys/0475.gif, plugins/InsertSmiley/smileys/0476.gif, plugins/InsertSmiley/smileys/0477.gif, plugins/InsertSmiley/smileys/0478.gif, plugins/InsertSmiley/smileys/0479.gif, plugins/InsertSmiley/smileys/0480.gif, plugins/InsertSmiley/smileys/0482.gif, plugins/InsertSmiley/smileys/0483.gif, plugins/InsertSmiley/smileys/0484.gif, plugins/InsertSmiley/smileys/0485.gif, plugins/InsertSmiley/smileys/0486.gif, plugins/InsertSmiley/smileys/0487.gif, plugins/InsertSmiley/smileys/0488.gif, plugins/InsertSmiley/smileys/0489.gif, plugins/InsertSmiley/smileys/0490.gif, plugins/InsertSmiley/smileys/0492.gif, plugins/InsertSmiley/smileys/0493.gif, plugins/InsertSmiley/smileys/0494.gif, plugins/InsertSmiley/smileys/0495.gif, plugins/InsertSmiley/smileys/0496.gif, plugins/InsertSmiley/smileys/0497.gif, plugins/InsertSmiley/smileys/0498.gif, plugins/InsertSmiley/smileys/0500.gif, plugins/InsertSmiley/smileys/0501.gif, plugins/InsertSmiley/smileys/0502.gif, plugins/InsertSmiley/smileys/0503.gif, plugins/InsertSmiley/smileys/0504.gif, plugins/InsertSmiley/smileys/0505.gif, plugins/InsertSmiley/smileys/0506.gif, plugins/InsertSmiley/smileys/0507.gif, plugins/InsertSmiley/smileys/0508.gif, plugins/InsertSmiley/smileys/0509.gif, plugins/InsertSmiley/smileys/0510.gif, plugins/InsertSmiley/smileys/0511.gif, plugins/InsertSmiley/smileys/0512.gif, plugins/InsertSmiley/smileys/0513.gif, plugins/InsertSmiley/smileys/0514.gif, plugins/InsertSmiley/smileys/0515.gif, plugins/InsertSmiley/smileys/0516.gif, plugins/InsertSmiley/smileys/0517.gif, plugins/InsertSmiley/smileys/0518.gif, plugins/InsertSmiley/smileys/0519.gif, plugins/InsertSmiley/smileys/0520.gif, plugins/InsertSmiley/smileys/0521.gif, plugins/InsertSmiley/smileys/0522.gif, plugins/InsertSmiley/smileys/0523.gif, plugins/InsertSmiley/smileys/0524.gif, plugins/InsertSmiley/smileys/0525.gif, plugins/InsertSmiley/smileys/0526.gif, plugins/InsertSmiley/smileys/0528.gif, plugins/InsertSmiley/smileys/0530.gif, plugins/InsertSmiley/smileys/0531.gif, plugins/InsertSmiley/smileys/0532.gif, plugins/InsertSmiley/smileys/0534.gif, plugins/InsertSmiley/smileys/0535.gif, plugins/InsertSmiley/smileys/0536.gif, plugins/InsertSmiley/smileys/0537.gif, plugins/InsertSmiley/smileys/0538.gif, plugins/InsertSmiley/smileys/0539.gif, plugins/InsertSmiley/smileys/0540.gif, plugins/InsertSmiley/smileys/0542.gif, plugins/InsertSmiley/smileys/0543.gif, plugins/InsertSmiley/smileys/0544.gif, plugins/InsertSmiley/smileys/0545.gif, plugins/InsertSmiley/smileys/0546.gif, plugins/InsertSmiley/smileys/0547.gif, plugins/InsertSmiley/smileys/0548.gif, plugins/InsertSmiley/smileys/0549.gif, plugins/InsertSmiley/smileys/0550.gif, plugins/InsertSmiley/smileys/0551.gif, plugins/InsertSmiley/smileys/0552.gif, plugins/InsertSmiley/smileys/0553.gif, plugins/InsertSmiley/smileys/0554.gif, plugins/InsertSmiley/smileys/0555.gif, plugins/InsertSmiley/smileys/0556.gif, plugins/InsertSmiley/smileys/0557.gif, plugins/InsertSmiley/smileys/0558.gif, plugins/InsertSmiley/smileys/0559.gif, plugins/InsertSmiley/smileys/0560.gif, plugins/InsertSmiley/smileys/0561.gif, plugins/InsertSmiley/smileys/0564.gif, plugins/InsertSmiley/smileys/0566.gif, plugins/InsertSmiley/smileys/0567.gif, plugins/InsertSmiley/smileys/0568.gif, plugins/InsertSmiley/smileys/0569.gif, plugins/InsertSmiley/smileys/0570.gif, plugins/InsertSmiley/smileys/0571.gif, plugins/InsertSmiley/smileys/0572.gif, plugins/InsertSmiley/smileys/0573.gif, plugins/InsertSmiley/smileys/0574.gif, plugins/InsertSmiley/smileys/0575.gif, plugins/InsertSmiley/smileys/0576.gif, plugins/InsertSmiley/smileys/0577.gif, plugins/InsertSmiley/smileys/0578.gif, plugins/InsertSmiley/smileys/0579.gif, plugins/InsertSmiley/smileys/0580.gif, plugins/InsertWords/insert-words.js, plugins/LangMarks/lang-marks.js, plugins/LangMarks/img/el.gif, plugins/LangMarks/img/en.gif, plugins/LangMarks/img/fr.gif, plugins/LangMarks/img/la.gif, plugins/Linker/dialog.html, plugins/Linker/linker.js, plugins/Linker/scan.php, plugins/Linker/dTree/api.html, plugins/Linker/dTree/dtree.css, plugins/Linker/dTree/dtree.js, plugins/Linker/dTree/example01.html, plugins/Linker/dTree/img/base.gif, plugins/Linker/dTree/img/cd.gif, plugins/Linker/dTree/img/copy.gif, plugins/Linker/dTree/img/folder.gif, plugins/Linker/dTree/img/folderopen.gif, plugins/Linker/dTree/img/globe.gif, plugins/Linker/dTree/img/imgfolder.gif, plugins/Linker/dTree/img/join.gif, plugins/Linker/dTree/img/joinbottom.gif, plugins/Linker/dTree/img/line.gif, plugins/Linker/dTree/img/minus.gif, plugins/Linker/dTree/img/minusbottom.gif, plugins/Linker/dTree/img/move.gif, plugins/Linker/dTree/img/musicfolder.gif, plugins/Linker/dTree/img/nolines_minus.gif, plugins/Linker/dTree/img/nolines_plus.gif, plugins/Linker/dTree/img/offline.gif, plugins/Linker/dTree/img/page.gif, plugins/Linker/dTree/img/plus.gif, plugins/Linker/dTree/img/plusbottom.gif, plugins/Linker/dTree/img/question.gif, plugins/Linker/dTree/img/trash.gif, plugins/Linker/lang/de.js, plugins/Linker/lang/fr.js, plugins/Linker/lang/pl.js, plugins/ListType/list-type.js, plugins/ListType/lang/de.js, plugins/ListType/lang/no.js, plugins/NoteServer/note-server.js, plugins/NoteServer/img/note.gif, plugins/NoteServer/lang/no.js, plugins/NoteServer/popups/codenote.html, plugins/PasteText/paste-text.js, plugins/PasteText/img/ed_paste_text.gif, plugins/PasteText/popups/paste_text.html, plugins/QuickTag/quick-tag.js, plugins/QuickTag/tag-lib.js, plugins/QuickTag/img/ed_quicktag.gif, plugins/QuickTag/lang/no.js, plugins/QuickTag/lang/pt_br.js, plugins/QuickTag/popups/quicktag.html, plugins/SpellChecker/aspell_setup.php, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-logic.php, plugins/SpellChecker/spell-check-savedicts.php, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/SpellChecker/img/he-spell-check.gif, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/cz.js, plugins/SpellChecker/lang/da.js, plugins/SpellChecker/lang/de.js, plugins/SpellChecker/lang/he.js, plugins/SpellChecker/lang/hu.js, plugins/SpellChecker/lang/nl.js, plugins/SpellChecker/lang/no.js, plugins/SpellChecker/lang/ro.js, plugins/Stylist/stylist.js, plugins/SuperClean/dialog.html, plugins/SuperClean/super-clean.js, plugins/SuperClean/tidy.php, plugins/SuperClean/img/ed_superclean.gif, plugins/SuperClean/lang/no.js, plugins/TableOperations/table-operations.js, plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif, plugins/TableOperations/lang/cz.js, plugins/TableOperations/lang/da.js, plugins/TableOperations/lang/de.js, plugins/TableOperations/lang/el.js, plugins/TableOperations/lang/fi.js, plugins/TableOperations/lang/fr.js, plugins/TableOperations/lang/he.js, plugins/TableOperations/lang/it.js, plugins/TableOperations/lang/nl.js, plugins/TableOperations/lang/pl.js, plugins/TableOperations/lang/ro.js, plugins/Template/template.js, plugins/Template/img/ed_template.gif, plugins/Template/img/layout_01.gif, plugins/Template/img/layout_02.gif, plugins/Template/img/layout_03.gif, plugins/Template/lang/de.js, plugins/Template/lang/it.js, plugins/Template/popups/template.html, plugins/UnFormat/un-format.js, plugins/UnFormat/img/unformat.gif, plugins/UnFormat/popups/unformat.html: Initial revision 2005-11-02 00:55 gustafn * packages/acs-templating/www/resources/xinha-nightly/plugins/: Abbreviation/abbreviation.css, Abbreviation/abbr/de.js, Abbreviation/abbr/en.js, Abbreviation/lang/de.js, Abbreviation/lang/fr.js, Abbreviation/lang/no.js, BackgroundImage/backgrounds/blufur.jpg, BackgroundImage/backgrounds/palecnvs.jpg, BackgroundImage/backgrounds/ppplcnvs.jpg, BackgroundImage/backgrounds/ylwsand.jpg, BackgroundImage/backgrounds/thumbnails/blufur.jpg, BackgroundImage/backgrounds/thumbnails/palecnvs.jpg, BackgroundImage/backgrounds/thumbnails/ppplcnvs.jpg, BackgroundImage/backgrounds/thumbnails/ylwsand.jpg, BackgroundImage/lang/de.js, BackgroundImage/lang/fr.js, BackgroundImage/lang/no.js, CharacterMap/CharacterMap.css, CharacterMap/lang/it.js, CharacterMap/lang/nl.js, CharacterMap/lang/no.js, CharCounter/lang/no.js, ClientsideSpellcheck/lang/de.js, ContextMenu/menu.css, ContextMenu/lang/pl.js, DynamicCSS/lang/nl.js, DynamicCSS/lang/no.js, EditTag/lang/de.js, EditTag/lang/fr.js, EditTag/lang/no.js, Equation/lang/fr.js, FindReplace/lang/de.js, FindReplace/lang/fr.js, FindReplace/lang/no.js, FindReplace/lang/pl.js, FormOperations/README, FormOperations/default_form.html, FormOperations/formmail.php, FormOperations/iframe.css, FormOperations/lang/de.js, FormOperations/lang/fr.js, FormOperations/lang/no.js, Forms/forms.css, FullPage/lang/nl.js, FullPage/lang/no.js, FullPage/lang/pl.js, FullScreen/lang/de.js, FullScreen/lang/fr.js, FullScreen/lang/no.js, FullScreen/lang/pl.js, HorizontalRule/lang/fr.js, HorizontalRule/lang/no.js, HtmlTidy/html-tidy-config.cfg, HtmlTidy/README, HtmlTidy/lang/de.js, HtmlTidy/lang/fr.js, HtmlTidy/lang/nl.js, ImageManager/README.txt, ImageManager/ddt.php, ImageManager/assets/ImageEditor.css, ImageManager/assets/editor.css, ImageManager/assets/editorFrame.css, ImageManager/assets/hover.htc, ImageManager/assets/slider.js, ImageManager/demo_images/bikerpeep.jpg, ImageManager/demo_images/wesnoth078.jpg, ImageManager/img/2x2.gif, ImageManager/img/2x2_w.gif, ImageManager/img/islocked2.gif, ImageManager/img/spacer.gif, ImageManager/img/Thumbs.db, ImageManager/img/unlocked.gif, ImageManager/lang/fr.js, ImageManager/lang/pl.js, InsertAnchor/insert-anchor.css, InsertAnchor/img/placeholder.gif, InsertAnchor/lang/de.js, InsertAnchor/lang/fr.js, InsertAnchor/lang/pl.js, InsertMarquee/lang/de.js, InsertMarquee/lang/fr.js, InsertMarquee/lang/it.js, InsertMarquee/lang/no.js, InsertPagebreak/lang/de.js, InsertPagebreak/lang/fr.js, InsertPagebreak/lang/no.js, InsertPicture/demo_pictures/bikerpeep.jpg, InsertPicture/demo_pictures/wesnoth078.jpg, InsertPicture/lang/fr.js, InsertSmiley/lang/de.js, InsertSmiley/lang/fr.js, InsertSmiley/lang/no.js, InsertSmiley/smileys/0001.gif, InsertSmiley/smileys/0002.gif, InsertSmiley/smileys/0003.gif, InsertSmiley/smileys/0004.gif, InsertSmiley/smileys/0005.gif, InsertSmiley/smileys/0006.gif, InsertSmiley/smileys/0007.gif, InsertSmiley/smileys/0008.gif, InsertSmiley/smileys/0012.gif, InsertSmiley/smileys/0014.gif, InsertSmiley/smileys/0017.gif, InsertSmiley/smileys/0032.gif, InsertSmiley/smileys/0034.gif, InsertSmiley/smileys/0035.gif, InsertSmiley/smileys/0037.gif, InsertSmiley/smileys/0040.gif, InsertSmiley/smileys/0050.gif, InsertSmiley/smileys/0053.gif, InsertSmiley/smileys/0054.gif, InsertSmiley/smileys/0063.gif, InsertSmiley/smileys/0069.gif, InsertSmiley/smileys/0073.gif, InsertSmiley/smileys/0075.gif, InsertSmiley/smileys/0078.gif, InsertSmiley/smileys/0079.gif, InsertSmiley/smileys/0081.gif, InsertSmiley/smileys/0095.gif, InsertSmiley/smileys/0114.gif, InsertSmiley/smileys/0127.gif, InsertSmiley/smileys/0143.gif, InsertSmiley/smileys/0173.gif, InsertSmiley/smileys/0191.gif, InsertSmiley/smileys/0203.gif, InsertSmiley/smileys/0204.gif, InsertSmiley/smileys/0221.gif, InsertSmiley/smileys/0253.gif, InsertSmiley/smileys/0256.gif, InsertSmiley/smileys/0258.gif, InsertSmiley/smileys/0274.gif, InsertSmiley/smileys/0283.gif, InsertSmiley/smileys/0296.gif, InsertSmiley/smileys/0306.gif, InsertSmiley/smileys/0312.gif, InsertSmiley/smileys/0321.gif, InsertSmiley/smileys/0326.gif, InsertSmiley/smileys/0334.gif, InsertSmiley/smileys/0335.gif, InsertSmiley/smileys/0371.gif, InsertSmiley/smileys/0374.gif, InsertSmiley/smileys/0379.gif, InsertSmiley/smileys/0395.gif, InsertSmiley/smileys/0405.gif, InsertSmiley/smileys/0415.gif, InsertSmiley/smileys/0440.gif, InsertSmiley/smileys/0455.gif, InsertSmiley/smileys/0460.gif, InsertSmiley/smileys/0470.gif, InsertSmiley/smileys/0481.gif, InsertSmiley/smileys/0491.gif, InsertSmiley/smileys/0499.gif, InsertSmiley/smileys/0527.gif, InsertSmiley/smileys/0529.gif, InsertSmiley/smileys/0533.gif, InsertSmiley/smileys/0541.gif, InsertSmiley/smileys/0562.gif, InsertSmiley/smileys/0563.gif, InsertSmiley/smileys/0565.gif, LangMarks/lang-marks.css, LangMarks/lang/de.js, LangMarks/lang/fr.js, LangMarks/lang/no.js, Linker/dTree/img/empty.gif, Linker/dTree/img/offline.png, Linker/lang/no.js, ListType/ListType.css, ListType/img/circle.png, ListType/img/decimal.png, ListType/img/disc.png, ListType/img/lower-alpha.png, ListType/img/lower-roman.png, ListType/img/none.png, ListType/img/square.png, ListType/img/upper-alpha.png, ListType/img/upper-roman.png, ListType/lang/fr.js, ListType/lang/nl.js, ListType/lang/pl.js, NoteServer/lang/de.js, NoteServer/lang/fr.js, PasteText/lang/de.js, PasteText/lang/fr.js, PasteText/lang/no.js, PasteText/lang/pl.js, QuickTag/lang/de.js, QuickTag/lang/fr.js, QuickTag/lang/pl.js, SpellChecker/README, SpellChecker/spell-check-style.css, SpellChecker/lang/fr.js, Stylist/lang/de.js, Stylist/lang/fr.js, Stylist/lang/no.js, Stylist/lang/pl.js, SuperClean/filters/paragraph.js, SuperClean/filters/word.js, SuperClean/lang/de.js, SuperClean/lang/fr.js, TableOperations/lang/no.js, Template/template.css, Template/lang/fr.js, Template/lang/no.js, UnFormat/lang/de.js, UnFormat/lang/fr.js, UnFormat/lang/nl.js, UnFormat/lang/no.js: Initial checkin 2005-10-30 03:53 maltes * packages/acs-mail-lite/: acs-mail-lite.info, sql/postgresql/acs-mail-lite-create.sql, tcl/acs-mail-lite-callback-procs.tcl: Added new table which make the callback work for mail tracking lite 2005-10-28 11:54 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: Fixed problem with my comment... 2005-10-24 09:58 eduardop * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: reverting timoh's "added types application link and application data link" until someone can explainme why it was left broken (Closes: #2663) 2005-10-24 08:27 maltes * packages/acs-mail-lite/lib/: email.adp, email.tcl: Added localization of file titles 2005-10-23 09:54 maltes * packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml: German translation 2005-10-23 09:53 maltes * packages/acs-mail-lite/: lib/email.tcl, tcl/acs-mail-lite-callback-procs.tcl: Added salutation support 2005-10-23 03:00 maltes * packages/acs-mail-lite/lib/email.tcl: Fixed I18N strings 2005-10-21 11:04 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-callback-procs.tcl, acs-mail-lite-procs.tcl: Changed the support for the fixed sender mail so that still the original sender will be shown in the mail-tracking despite the fact that sendmail will get the fixed sender mail 2005-10-21 07:00 maltes * packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml: New I18N strings synchronized with the RC version 2005-10-19 10:00 miguelm * packages/acs-mail-lite/: acs-mail-lite.info, catalog/acs-mail-lite.en_US.ISO-8859-1.xml, lib/email.tcl, lib/email.xql, tcl/acs-mail-lite-procs.tcl, tcl/acs-mail-lite-procs.xql: adding catalog files, procedures and making changes to remove the contacts dependency on lib email.tcl files 2005-10-18 13:16 miguelm * packages/acs-mail-lite/lib/email.tcl: making changes to use the item_id (message_id) 2005-10-14 14:48 miguelm * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: checking the parametr FixedSenderEmail before sending the message to figure out which address use 2005-10-14 14:47 miguelm * packages/acs-mail-lite/acs-mail-lite.info: increment version number, adding FixedSenderEmail parameter 2005-10-12 03:05 timoh * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: added types application link and application data link 2005-10-11 08:05 timoh * packages/acs-mail-lite/lib/email.tcl: using revision_id for download links of files 2005-10-10 07:15 leed * packages/acs-templating/tcl/tag-init.tcl: Add option to automatically propagate all slave properties to the next master template to make this one 'invisible'. 2005-10-09 13:38 gustafn * packages/acs-bootstrap-installer/bootstrap.tcl: loading xotcl (if available) before application packages that might use it. 2005-10-09 13:36 gustafn * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: adding sopport for xotcl methods to api browser (most of the implementation is in xotcl-core). 2005-10-04 04:23 leed * packages/acs-tcl/tcl/application-link-procs.tcl: Return rel_id from application-link tag so that other tags can use it. 2005-10-04 04:22 leed * packages/acs-tcl/tcl/install-procs.tcl: Added package-create tag to instantiate a package in install.xml without mounting it. 2005-10-03 19:38 timoh * packages/acs-lang/tcl/lang-util-procs.xql: added order statement 2005-10-03 19:37 timoh * packages/acs-lang/tcl/locale-procs.tcl: added user_id switch when setting locale 2005-10-03 12:07 miguelm * packages/acs-mail-lite/lib/email.tcl: adding CC functionallity, i18N messages and links 2005-09-30 15:26 miguelm * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: making changes to work with boolean no_calback_p switch on procedure acs_mail_lite::send 2005-09-30 14:36 miguelm * packages/acs-mail-lite/: lib/email.tcl, tcl/acs-mail-lite-procs.tcl: making changes to work with boolean no_calback_p switch 2005-09-30 13:42 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Changed the no-callback switch to boolean 2005-09-30 13:36 miguelm * packages/acs-mail-lite/lib/email.tcl: adding the optional parameter no_callback to use in the procedure calls 2005-09-30 13:21 miguelm * packages/acs-mail-lite/acs-mail-lite.info: increment version number to get changes in procedures 2005-09-30 13:18 miguelm * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: adding no_callback switch to acs-mail-lite::complex_send and ::send to restrict callbacks 2005-09-30 07:10 leed * packages/acs-tcl/tcl/application-link-procs.tcl: Allow application link creation in install action by package_id. 2005-09-30 07:09 leed * packages/acs-tcl/tcl/install-procs.tcl: Added install action to define a relation type. 2005-09-28 11:14 maltes * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-callback-procs.tcl, tcl/acs-mail-lite-callback-procs.xql, tcl/acs-mail-lite-procs.tcl, tcl/acs-mail-lite-procs.xql: Importing on behalf of Nima. Enhancement for the support of incoming email 2005-09-27 07:18 leed * packages/acs-tcl/tcl/install-procs.tcl: trim slashes from mount points so that mounting doesn't break 2005-09-27 02:44 leed * packages/acs-tcl/tcl/: object-procs.tcl, object-procs.xql: Added accessor function to set context id. 2005-09-23 02:56 josee * packages/acs-kernel/: acs-kernel.info, sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: adding upgrade script and changing the version number (for the missing line select define_function_args('acs_rel__new','rel_id,rel_type,object_id_one,object_id_two,context_id,creation_user,creation_ip') in the acs-relationships-create.sql file) 2005-09-22 09:40 josee * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: adding missing line: select define_function_args('acs_rel__new','rel_id,rel_type,object_id_one,object_id_two,context_id,creation_user,creation_ip'); 2005-09-16 23:24 torbenb * packages/acs-templating/tcl/util-procs.tcl: correcting poor formating for my recent changes to tcl_to_sql_list 2005-09-16 23:07 torbenb * packages/acs-templating/tcl/: util-procs.tcl, test/parse-test-procs.tcl: fix for bug 2526, adding DoubleApos/ns_dbquotevalue functionality 2005-09-12 09:15 miguelm * packages/acs-mail-lite/lib/: email.adp, email.tcl: adding element to the form to call a javascript function that checks or unchecks all recipients 2005-09-11 23:57 maltes * packages/acs-mail-lite/lib/email.tcl: Fixed problem with the display of empty party_ids 2005-09-07 19:09 skaufman * packages/acs-content-repository/sql/postgresql/content-type.sql: fixes bug 2589, implements patch 730; CR now passes automated-testing 2005-09-07 09:46 eduardop * packages/acs-tcl/tcl/request-processor-procs.tcl: bugfix: fixing bug #2591: URL Component Starting with "-" crashes rp_filter 2005-08-22 09:02 leed * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: Added tdom set attribute wrapper 2005-08-22 08:49 leed * packages/acs-tcl/tcl/install-procs.tcl: Allow ids as parameter values 2005-08-19 11:34 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/upgrade/upgrade-5.2.0d17-5.2.0d18.sql, sql/postgresql/upgrade/upgrade-5.2.0d4-5.2.0d5.sql: fix the define_function_args thing for content_item__set_live_revision reported by Peter Alberer 2005-08-13 15:24 torbenb * packages/acs-core-docs/www/files/nsd-postgres.txt: adding freebsd note 2005-08-13 15:11 torbenb * etc/daemontools/run: adding freebsd note from oacs-5-1 version 2005-08-10 07:30 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.xql: Added callback procedures 2005-08-09 16:20 marka * packages/acs-templating/tcl/list-procs.tcl: I wonder who put this there! page_name_query was originally there and seems to work fine... 2005-08-04 10:08 miguelm * packages/acs-mail-lite/lib/email.tcl: adding file_id's, adding check boxes to recipients 2005-08-04 09:57 miguelm * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: adding quotes to query to execute the tcl procedure 2005-08-03 22:55 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Formatting changes 2005-08-03 22:53 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Made sure to only provide complex send if it can be run 2005-08-03 18:32 skaufman * packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl: scan_replies has been removed -- see http://cvs.openacs.org/cvs/openacs-4/packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl?r1=1.26&r2=1.27 -- so it shouldn't be ad_scheduled 2005-08-02 23:10 maltes * packages/acs-mail-lite/tcl/: acs-mail-lite-callback-procs.tcl, acs-mail-lite-procs.tcl: New processing of incoming mail by Nima 2005-07-28 05:51 maltes * packages/acs-lang/tcl/lang-util-procs.xql: Added procedure to get all locales 2005-07-28 05:51 maltes * packages/acs-lang/tcl/lang-util-procs.tcl: Added procedure to retrieve all locales known in the system 2005-07-23 09:55 maltes * packages/acs-lang/tcl/locale-procs.tcl: Fixed two bugs (in my opinion) as the procedure was doing two entirely different things when called with a user_id or without. 2005-07-22 12:38 skaufman * packages/acs-subsite/www/admin/group-types/new.tcl: handles internationalization of supertypes options 2005-07-21 22:07 skaufman * packages/acs-tcl/tcl/object-type-procs.tcl: internationalization fix for proc acs_object_type_hierarchy 2005-07-21 22:05 skaufman * packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl: internationalization fix for pretty_name 2005-07-21 22:04 skaufman * packages/acs-subsite/www/admin/object-types/one.tcl: internationalization fix for pretty_name, pretty_plural 2005-07-21 21:49 skaufman * packages/acs-subsite/www/admin/rel-types/new-2.tcl: handles internationalized roles and object types 2005-07-21 19:33 skaufman * packages/acs-subsite/www/admin/rel-types/roles/new.tcl: replaces plsql with tcl api to create role -> internationalizes role names 2005-07-21 17:33 skaufman * packages/acs-subsite/www/members/index.xql: query for real roles; see bug 2543 2005-07-21 17:32 skaufman * packages/acs-subsite/www/members/index.tcl: displays in member list other roles than just member and admin, if defined 2005-07-21 08:51 skaufman * packages/acs-admin/www/apm/parameter-delete.tcl: fixes broken ad_form and returns template correctly 2005-07-21 08:51 skaufman * packages/acs-admin/www/apm/parameter-delete.adp: adds missing template .adp 2005-07-21 06:26 andrewg * readme.txt: Testing commit after updating the postcommit_actions script. Please ignore. 2005-07-21 05:10 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Removed uneeded case for callbacks. 2005-07-21 02:35 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Fixed callback bug - implementations don't know what the args of the contract are. 2005-07-19 03:29 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Fixed callbacks to not call the arg parser when no switches are declared. 2005-07-06 16:31 donb * packages/acs-content-repository/sql/postgresql/: content-revision.sql, content-type.sql, upgrade/upgrade-5.0.0b3-5.0.0b4.sql: Aesthetic changes, removed oracle cruft left in as comments by Dan Wickstrom's original conservsion scripts ( while working on allowing null type table names). 2005-07-06 07:54 maltes * packages/notifications/tcl/: notification-request-procs.tcl, notification-request-procs.xql: Added new request proc from 5.1 2005-07-06 02:42 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Using the hostname is considerable better than using ad_url. Just in case we strip out "http://" in case someone accidently set the hostname with an http:// in front (not sure if AOLserver would allow this in the first place, but the devil is in the details). 2005-07-05 11:49 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: ad_url is supposed to work even if ns_hostname resolves to a non existing domain for whatever the reason 2005-06-29 06:39 jeffd * packages/acs-tcl/lib/page-error.tcl: send peeraddr out and send mail to the ad_admin_user not the system_owner since its a better fit for the role 2005-06-24 17:18 skaufman * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: added another missing message key 2005-06-24 17:12 skaufman * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: added missing message key 2005-06-22 14:55 victorg * packages/acs-kernel/acs-kernel.info: Adding parameter SendErrorEmailP. This parameter indicates if an email has to be send to the site owner whenever an error occours or not. 2005-06-22 14:53 victorg * packages/acs-tcl/lib/page-error.tcl: Check for acs kernel parameter ( SendErrorEmailP ) for sending email error or not. Removing automatic suscription to notifications when creating a new bug. 2005-06-21 16:24 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added a catch, just in case 2005-06-21 10:33 maltes * packages/acs-mail-lite/: lib/email.tcl, tcl/acs-mail-lite-procs.tcl: Changes to accomodate latest version of file upload proc 2005-06-21 10:27 timoh * packages/acs-mail-lite/lib/email.tcl: added cancel_url 2005-06-21 06:56 timoh * packages/acs-mail-lite/lib/email.tcl: fixed richtext 2005-06-21 06:41 maltes * packages/acs-templating/: catalog/acs-templating.de_DE.ISO-8859-1.xml, tcl/file-procs.tcl: Reverting all changes done previously as the procedure is now in acs-content-repository 2005-06-21 06:41 maltes * packages/acs-content-repository/tcl/content-item-procs.xql: added query 2005-06-21 06:40 maltes * packages/acs-content-repository/tcl/content-item-procs.tcl: After discussions with dave the proc went to content-item-procs.tcl and is called content::item::upload_file. Testing on the way 2005-06-21 06:07 maltes * packages/acs-templating/tcl/file-procs.tcl: removed proc for checking for existing filenames and added it to the party proc as it is party specific 2005-06-21 06:01 maltes * packages/acs-templating/tcl/file-procs.tcl: removed get_file_extension, replace with file command 2005-06-21 03:47 maltes * packages/acs-lang/tcl/lang-util-procs.tcl: added localize_list_of_lists util proc 2005-06-20 23:59 maltes * packages/acs-templating/tcl/file-procs.tcl: Added procedure to store a file for a party_id 2005-06-20 23:59 maltes * packages/acs-mail-lite/lib/: email.adp, email.tcl: Added include for sending email to partys with files 2005-06-19 09:47 maltes * packages/acs-tcl/tcl/00-database-procs.tcl: Reverted back to keep database procs low level 2005-06-15 23:26 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: Callbacks for acs-mail-lite 2005-06-15 15:13 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: I forgot to set the subject in the mime type 2005-06-15 11:46 miguelm * packages/acs-subsite/tcl/email-image-procs.tcl: adding catch for email image generation 2005-06-15 11:33 enriquec * packages/notifications/tcl/: notification-procs.tcl, notification-procs.xql: Removing merge implementatios for notifications 2005-06-15 11:02 annyf * packages/acs-subsite/: acs-subsite.info, lib/user-new.tcl, tcl/apm-callback-procs.tcl: add RegImplName parameter to set the name of the implementation used in the registration process 2005-06-15 10:08 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: well, you should be able to send the f*** mail... 2005-06-15 09:03 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: added a callback for ::send as well 2005-06-15 06:27 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added complex_send procedure 2005-06-14 09:45 joel * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: rearranged reasons and reworded commit rule re: reformatting 2005-06-14 08:40 annyf * packages/acs-subsite/lib/user-new.tcl: change user::registration implementation name 2005-06-13 09:30 enriquec * packages/notifications/tcl/: notification-procs.tcl, notification-procs.xql: Adding callback implementations: MergeShowUserInfo and MergePackageUser, to notifications 2005-06-12 14:21 daveb * packages/search/www/search.tcl: Implement search as callback. Service contract optional.. 2005-06-12 14:21 daveb * packages/search/tcl/search-procs.tcl: Implement indexing and searching as callbacks. Service contracts still optionally available. 2005-06-11 07:14 timoh * packages/acs-subsite/: lib/user-info.tcl, www/admin/groups/one.adp, www/admin/groups/one.tcl: map category trees to groups and categorize users 2005-06-10 14:49 maltes * packages/acs-kernel/: catalog/acs-kernel.de_DE.ISO-8859-1.xml, catalog/acs-kernel.en_US.ISO-8859-1.xml, sql/postgresql/acs-create.sql, sql/postgresql/groups-create.sql: yet even more I18N fixes.. 2005-06-10 10:52 annyf * packages/acs-subsite/acs-subsite.info: remove AsmForRegisterId parameter since this will be registrated from the assessment package 2005-06-10 10:41 annyf * packages/acs-subsite/tcl/apm-callback-procs.tcl: remove parameter registration, since it will be done in the assessment package 2005-06-10 10:20 annyf * packages/acs-subsite/tcl/apm-callback-procs.tcl: add in the after upgrade callback the asm registration parameter 2005-06-10 07:54 maltes * packages/acs-tcl/tcl/00-database-procs.tcl: Interesting side effect as acs-lang is loaded after acs-tcl. lang::util::localize was unknown, so I had to add a check to the db_list_of_lists procedure to test if the string is actually a message key before localizing it. Now install works. 2005-06-10 07:49 daveb * packages/search/tcl/search-procs.tcl: Add callback proc definitions 2005-06-10 07:32 maltes * packages/acs-subsite/tcl/relation-procs.tcl: Changed to use boolean. Thx to JCD for the tip. 2005-06-10 07:06 daveb * packages/search/tcl/search-procs.tcl: Add support for search callbacks for datasource. 2005-06-10 02:47 maltes * packages/acs-subsite/: catalog/acs-subsite.de_DE.ISO-8859-1.xml, catalog/acs-subsite.en_US.ISO-8859-1.xml, sql/postgresql/portraits.sql, sql/postgresql/user-profiles-create.sql, tcl/relation-procs.tcl: More I18N. Added a new procedure relation:get_objects that returns multiple objects instead of throwing an error if you have multiple relationsships of one type (e.g. on company usually has multiple employees) 2005-06-09 23:51 maltes * packages/acs-tcl/tcl/00-database-procs.tcl: Added the ability to localize the return of db_list_of_lists. This is something I should have done already way back before I changed db_list_of_list calls to db_foreach everywhere. Well, stupidity rules.... 2005-06-09 11:52 annyf * packages/acs-subsite/: acs-subsite.info, lib/user-new.tcl, tcl/callback-procs.tcl: move pages to select the registration assessment to the Assessment Package and implement the new callbacks to get the url of the assessment 2005-06-08 13:58 timoh * packages/acs-content-repository/: acs-content-repository.info, sql/oracle/content-type.sql, sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql, sql/postgresql/content-type.sql, sql/postgresql/upgrade/upgrade-5.2.0d16-5.2.0d17.sql, tcl/content-revision-procs.tcl: fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view 2005-06-08 09:35 maltes * packages/: acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, search/catalog/search.en_US.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml, acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, notifications/catalog/notifications.de_DE.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: Added message keys 2005-06-08 09:13 maltes * packages/acs-subsite/tcl/group-procs.tcl: The group name should be acs-translated 2005-06-08 08:48 maltes * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: More common terms 2005-06-07 12:58 dirkg * packages/search/sql/oracle/search-tables-create.sql: Added package_id to site_wide_index table 2005-06-07 12:00 dirkg * packages/search/sql/oracle/search-tables-create.sql: Added indexed_content field to the site_wide_index table. This field will hold "textualized" content of binaries. 2005-06-07 06:07 timoh * packages/acs-content-repository/tcl/: content-item-procs.tcl, content-revision-procs.tcl: bugfix: set package_id and context_id for items and revisions 2005-06-06 23:52 maltes * packages/acs-lang/acs-lang.info: Added requirement for acs-translations due to new I18N procedure (not utterly necessary, as you could always provide a different package key and you do not need the package per se, just when you want to export your message keys, but I think it is still better this way) 2005-06-06 23:49 maltes * packages/acs-lang/tcl/lang-util-procs.tcl: Added procedure to transform a string into an I18N version of itself (so it can be translated). 2005-06-05 12:41 maltes * packages/acs-lang/tcl/lang-util-procs.tcl: Backed out last commit, as the procedure already existed and is called lang::util::localize ... 2005-06-05 12:19 maltes * packages/acs-lang/tcl/lang-util-procs.tcl: Added procedure to convert messages in #message_key# syntax to something that can be used in select boxes. This is necessary due to the fact thatwe are storing message_keys e.g. with "pretty_name" directly in the database. 2005-06-04 16:00 jader * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: Fixed how to add users to CVS docs 2005-06-04 05:38 maltes * packages/acs-subsite/: acs-subsite.info, tcl/rel-types-procs-oracle.xql, tcl/rel-types-procs-postgresql.xql, tcl/rel-types-procs.tcl, tcl/rel-types-procs.xql: Improved the code for the creation of a relationship type to support custom table names. Added a proc to create roles 2005-06-04 01:04 maltes * packages/acs-translations/acs-translations.info: Initial creation of acs-translations package 2005-06-03 13:23 maltes * packages/: acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Forgot the catalog file 2005-06-03 13:14 maltes * packages/: acs-kernel/sql/postgresql/community-core-create.sql, acs-kernel/sql/postgresql/groups-create.sql, acs-subsite/sql/postgresql/attribute.sql: I18N of Attributes 2005-06-02 12:46 daveb * packages/acs-tcl/tcl/request-processor-procs.tcl: Add a list of valid options to ad_conn api documentation. 2005-06-02 12:36 daveb * packages/acs-content-repository/tcl/content-folder-procs.tcl: Add where clause to content::folder::update 2005-06-01 01:03 maltes * packages/acs-tcl/tcl/: application-data-link-procs.tcl, application-data-link-procs.xql, application-link-procs-oracle.xql, application-link-procs-postgresql.xql, application-link-procs.tcl, application-link-procs.xql, object-procs.tcl: Added application and application data linking functionality written by Timo. This allows you to link packages together (e.g. project-manager and logger) or data of packages (e.g. a project and a file-storage folder) 2005-05-28 10:51 annyf * packages/acs-subsite/acs-subsite.info: fix package version 2005-05-24 14:10 victorg * packages/notifications/: notifications.info, catalog/notifications.en_US.ISO-8859-1.xml, catalog/notifications.es_ES.ISO-8859-1.xml, catalog/notifications.es_GT.ISO-8859-1.xml, www/request-notification.adp, www/request-notification.tcl, www/request-notification.xql, www/request-unsubscribe-notification.adp, www/request-unsubscribe-notification.tcl, www/request-unsubscribe-notification.xql, www/unsubscribe.tcl, www/unsubscribe.xql: Adding pages in order to manage notifications for a group of users or for a given user. 2005-05-22 19:32 daveb * packages/acs-content-repository/sql/postgresql/content-type.sql: Fix define function args call to use parent_type for parametr name to match oracle instead of content_type. 2005-05-21 04:34 dirkg * packages/search/sql/oracle/: load-site-wide-search, search-ctxsys.sql, search-from-scratch.sql, search-im-convert.sql, search-index-create.sql, search-index-drop.sql, search-index-from-scratch.sql, search-packages-create.sql, search-packages-drop.sql, search-tables-create.sql, search-tables-drop.sql: first draft for .lrn search. run load-site-wide-search shell script to install 2005-05-20 16:28 jader * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Correct URL in documentation for Mac OS X startup 2005-05-18 13:01 andrewg * packages/acs-tcl/tcl/utilities-procs.tcl: Re-merging the cookie code committed on the oacs-5-1 branch, to version 1.70.2.8 2005-05-18 12:59 andrewg * packages/acs-tcl/tcl/utilities-procs.tcl: Backing out of previous commit. This version should be identical to 1.83 2005-05-18 12:03 andrewg * packages/acs-tcl/tcl/utilities-procs.tcl: Merging previous commit from oacs-5-1 onto HEAD. Please see comments for 1.70.2.8. 2005-05-16 06:15 jeffd * packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl: pg8 installed in usr local has tsearch2 in $prefix/share/contrib -- we should probably try to guess based on pg_config --libdir or something 2005-05-13 11:47 skaufman * packages/acs-templating/www/resources/lists.css: eliminates ugly border around list sort arrows for list-narrow style 2005-05-12 14:35 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/common/mime-type-data.sql, sql/oracle/upgrade/upgrade-5.2.0d15-5.2.0d16.sql, sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0d16.sql: add some common mimetypes, bump version, upgrade scripts provided 2005-05-12 13:24 jeffd * packages/acs-tcl/tcl/form-processing-procs.tcl: check both the ad_form elements and the template elements 2005-05-12 12:12 jeffd * packages/acs-tcl/tcl/form-processing-procs.tcl: inverted logic and the wrong element key from last commit 2005-05-12 04:45 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: duh A-F not A-f 2005-05-12 04:42 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: fix expanding hex entities resolves bug 2454 2005-05-12 01:41 jeffd * packages/acs-tcl/tcl/form-processing-procs.tcl: use template::element::exists for checking if an element exists for validation blocks - faster and works in the event you added an element directly via the form api 2005-05-11 06:24 carolinem * packages/acs-subsite/www/resources/default-master.css: submit-button class 2005-05-10 09:17 andrewg * packages/acs-admin/www/apm/parameter-delete.tcl: Bringing in last commit from the oacs-5-1 branch onto HEAD. 2005-05-06 09:25 richardh * packages/acs-lang/tcl/lang-install-procs.tcl: Added namespace eval to avoid start-up failure 2005-05-03 15:10 jeffd * packages/acs-templating/tcl/widget-procs.tcl: inverted logic on checking multiple in last commit 2005-05-03 14:23 jeffd * packages/acs-templating/tcl/widget-procs.tcl: support a display_widget attribute for the category widget so we can show checkboxes for category selection 2005-05-03 03:26 jeffd * packages/acs-templating/tcl/widget-procs.tcl: make 4 space 2005-05-02 14:13 skaufman * packages/acs-api-browser/www/: proc-view.adp, proc-view.tcl: maintains chain-of-crumb links when toggling show/hide source 2005-04-28 17:25 jeffd * packages/acs-subsite/lib/login.adp: get rid of spurious - 2005-04-28 15:38 jeffd * packages/acs-content-repository/tcl/revision-procs.tcl: throw a NOT_FOUND error for not found so we can 404 in things like photo-album/www/image/index.vuh 2005-04-28 11:45 skaufman * packages/acs-api-browser/www/proc-view.tcl: adds package to trail-of-crumbs for proc-view as it is in procs-file-view, display-sql, etc 2005-04-28 03:33 jeffd * packages/acs-subsite/www/pvt/home.tcl: use -catch for callback so if page fragment has error we still serve page 2005-04-28 02:53 jeffd * packages/acs-subsite/www/register/account-closed.tcl: change msg key in account-closed page, uppercase key 2005-04-28 02:49 jeffd * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add the account closed title msg key 2005-04-28 02:46 jeffd * packages/acs-subsite/www/register/account-closed.tcl: change msg key in account-closed page 2005-04-27 07:46 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: fix getting the referrer and constructing the url for the email traceback notify 2005-04-27 04:27 timoh * packages/acs-content-repository/tcl/content-item-procs.tcl: added defaults for creation user and creation ip of content-items 2005-04-26 18:06 jeffd * packages/acs-subsite/www/register/account-closed.tcl: doubled up title/text annoying 2005-04-26 07:36 jader * packages/acs-tcl/tcl/utilities-init.tcl: Applying Nis' fix for bug 2407 (log rotation runs only on canonical server) 2005-04-25 15:50 victorg * packages/acs-content-repository/tcl/item-procs.tcl: Adding default value to db_string in item::get_live_revision 2005-04-25 06:29 timoh * packages/acs-templating/: resources/lists/table.adp, tcl/list-procs.tcl: added 10 as dynamic list size; let selectbox for dynamic size appear always 2005-04-22 01:29 eduardop * packages/acs-content-repository/tcl/revision-procs-oracle.xql: bugfix: fixing bug #2402, bad merge 2005-04-21 10:13 timoh * packages/acs-templating/: resources/lists/table.adp, tcl/list-procs.tcl: added variable row numbers via selectbox; added pagination b" ar at bottom of list 2005-04-20 13:11 daveb * packages/acs-content-repository/tcl/filter-procs.tcl: Pass resolve index to get_id 2005-04-20 06:21 eduardop * packages/acs-content-repository/tcl/revision-procs-oracle.xql: fix (people should try these changes first prior to commit) 2005-04-20 04:48 eduardop * packages/: acs-admin/www/apm/packages-install-2.tcl, acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql, acs-tcl/tcl/navigation-callback-procs.tcl: fix pacakge -> package typo 2005-04-19 19:11 jader * packages/acs-core-docs/www/xml/install-guide/openacs.xml: Fixed typo in reference guide, courtesy of Oscar Castaneda V. 2005-04-14 10:33 jader * packages/: acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl, acs-tcl/tcl/00-database-procs.tcl: Updated to work with Oracle 10. Was using Oracle8 hardcoded -- the new code is is more flexible with what the driver calls itself. 2005-04-13 01:28 maltes * packages/acs-content-repository/tcl/content-folder-procs.tcl: Added function to return the content_folder_id for a package 2005-04-13 01:23 maltes * packages/acs-tcl/tcl/: object-type-procs.tcl, object-type-procs.xql: Added function (cached) to return table_name of an object 2005-04-12 19:41 daveb * packages/tsearch2-driver/tcl/: tsearch2-driver-procs.tcl, test/tsearch2-driver-procs.tcl: Fix case when a one character term is in the middle of two other terms. Add test case. 2005-04-12 11:52 eduardop * etc/install/: checkout.sh, install.tcl, updateserver.sh, oracle/recreate-user.sh: update 2005-04-12 07:37 andrewg * packages/acs-templating/www/resources/: bullet.gif, minus.gif, mktree.css, mktree.js, plus.gif: Adding dhtml tree code. 2005-04-11 15:21 leed * packages/acs-tcl/tcl/callback-procs.tcl: Added procs for querying callbacks. 2005-04-11 15:18 leed * packages/acs-tcl/tcl/: object-type-procs-oracle.xql, object-type-procs-postgresql.xql, object-type-procs.tcl: Fixed supertype accessor. 2005-04-07 13:16 miguelm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add messages related to the register assessment 2005-04-07 11:06 miguelm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add messages related to registration assessment 2005-04-04 10:59 miguelm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add message displayed when the assessment is related to the registration process 2005-04-04 10:47 miguelm * packages/acs-subsite/www/admin/index.adp: add links to edit and create the registration assessment 2005-04-04 03:38 jeffd * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: multiple words were not tokenized properly 2005-04-03 01:33 leed * packages/acs-tcl/tcl/: object-type-procs-oracle.xql, object-type-procs-postgresql.xql, object-type-procs.tcl: Functions to get the parent types of an object type with util_memoize caching. 2005-04-01 12:18 torbenb * packages/acs-core-docs/www/xml/install-guide/oracle.xml: adding link about Andrew Piskorski's Oracle9i install notes per thread http://openacs.org/forums/message-view?message_id=67108 2005-04-01 10:51 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: Updated link on maintenance page, thanks to Wojtek Przywrzej 2005-03-30 07:00 jeffd * packages/search/tcl/search-procs.tcl: object_type unavailable on delete 2005-03-29 17:01 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: fix for trailing space on boolean flag resolves bug 2381 by Carl Coryell-Martin 2005-03-29 16:36 jeffd * packages/acs-tcl/tcl/parameter-procs.tcl: add param docs for localize and boolean for parameter;:get 2005-03-29 15:39 jeffd * packages/search/tcl/: search-procs.tcl, syndicate-procs.tcl: add a search::action callback and make the syndication called from the callback rather than inline. 2005-03-29 06:44 jader * packages/acs-core-docs/www/xml/install-guide/: maintenance.xml, overview.xml: Added link to binary installers 2005-03-29 02:28 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: have callbacks executed one level below the calling function so upvar works how you would expect in the callback 2005-03-29 02:23 jeffd * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: test that array pass by ref works as expected, test eval uplevel work with empty args and that only one round of eval applied 2005-03-29 00:46 jeffd * packages/acs-tcl/tcl/install-procs.tcl: fix docs for set-parameter-default 2005-03-28 02:18 carlb * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: cleaned up doc, removed references to specific aolserver versions where posible, and added needed library path variable for nsposgres 2005-03-27 08:04 daveb * packages/search/www/search.tcl: Remove ETP specific code from search package. Also trimming "index" from all ETP urls could quite possibly trim something uninteded. The correct course of action would be to handle this in the ETP URL service contract using file commands to get just the filename if it exactly matches index. 2005-03-26 14:56 jeffd * packages/acs-lang/tcl/lang-install-procs.tcl: fix typo in disable-locale action 2005-03-26 14:55 jeffd * packages/acs-tcl/tcl/parameter-procs.xql: wrong field name for default_value 2005-03-26 06:35 jeffd * packages/acs-subsite/www/pvt/home.tcl: fix subsite_url 2005-03-26 04:30 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-item.sql, sql/postgresql/upgrade/upgrade-5.2.0d14-5.2.0d15.sql: propigate title rather than name for content_item__new, bump to d15, upgrade 2005-03-25 15:59 jeffd * packages/acs-subsite/: lib/message.adp, lib/message.tcl, www/register/account-closed.tcl, www/register/email-confirm.tcl: add a message include and change the account closed and email-confirm pages to use it 2005-03-25 09:04 jeffd * packages/acs-lang/tcl/lang-install-procs.tcl: document a bit better, add a disable-locale action 2005-03-25 08:58 jeffd * packages/acs-tcl/tcl/install-procs.tcl: add the set-default-parameter install action 2005-03-25 08:49 jeffd * packages/acs-tcl/tcl/: parameter-procs.tcl, parameter-procs.xql: add a parameter::set_default function used by teh set-parameter-default install action 2005-03-24 10:37 skaufman * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: adds missing key for common_Submit 2005-03-24 08:26 daveb * packages/acs-tcl/tcl/site-nodes-procs.tcl: Allow context_id as an optional parameter to site_node::mount to allow update if a package is moved to a different site_node. 2005-03-23 16:37 jeffd * packages/acs-tcl/lib/page-error.tcl: quotehtml the error and user agent 2005-03-23 14:51 skaufman * packages/acs-templating/www/resources/lists.css: removes ugly border around sort-order arrows 2005-03-23 14:21 skaufman * packages/acs-templating/resources/lists/table.adp: border is deprecated and should not be used here 2005-03-23 14:01 skaufman * packages/acs-templating/resources/lists/table.adp: removed ugly border around sort-order arrows in listbuilder 2005-03-23 13:53 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Callbacks no longer throw an error if -catch is specified with -impl and the chosen implementation that does not exist. 2005-03-23 05:54 daveb * packages/search/tcl/search-procs.tcl: Revert client specific code checked in. 2005-03-22 18:26 daveb * packages/search/tcl/search-procs.tcl: Add support to update acs_objects.package_id and acs_objects.title on index for search. PBS specific enhancement to support clipboard and other 5.2 functionality. 2005-03-21 21:53 gabrielb * packages/acs-kernel/sql/postgresql/postgresql.sql: Fixes bug #2300. 2005-03-21 16:57 jeffd * packages/acs-subsite/: lib/user-subsites.adp, lib/user-subsites.tcl, tcl/callback-procs.tcl, www/pvt/home.adp, www/pvt/home.tcl: user subsite list 2005-03-21 14:16 jeffd * packages/acs-subsite/lib/: user-info.adp, user-info.tcl: remove the list of groups and replace with list of links to communities based on application group membership 2005-03-21 14:05 jeffd * packages/acs-kernel/acs-kernel.info: make AllowedTag match the physical markup used by RTE 2005-03-21 03:59 rob * packages/acs-kernel/sql/: oracle/acs-create.sql, postgresql/acs-create.sql: Added annotate permission as per TIP 74 2005-03-21 00:14 jeffd * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: add an Actions common key 2005-03-20 16:15 donb * packages/acs-automated-testing/acs-automated-testing.info: Made this auto-mounted package a singleton so it doesn't show up in the "mount application" select list. There's no good reason to mount it more than once anyway that either daveb or I could come up with. 2005-03-20 08:13 jeffd * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: add a common key: Permissions 2005-03-20 07:58 jeffd * packages/acs-content-repository/sql/postgresql/: content-folder.sql, content-item.sql, content-revision.sql, upgrade/upgrade-5.2.0d12-5.2.0d13.sql: fix laundry list of bugs in content repository copy code. duplicate version of the 11arg content_folder__new copy_creation_ip rather than copy__creation_ip in content_revision__copy content_folder__copy did not preserve context_id properly content_item__copy2 had a bunch of unused varaibles -- removed them. content_item__copy now preserves live_revision so things which copy an item with a live revision to not have to explicitly publish the new copy (which eg file storage did not do). content_revision__copy did an insert into acs_objects without specifying column names which breaks on a new install since the order is not as expected. 2005-03-20 05:41 daveb * packages/acs-content-repository/: tcl/test/content-keyword-test-procs.tcl, tcl/test/content-keyword-test-procs.xql, acs-content-repository.info, sql/postgresql/content-keyword.sql, sql/postgresql/upgrade/upgrade-5.2.0d13-5.2.0d14.sql: Add content_keyword__del to match oracle pl/sql. Add define_function_args calls for content-keyword.sql. Add basic tests for content::keyword apis. 2005-03-19 17:23 jeffd * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: add a couple extra callbacks to make tests not fail after the first run (when the callbacks it thinks should not be defined actually are defined since we have been through once 2005-03-19 16:53 daveb * packages/acs-content-repository/tcl/keyword-procs.tcl: Fix proc name, should br cr::keyword::delete 2005-03-19 16:47 jeffd * packages/acs-tcl/: lib/actions.adp, lib/actions.tcl, tcl/navigation-callback-procs.tcl: add a navigation::package_admin callback and an implementation for forums and the lib include to generate html 2005-03-19 14:57 jeffd * packages/acs-templating/tcl/richtext-procs.tcl: daveb spotted that the quoting was wrong for the on_fail arg, \r not stripped 2005-03-19 06:06 jeffd * packages/acs-api-browser/: tcl/acs-api-documentation-procs.tcl, www/content-page-view.adp: fix markup, make @see /file/path/foo.tcl, @see /doc/db-api.html @see http://openacs.org/foo work 2005-03-18 10:31 andrewg * packages/acs-lang/sql/oracle/ad-locales.sql: Re-removing stray 'end', introduced by victorg's commit. 2005-03-18 10:10 jeffd * packages/acs-subsite/www/resources/core.js, packages/acs-templating/tcl/richtext-procs.tcl, packages/acs-templating/tcl/widget-procs.tcl, www/blank-master.adp, www/blank-master.tcl: Switch to RTE for richtext html editor. 2005-03-18 05:50 jeffd * packages/acs-content-repository/sql/postgresql/: content-folder.sql, upgrade/upgrade-5.2.0d12-5.2.0d13.sql: minor fix: move_name should have been move__name 2005-03-18 05:44 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql: upgrade to fix bug in content_folder__move and add the integer,integer version used in content_item__move; bump to 5.2.0d13. thanks daveb 2005-03-17 19:21 daveb * packages/acs-content-repository/sql/postgresql/content-folder.sql: Add content_folder__move function that allows rename on move. Already existed on Oracle. 2005-03-17 16:04 jeffd * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: speeleng error 2005-03-17 05:33 jeffd * packages/acs-subsite/tcl/subsite-procs.tcl: use parameter::get for getting SolicitPortraitP param rather than pacakge-key which breaks with multiple subsites bug 2357 patch 653 Orzenil Silva Junior 2005-03-17 00:35 jeffd * packages/search/tcl/search-procs.tcl: more error checking 2005-03-17 00:33 jeffd * packages/acs-tcl/tcl/apm-install-procs.tcl: fix string literal arg to empty_string_p 2005-03-16 11:19 jeffd * packages/acs-templating/tcl/tag-procs.tcl: <if XXYYZZ in YY> would return true. this fixes it so the literal string has to be in there 2005-03-16 06:14 leed * packages/acs-tcl/tcl/install-procs.tcl: Allow package key to be specified using the package attribute as well package-key. 2005-03-15 12:04 daveb * packages/acs-bootstrap-installer/installer/index.tcl: Change form from GET to POST so password isn't logged in access log. Fix bug#1743. 2005-03-14 10:03 carlb * packages/acs-templating/www/doc/guide/index.html: fixed links and removed aD email 2005-03-13 16:45 carlb * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: changed private level to privacy level 2005-03-13 16:41 carlb * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: character encoding fixes and translations 2005-03-13 15:51 daveb * packages/: acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, acs-authentication/tcl/authentication-procs.tcl: Fix bug#2310 2005-03-13 14:52 daveb * packages/acs-tcl/tcl/: site-nodes-procs.tcl, site-nodes-procs.xql: Fix bug#2176, update context_id when remounting and unmounted package instance 2005-03-13 14:21 donb * packages/acs-subsite/tcl/: package-procs-oracle.xql, test/acs-subsite-procs.tcl: Bug #2274: My removal of "upper()" some time back broke some things, hmmm, put it back in. 2005-03-12 16:59 michaels * packages/acs-subsite/www/admin/host-node-map/: index-oracle.xql, index-postgresql.xql, index.adp, index.tcl, index.xql: templated host-node map; now uses listbuilder and ad_form 2005-03-12 14:59 donb * packages/acs-subsite/lib/subsites.xql: Jeff's "anyone can be a subsite" patch came complete with an extra "]". "acs-subite" doesn't match "acs-subsite]" ... 2005-03-12 14:47 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: return recursion_count from ad_conn even if not initialized bug 1788 2005-03-12 13:39 donb * packages/acs-templating/tcl/date-procs.tcl: Modified the date type's "to_sql" property to return to_timestamp if the format includes minutes and seconds, to_date otherwise. In reality we should probably move to having both date and timestamp template types but for now this should work for both Oracle and PG. 2005-03-12 13:38 michaels * packages/acs-subsite/www/admin/site-map/instance-delete.tcl: fixed small redirect bug 2005-03-12 13:36 michaels * packages/acs-subsite/www/admin/site-map/: unmounted.tcl, unmounted.adp: added adp for umounted applications page 2005-03-12 13:28 andrewg * packages/acs-content-repository/sql/oracle/content-folder.sql: This is just a comment on the previous commit. Oracle was refusing to compile the package because the specification and body were not declaring the type in an identical way. The specification says that the package_id column is of type acs_objects.package_id%TYPE but the body previously was declaring it cr_folders.package_id%TYPE. That wasn't good enough for Oracle. Now the two are declaring the type the same way. 2005-03-12 11:45 andrewg * packages/acs-content-repository/sql/oracle/: content-template.sql, packages-create.sql: Bugfix. 2005-03-12 11:22 andrewg * packages/acs-content-repository/sql/oracle/: content-folder.sql, content-item.sql: Bugfix 2005-03-12 11:07 daveb * packages/acs-subsite/acs-subsite.info: Require acs-authenication so it will upgrade correctly. 2005-03-11 15:51 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: i am a monkey 2005-03-11 15:49 leed * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: Added tests for ad_proc callbacks. 2005-03-11 15:48 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: throw error if invoking specific impl which does not exist 2005-03-11 15:41 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: fix empty body contract check 2005-03-11 15:15 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: some error checking for callback declaration, fix namespace eval warning, add an @see for the contract to each impl 2005-03-11 14:37 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: too listy by far 2005-03-11 12:12 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Callback implmentation, see tip 79 for details 2005-03-10 07:25 victorg * packages/acs-lang/sql/: oracle/ad-locales.sql, postgresql/ad-locales.sql: There was two default locales for languages 'es' and 'zh' 2005-03-10 07:22 leed * packages/acs-tcl/tcl/site-nodes-procs.tcl: Added site_node::get_ancestors proc. 2005-03-10 07:20 leed * packages/acs-tcl/tcl/apm-install-procs.tcl: Add adp parse level to install xml parsing to allow use of multirows. 2005-03-09 17:42 jeffd * packages/: search/search.info, search/tcl/search-procs.tcl, search/www/advanced-search.adp, search/www/index.adp, search/www/search.adp, search/www/search.tcl, tsearch2-driver/tsearch2-driver.info, tsearch2-driver/tcl/tsearch2-driver-procs.tcl: subsite scoped search 2005-03-09 15:40 jeffd * packages/acs-tcl/tcl/test/file-test-procs.tcl: comment some code, check for limit :bind which breaks pg7.3 2005-03-09 11:19 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed length of string calc. 2005-03-09 08:24 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: log a debug message for procs declared in a namespace eval rather than explicit namespace 2005-03-07 19:22 daveb * packages/tsearch2-driver/tcl/: tsearch2-driver-procs.tcl, test/tsearch2-driver-procs.tcl: Cleanup build_query proc a little. Add automated tests for build_query. 2005-03-07 16:06 jeffd * packages/acs-subsite/tcl/subsite-procs.tcl: comment out query for now since the it breaks in a transaction -- hardcode acs-subsite 2005-03-07 15:48 jeffd * packages/acs-subsite/tcl/subsite-procs.xql: missed the subsite-procs app group create query names somehow tip 76 2005-03-07 15:32 jeffd * packages/acs-subsite/lib/subsites.xql: missing close querytext 2005-03-07 15:21 jeffd * packages/acs-reference/acs-reference.info: fix lingering broken ad links 2005-03-07 13:26 jeffd * packages/acs-tcl/tcl/site-nodes-procs.tcl: another tip 76 change for hardcoded acs-subsite 2005-03-07 13:10 jeffd * packages/acs-subsite/www/permissions/perm-include.tcl: fix to use ad_conn subsite_url 2005-03-07 13:02 jeffd * packages/: acs-subsite/lib/subsites.tcl, acs-subsite/lib/subsites.xql, acs-tcl/tcl/request-processor-procs.tcl, acs-subsite/tcl/subsite-procs-oracle.xql, acs-subsite/tcl/subsite-procs-postgresql.xql, acs-subsite/tcl/subsite-procs.tcl, acs-subsite/tcl/subsite-procs.xql: first part of tip 76 -- multiple packages as subsites adds a subsite::package_keys function for listing subsites, and uses it instead of hard coding acs-subsite all over 2005-03-07 12:47 jeffd * packages/search/tcl/search-procs.tcl: typo two log messages 2005-03-07 07:36 jeffd * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: add a details common key 2005-03-07 05:24 jeffd * packages/search/tcl/search-procs.tcl: make the search indexer much more robust to errors in the datasource or indexing routines -- catch + emit traceback for errors 2005-03-06 11:15 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Add -nocase to regsub for NOT operator at the beginnign of query string. 2005-03-06 11:09 jeffd * packages/acs-kernel/: acs-kernel.info, sql/postgresql/postgresql.sql, sql/postgresql/upgrade/upgrade-5.2.0d8-5.2.0d9.sql: add an explicit cast of proname in drop_package needed in pg8 2005-03-06 10:15 jeffd * www/robots.txt: add wildcard disallow for googlebot 2005-03-04 15:09 jeffd * packages/acs-tcl/tcl/: 00-database-procs.tcl, ds-stub-procs.tcl, request-processor-procs.tcl: stub ds procs rather than call ad_call_proc_if_defined_and_function_name_too_short 2005-03-04 14:30 jeffd * packages/acs-tcl/tcl/acs-permissions-procs.tcl: change how permission::cache_p is defined so it does not break ttrace 2005-03-04 13:22 jeffd * packages/acs-subsite/tcl/: relation-procs.tcl, relation-procs.xql: utility proc for getting related items 2005-03-03 15:16 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: 1. Allow use of variables in form element names, so you can more easily build dynamic forms. 2. Relax the rules slightly so you can initialize a form without providing a form block. 2005-03-03 13:06 jeffd * packages/acs-tcl/tcl/request-processor-init.tcl: change cache_p to cache in first call of function not in init; emit notice on registering filters and procs 2005-03-03 10:17 jeffd * tcl/zz-postload.tcl: don't rename away __is_xql 2005-03-03 04:15 jeffd * packages/acs-lang/tcl/localization-data-init.tcl: include variable define for ::lang::util::percent_match 2005-03-02 18:36 donb * packages/acs-tcl/acs-tcl.info: Needed to bump version number because I'm writing code that depends on my change to ad_form ... 2005-03-02 18:35 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Allow one to initiate an ad_form with specifying the "form" block, useful for building forms incrementally. 2005-03-02 18:13 jader * packages/acs-core-docs/www/xml/install-guide/software.xml: Add in Oracle 10g to software compatibility matrix. 2005-03-02 14:38 miguelm * packages/acs-subsite/lib/user-new.tcl: send return_url when an assessment is related 2005-03-01 11:39 maltes * www/resources/info.txt: Added resources directory so we can put e.g. a combined css in there 2005-03-01 06:46 miguelm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add messages 2005-03-01 05:17 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: add an ad_unquotehtml function to invert ad_quotehtml 2005-03-01 02:42 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Removed call to subsite::package_keys 2005-03-01 01:56 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed typo in [ad_conn subsite_url] 2005-03-01 01:17 jeffd * packages/acs-tcl/tcl/: request-processor-init.tcl, request-processor-procs.tcl: ad_acs_admin_id removed 2005-02-28 16:01 jeffd * packages/: acs-admin/www/apm/package-add.tcl, acs-admin/www/apm/parameter-edit.tcl, acs-admin/www/users/member-state-change.tcl, acs-admin/www/users/user-add-2.tcl, acs-admin/www/users/user-add-3.tcl, acs-admin/www/users/user-batch-add.tcl, acs-authentication/tcl/authentication-procs.tcl, acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl, acs-content-repository/tcl/keyword-procs.tcl, acs-content-repository/tcl/revision-procs.tcl, acs-content-repository/tcl/test/acs-content-repository-procs.tcl, acs-reference/www/index.tcl, acs-reference/www/reference-data-list.tcl, acs-reference/www/table-detail.tcl, acs-reference/www/view-one-reference.tcl, acs-subsite/www/group-join.tcl, acs-subsite/www/admin/site-map/allow-for-view.tcl, acs-subsite/www/admin/site-map/new.tcl, acs-subsite/www/members/user-batch-add.tcl, acs-subsite/www/permissions/index.tcl, acs-subsite/www/permissions/one.tcl, acs-subsite/www/pvt/alerts.tcl, acs-subsite/www/user/portrait/comment-edit.tcl, acs-subsite/www/user/portrait/erase.tcl, acs-subsite/www/user/portrait/index.tcl, acs-subsite/www/user/portrait/upload.tcl, acs-tcl/tcl/00-database-procs.tcl, acs-tcl/tcl/acs-permissions-procs.tcl, acs-tcl/tcl/apm-file-procs.tcl, acs-tcl/tcl/security-procs.tcl, acs-tcl/tcl/text-html-procs.tcl, notifications/www/manage.tcl, notifications/www/request-new.tcl: change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public 2005-02-28 10:25 miguelm * packages/acs-subsite/acs-subsite.info: add parameter that contains the assessment_id of the assessment related to the registration process 2005-02-28 10:24 miguelm * packages/acs-subsite/lib/user-new.tcl: verify and redirect to the correct url if an assessment is related to the registration process, if not continue with the old process 2005-02-28 10:22 miguelm * packages/acs-subsite/www/admin/: index.adp, index.tcl: add page that allows to choose an assessment related to the registration process 2005-02-27 17:29 donb * packages/acs-tcl/: acs-tcl.info, tcl/request-processor-procs.tcl: Added ad_conn form_counter (liberated from Greenpeace Planet), which makes it easier to write javascript-enhanced widgets for the template form builder. 2005-02-27 17:28 donb * packages/acs-templating/: acs-templating.info, tcl/form-procs.tcl: Added ad_conn form_count (liberated from Greenpeace Planet work), which simplifies the writing of javascript-enhanced template form builder widgets. 2005-02-27 14:45 jeffd * packages/: acs-api-browser/tcl/acs-api-documentation-procs.tcl, acs-authentication/tcl/apm-callback-procs.tcl, acs-authentication/tcl/authentication-procs.tcl, acs-automated-testing/tcl/aa-test-procs.tcl, acs-content-repository/tcl/filter-procs.tcl, acs-lang/tcl/lang-message-procs.tcl, acs-lang/tcl/lang-util-procs.tcl, acs-lang/tcl/locale-procs.tcl, acs-lang/tcl/locale-procs.xql, acs-subsite/tcl/apm-callback-procs.tcl, acs-subsite/tcl/group-procs.tcl, acs-subsite/tcl/subsite-procs.tcl, acs-tcl/tcl/ad-functional-procs.tcl, acs-tcl/tcl/defs-procs.tcl, acs-tcl/tcl/openacs-kernel-procs.tcl, acs-tcl/tcl/parameter-procs.tcl, acs-tcl/tcl/site-node-object-map-procs.tcl, acs-tcl/tcl/test/file-test-procs.tcl, acs-templating/tcl/apm-callback-procs.tcl, acs-templating/tcl/currency-procs.tcl, acs-templating/tcl/filter-procs.tcl, acs-templating/tcl/list-procs.tcl, acs-templating/tcl/mime-procs.tcl, acs-templating/tcl/tag-procs.tcl, acs-templating/tcl/widget-procs.tcl: add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private 2005-02-27 12:05 jeffd * packages/: acs-content-repository/tcl/content-extlink-procs.tcl, acs-content-repository/tcl/content-extlink-procs.xql, acs-content-repository/tcl/extlink-procs.tcl, acs-subsite/tcl/application-group-procs.tcl, acs-subsite/www/admin/rel-segments/elements-display.adp, acs-subsite/www/admin/rel-segments/elements-display.tcl: remove unused .xql files, rename a couple misnamed xql files, fix elements-display.adp to not embed lots of tcl, add some interface status things 2005-02-27 12:04 jeffd * packages/acs-tcl/tcl/test/: datamodel-test-procs.tcl, file-test-procs.tcl: tweak documentation 2005-02-27 11:45 donb * packages/acs-kernel/acs-kernel.info: Somehow I managed to goober the last commit, despite having (I thought) properly resolved merge conflicts. Oh well ... 2005-02-27 11:23 donb * packages/acs-kernel/sql/postgresql/: acs-objects-create.sql, upgrade/upgrade-5.2.0d7-5.2.0d8.sql: Realized that I only need to define function args for the most verbose form of acs_object__new, since package_instantiate_object handles default values very nicely. 2005-02-27 09:38 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d3-5.1.5d4.sql: Move file to correct name for upgrade. 2005-02-27 09:07 jeffd * packages/: acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, search/catalog/search.en_US.ISO-8859-1.xml: fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files 2005-02-27 08:16 jeffd * packages/acs-tcl/tcl/test/: datamodel-test-procs.tcl, doc-check-procs.tcl, file-test-procs.tcl, log-test-procs.tcl: adds test for acs_object_type internal consistency, proc documentation, xql files, named constraints, acs_attributes internal consistency 2005-02-26 17:21 donb * packages/acs-kernel/: acs-kernel.info, sql/oracle/acs-permissions-create.sql, sql/oracle/acs-relationships-create.sql, sql/oracle/groups-create.sql, sql/oracle/rel-segments-create.sql, sql/postgresql/acs-objects-create.sql, sql/postgresql/acs-permissions-create.sql, sql/postgresql/acs-relationships-create.sql, sql/postgresql/groups-create.sql, sql/postgresql/rel-segments-create.sql, sql/postgresql/upgrade/upgrade-5.2.0d7-5.2.0d8.sql: A variety of group oriented things, and finally added the definitions of acs-objects package procs in PG so that we can use package_instantiate_object and package_db_exec with them. 2005-02-26 13:26 jeffd * packages/acs-tcl/tcl/test/: acs-tcl-test-procs.tcl, file-test-procs.tcl: add a test to check the validity of all the xql files. break out the file scan tests into a seperate file 2005-02-26 11:48 jeffd * packages/acs-kernel/sql/: oracle/upgrade/upgrade-4.6-4.6.1d1.sql, postgresql/upgrade/upgrade-4.6-4.6.1d1.sql: rename 4.6-4.6.1 upgrade to not overlap 4.6.1d1-4.6.1d2 2005-02-26 09:52 jeffd * packages/: acs-admin/www/apm/bulk-intall.tcl, acs-admin/www/apm/version-generate-diffs.tcl, acs-admin/www/apm/version-generate-diffs.xql, acs-api-browser/www/package-view.tcl, acs-subsite/www/shared/1pixel.tcl, acs-tcl/tcl/00-database-procs.tcl, acs-tcl/tcl/ad-functional-procs.tcl, acs-tcl/tcl/admin-procs.tcl, acs-tcl/tcl/apm-file-procs.tcl, acs-tcl/tcl/apm-install-procs.tcl, acs-tcl/tcl/apm-procs.tcl, acs-tcl/tcl/community-core-procs.tcl, acs-tcl/tcl/deprecated-utilities-procs.tcl, acs-tcl/tcl/site-node-apm-integration-procs.tcl, acs-tcl/tcl/site-nodes-procs.tcl, acs-tcl/tcl/utilities-procs.tcl, acs-templating/tcl/acs-integration-procs.tcl, acs-templating/tcl/paginator-procs.tcl, notifications/tcl/sweep-procs.tcl: removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code 2005-02-26 08:00 jeffd * packages/: acs-lang/tcl/lang-catalog-procs.tcl, acs-lang/tcl/lang-message-procs.tcl, acs-lang/tcl/lang-util-procs.tcl, acs-lang/tcl/lang-util-procs.xql, acs-lang/tcl/locale-procs.tcl, acs-lang/tcl/localization-procs.tcl, acs-lang/www/index.tcl, acs-lang/www/locale-set.tcl, acs-lang/www/admin/batch-editor.tcl, acs-lang/www/admin/edit-description.tcl, acs-lang/www/admin/edit-localized-message.tcl, acs-lang/www/admin/export-locale-to-files.tcl, acs-lang/www/admin/import-locale-from-files.tcl, acs-lang/www/admin/index.tcl, acs-lang/www/admin/locale-delete.tcl, acs-lang/www/admin/locale-edit.tcl, acs-lang/www/admin/locale-make-default.tcl, acs-lang/www/admin/localized-message-new.tcl, acs-lang/www/admin/message-delete.tcl, acs-lang/www/admin/message-list.tcl, acs-lang/www/admin/message-search.tcl, acs-lang/www/admin/package-list.tcl, acs-lang/www/admin/test/catalog-test.tcl, acs-lang/www/admin/test/test.tcl, acs-templating/tcl/spellcheck-init.tcl: remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs 2005-02-25 16:24 skaufman * packages/acs-tcl/lib/page-error.adp: fixed mismatched message_key with catalog 2005-02-25 14:09 jeffd * packages/acs-templating/resources/forms/standard.adp: Fixes bug 2162 * not shown for required on select widget. 2005-02-25 13:35 jeffd * packages/acs-kernel/acs-kernel.info: remove the duplicated Allowed* tags, make the contact oct@openacs 2005-02-25 09:15 victorg * packages/acs-kernel/acs-kernel.info: Adding BugTrackerInstance Parameter. This parameter let you know into which bug-tracker instance has to be done the auto error report. 2005-02-25 08:30 victorg * packages/acs-tcl/: catalog/acs-tcl.en_US.ISO-8859-1.xml, lib/page-error.adp, lib/page-error.tcl, lib/page-error.xql, tcl/parameter-procs.tcl, tcl/request-processor-procs.tcl: Adding functionality for autosubmition of errors into de the bug-tracker. Sending an email to the system owner when an error have occurred, detailling info like user_id, browser's user, error details, etc. 2005-02-24 14:12 jeffd * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: make string_truncate reflect new behavior lars made, add test for ellipses on truncate 2005-02-24 14:10 jeffd * packages/acs-automated-testing/www/admin/: index.tcl, testcase-oracle.xql, testcase-postgresql.xql, testcase.adp, testcase.tcl: less braindamage for markup, aggregate result count in sql, filter fails only on quiet 2005-02-24 11:34 jeffd * packages/acs-content-repository/sql/postgresql/content-item.sql: set live and latest to null so delete does not violate fk constraints 2005-02-24 07:22 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed vhost_package_url when the package is not mounted directly under the subsite. 2005-02-24 05:41 jeffd * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: merge change by hand because the file was manually added on head. 2005-02-24 05:32 jeffd * etc/analog.cfg, etc/config.tcl, etc/install/install.sh, etc/keepalive/keepalive-cron.sh, etc/keepalive/keepalive.sh, packages/acs-admin/www/users/password-update.adp, packages/acs-admin/www/users/password-update.tcl, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/oracle/content-folder.sql, packages/acs-content-repository/sql/oracle/content-item.sql, packages/acs-content-repository/sql/oracle/packages-create.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql, packages/acs-content-repository/sql/postgresql/content-folder.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d1-5.1.5d2.sql, packages/acs-content-repository/tcl/content-folder-procs.tcl, packages/acs-content-repository/tcl/content-revision-procs.tcl, packages/acs-content-repository/tcl/filter-procs.tcl, packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl, packages/acs-core-docs/www/install-full-text-search-openfts.html, packages/acs-core-docs/www/install-full-text-search-tsearch2.html, packages/acs-core-docs/www/xml/developers-guide/i18n.xml, packages/acs-core-docs/www/xml/developers-guide/permissions.xml, packages/acs-core-docs/www/xml/developers-guide/rp.xml, packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml, packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml, packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml, packages/acs-core-docs/www/xml/developers-guide/tutorial.xml, packages/acs-core-docs/www/xml/engineering-standards/cvs.xml, packages/acs-core-docs/www/xml/install-guide/configuring.xml, packages/acs-core-docs/www/xml/install-guide/maintenance.xml, packages/acs-core-docs/www/xml/install-guide/openacs.xml, packages/acs-core-docs/www/xml/install-guide/other-software.xml, packages/acs-core-docs/www/xml/install-guide/postgres.xml, packages/acs-core-docs/www/xml/install-guide/recovery.xml, packages/acs-core-docs/www/xml/install-guide/upgrade.xml, packages/acs-core-docs/www/xml/kernel/apm-design.xml, packages/acs-core-docs/www/xml/kernel/ext-auth.xml, packages/acs-core-docs/www/xml/non-xml/release-notes-4-6.html, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/sql/oracle/acs-objects-create.sql, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql, packages/acs-lang/www/admin/edit-localized-message.tcl, packages/acs-service-contract/acs-service-contract.info, packages/acs-service-contract/tcl/implementation-procs.tcl, packages/acs-service-contract/tcl/implementation-procs.xql, packages/acs-subsite/lib/login.adp, packages/acs-subsite/www/admin/site-map/index.adp, packages/acs-subsite/www/permissions/perm-include-oracle.xql, packages/acs-subsite/www/permissions/perm-include-postgresql.xql, packages/acs-subsite/www/site-map/index.tcl, packages/acs-tcl/tcl/apm-procs.tcl, packages/acs-tcl/tcl/apm-procs.xql, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-templating/resources/forms/blue.adp, packages/acs-templating/resources/forms/coddo.adp, packages/acs-templating/resources/forms/configuration.adp, packages/acs-templating/resources/forms/grid.adp, packages/acs-templating/resources/forms/plain.adp, packages/acs-templating/resources/forms/plainest.adp, packages/acs-templating/resources/forms/tiny-plain.adp, packages/acs-templating/resources/forms/wizard.adp, packages/acs-templating/resources/lists/table.adp, packages/acs-templating/tcl/paginator-procs.tcl, packages/acs-templating/tcl/parse-procs.tcl, packages/acs-templating/tcl/tag-procs.tcl, packages/acs-templating/tcl/widget-procs.tcl, packages/notifications/notifications.info, www/blank-master.adp, www/site-master.adp: commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 2005-02-24 03:16 jeffd * packages/acs-tcl/tcl/utilities-procs.tcl: add a bit more docs to ad_get_tcl_call_stack 2005-02-24 03:13 jeffd * packages/acs-templating/resources/forms/standard.adp: form errors for fields with an empty label would not highlight or show a required mark -- fixed 2005-02-24 03:10 jeffd * packages/acs-subsite/www/permissions/: one-oracle.xql, one-postgresql.xql, one.adp, one.tcl: show permissions granted to public on mainsite (used to be excluded on the query which made understanding the permissions quite difficult) 2005-02-24 03:01 jeffd * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add a cannot remove permission msg 2005-02-23 05:14 jeffd * packages/acs-subsite/tcl/subsite-procs.tcl: add subsite::util::packages which returns a list of package_id;s in the subsite containing the passed node_id 2005-02-23 03:52 leed * packages/acs-content-repository/sql/: oracle/content-create.sql, postgresql/content-create.sql: Page root and template root registered as magic objects. 2005-02-23 02:07 jeffd * packages/acs-kernel/sql/: oracle/acs-create.sql, oracle/apm-create.sql, oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql, postgresql/acs-create.sql, postgresql/apm-create.sql, postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: set title in acs objects when creating security context root, set titles for parameters, make acs_objects.package_id on delete set null 2005-02-22 12:40 jeffd * packages/acs-kernel/sql/: oracle/upgrade/upgrade-4.6.1d1-4.6.1d2.sql, postgresql/upgrade/upgrade-4.6.1d1-4.6.1d2.sql: rename upgrade-4.6.1-4.7d.sql to upgrade-4.6.1d1-4.6.1d2.sql so the ordering of application is no longer ambiguous 2005-02-22 12:20 leed * packages/acs-tcl/tcl/install-procs.tcl: Added permission revoke action. 2005-02-22 10:18 leed * packages/acs-tcl/tcl/install-procs.tcl: resubs double slashes in url attributes 2005-02-20 09:18 jeffd * packages/search/: catalog/search.en_US.ISO-8859-1.xml, tcl/search-procs.tcl, www/advanced-search.adp, www/search.adp, www/search.tcl: more cleanup, change search sweeper to pull id's and release handle few fixes to syndication stuff 2005-02-18 11:08 leed * packages/: acs-subsite/tcl/subsite-procs-oracle.xql, acs-subsite/tcl/subsite-procs-postgresql.xql, acs-subsite/tcl/subsite-procs.tcl, acs-subsite/tcl/subsite-procs.xql, acs-tcl/tcl/request-processor-procs.tcl, acs-tcl/tcl/utilities-procs.tcl: Added elements subsite_node_id, subsite_url, vhost_subsite_url and vhost_package_url to allow includes and master templates to vhost aware server relative urls. Added subsite::get_url to allow functions to generate vhost aware absolute urls. 2005-02-18 10:36 jeffd * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: fix the build_query function to be more in line with the lexer, sort by rank high to low, index title, keywords as weight A,B respectively 2005-02-17 13:48 daveb * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Add tsearch2 install documentation. 2005-02-17 09:18 jeffd * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-create.sql: object_id on delete cascade 2005-02-17 07:12 jeffd * packages/acs-tcl/tcl/stack-trace-procs.tcl: make the stack trace purty 2005-02-17 07:12 jeffd * packages/acs-tcl/tcl/: 00-database-procs.tcl, apm-procs.tcl: make some proc things into ad_proc, remove a couple useless debug messages, log long query times as a WARNING message in the log 2005-02-17 07:11 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: make ad_acs_kernel_id an ad_proc first so dbqd does not complain 2005-02-16 13:41 jader * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Update installation of daemontools. Description expanded for Fedora Core 3. Broken link fixed. 2005-02-16 09:32 jeffd * packages/acs-bootstrap-installer/: installer.tcl, tcl/40-db-query-dispatcher-procs.tcl: comment out db_qd_log calls as almost noone will use these anymore and some added appreciable overhead. warn when a proc does not yield a statement name with advice about why, fix the bootstrap version of acs_kernel_id to cache 2005-02-15 16:21 jeffd * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, acs-plat-dev.html, analog-install.html, analog-setup.html, aolserver.html, aolserver4.html, apm-design.html, apm-requirements.html, automated-backup.html, automated-testing-best-practices.html, backup-recovery.html, backups-with-cvs.html, bootstrap-acs.html, complete-install.html, configuring-configuring-packages.html, configuring-configuring-permissions.html, configuring-install-packages.html, configuring-mounting-packages.html, configuring-new-site.html, contributing-code.html, credits.html, cvs-guidelines.html, cvs-resources.html, cvs-tips.html, database-management.html, db-api-detailed.html, db-api.html, dev-guide.html, doc-standards.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, eng-standards.html, ext-auth-requirements.html, filename.html, for-everyone.html, form-builder.html, general-documents.html, groups-design.html, groups-requirements.html, high-avail.html, how-do-I.html, i18n-convert.html, i18n-design.html, i18n-introduction.html, i18n-overview.html, i18n-requirements.html, i18n-translators.html, i18n.html, index.html, individual-programs.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-ldap-radius.html, install-more-software.html, install-next-add-server.html, install-next-backups.html, install-next-nightly-vacuum.html, install-nsopenssl.html, install-nspam.html, install-openacs-delete-tablespace.html, install-openacs-inittab.html, install-openacs-keepalive.html, install-origins.html, install-overview.html, install-pam-radius.html, install-php.html, install-qmail.html, install-redhat.html, install-resources.html, install-squirrelmail.html, install-ssl.html, install-steps.html, install-tclwebtest.html, ix01.html, kernel-doc.html, kernel-overview.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, nxml-mode.html, object-identity.html, object-system-design.html, object-system-requirements.html, objects.html, openacs-cvs-concepts.html, openacs-overview.html, openacs-unpack.html, openacs.html, oracle.html, os-install.html, os-security.html, packages.html, parties.html, permissions-design.html, permissions-requirements.html, permissions-tediously-explained.html, permissions.html, postgres.html, profile-code.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, releasing-openacs.html, releasing-package.html, remote-postgres.html, request-processor.html, requirements-template.html, rp-design.html, rp-requirements.html, security-design.html, security-notes.html, security-requirements.html, snapshot-backup.html, style-guide.html, subsites-design.html, subsites-requirements.html, subsites.html, tcl-doc.html, templates.html, tutorial-admin-pages.html, tutorial-advanced.html, tutorial-caching.html, tutorial-categories.html, tutorial-comments.html, tutorial-css-layout.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-etp-templates.html, tutorial-future-topics.html, tutorial-hierarchical.html, tutorial-html-email.html, tutorial-newpackage.html, tutorial-notifications.html, tutorial-pages.html, tutorial-parameters.html, tutorial-schedule-procs.html, tutorial-second-database.html, tutorial-specs.html, tutorial-upgrade-scripts.html, tutorial-upgrades.html, tutorial-vuh.html, tutorial-wysiwyg-editor.html, tutorial.html, unix-installation.html, update-repository.html, update-translations.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade-supporting.html, upgrade.html, uptime.html, using-cvs-with-openacs.html, variables.html, win2k-installation.html: regenerate the documentation -- add new files 2005-02-15 16:18 jeffd * packages/acs-core-docs/www/xml/: developers-guide/tutorial-advanced.xml, install-guide/aolserver4.xml, install-guide/maintenance.xml, install-guide/software.xml, install-guide/upgrade.xml: fix docbook xml errors, make software.xml mention pg 8.0, 5.2 2005-02-15 09:27 daveb * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Fix content type calls to eliminate illegal chars in type name 2005-02-15 09:10 miguelm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: adding missing messages 2005-02-15 08:21 andrewg * packages/acs-subsite/www/admin/applications/: index-oracle.xql, index-postgresql.xql, index.tcl: level is a reserved word in Oracle. Changing to treelevel. 2005-02-15 08:02 andrewg * packages/acs-subsite/www/: admin/site-map/site-map-oracle.xql, site-map/index-oracle.xql: Adding missing view_p column 2005-02-14 13:56 andrewg * packages/acs-subsite/www/site-map/index-oracle.xql: Oracle was complaining about joining with a CONNECT BY. I've refactored the mask into an EXISTS clause. Should this be handled with a 'read_site_map' permission instead of the masking table? 2005-02-14 13:08 andrewg * packages/acs-tcl/tcl/html-email-procs.tcl: Look a little harder for the message body, and use only the first-encountered text/plain and text/html. 2005-02-14 10:17 donb * packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl: Dave fixed his test case ... 2005-02-14 09:23 donb * packages/acs-content-repository/sql/oracle/content-type.sql: Missed one file modified by daveb in my last commit 2005-02-14 04:32 jeffd * packages/acs-tcl/tcl/exception-procs.tcl: added some @see to make ad_try less threatening 2005-02-12 18:10 donb * packages/acs-content-repository/tcl/: content-revision-procs-oracle.xql, content-revision-procs.tcl, test/content-revision-test-procs.tcl: commiting Daveb's oracle fixes ... 2005-02-10 11:06 daveb * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: Switch to support oracle version 8.1.6 2005-02-09 18:45 donb * packages/acs-content-repository/tcl/content-folder-procs.tcl: Changed "delete" call to "del", content-item tests runs without error now with Oracle. 2005-02-09 17:40 daveb * packages/acs-content-repository/tcl/: content-revision-procs-oracle.xql, content-revision-procs-postgresql.xql, content-revision-procs.tcl: Insert content as BLOB in seperate query. 2005-02-09 07:21 leed * packages/acs-tcl/tcl/install-procs.tcl: Make create-user work in the bootstrap install.xml (before the service contract is registered). 2005-02-08 09:24 andrewg * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: site-node-selection with an "s" 2005-02-08 09:24 andrewg * packages/acs-subsite/sql/oracle/site-node-selection.sql: Bugfix. 2005-02-08 09:20 andrewg * packages/acs-lang/sql/oracle/ad-locales.sql: Removed a stray 'end'. 2005-02-08 08:39 miguelm * packages/acs-subsite/tcl/email-image-procs.tcl: removing *SQL* 2005-02-08 03:07 leed * packages/acs-tcl/tcl/security-procs.tcl: ad_get_client_property returns the default when no security session exists; ie. during install. 2005-02-08 00:29 jeffd * packages/acs-subsite/www/o.vuh: make missing svc contract give message rather than traceback 2005-02-07 17:22 jeffd * packages/acs-tcl/tcl/: navigation-procs.tcl, request-processor-procs.tcl: rollback the secret multisubsite stuff did not mean to commit 2005-02-07 17:19 jeffd * packages/acs-tcl/tcl/: install-procs.tcl, navigation-procs.tcl, request-processor-procs.tcl: do not try to login when creating a user from the install.xml actioninstall-procs.tcl 2005-02-07 17:16 jeffd * packages/acs-service-contract/www/: binding-display.adp, binding-display.tcl, contract-display.tcl: add a display of a particular binding so you can easily track down the actual functions 2005-02-07 17:14 jeffd * packages/acs-lang/tcl/localization-procs.tcl: don't use en_US in lc_numeric if lookup fails since when acs-lang totally borked even en_US might not be there and the admin page won't display 2005-02-07 15:27 jeffd * packages/acs-tcl/tcl/install-procs.tcl: value for param has to default to empty string since otherwise the empty value throws error in apm_required_attribute_value 2005-02-07 15:17 jeffd * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: throw error if no package provided and no connection 2005-02-07 14:16 leed * packages/acs-tcl/tcl/install-procs.tcl: Added some new actions. 2005-02-07 13:56 jeffd * packages/acs-bootstrap-installer/installer.tcl: reset the ad_conn so we can use it during install 2005-02-07 02:30 jeffd * packages/acs-templating/tcl/list-procs.tcl: add the note about using filters to propigate state varibles 2005-02-07 02:29 jeffd * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: tweak markup so log lists of switch docs are readable 2005-02-06 10:30 jeffd * packages/acs-tcl/tcl/: object-procs-oracle.xql, object-procs-postgresql.xql: return title and package_id in acs_object::get 2005-02-06 10:21 jeffd * packages/acs-templating/tcl/tag-init.tcl: save errors in includes to the ds_page_bits cache 2005-02-05 10:22 maltes * packages/acs-core-docs/www/xml/install-guide/: aolserver4.xml, postgres.xml: Upgraded version numbers 2005-02-05 03:57 jeffd * packages/acs-subsite/www/o.vuh: handle missing or invalid object id better 2005-02-05 03:53 jeffd * packages/search/tcl/search-procs.tcl: use -datasource not -array 2005-02-04 07:33 jeffd * packages/acs-templating/tcl/parse-procs.tcl: adds support for page fragment cache stuff from developer support 2005-02-04 03:08 leed * packages/acs-tcl/tcl/install-procs.tcl: Fixed bug in mount action. Added mount-existing action for mounting an already created package instance. 2005-02-03 19:24 jeffd * packages/acs-kernel/acs-kernel.info: allow SPAN tags 2005-02-03 10:21 bdolicki * packages/acs-tcl/tcl/stack-trace-procs.tcl: Useful for having your catch and eat it. 2005-02-02 16:19 jeffd * packages/acs-templating/resources/lists/table.adp: xhtml tweak for sort img 2005-02-02 16:18 jeffd * packages/acs-content-repository/sql/postgresql/content-search.sql: bind the fts contract when creating the datamodel 2005-02-02 15:27 jeffd * packages/notifications/tcl/notification-display-procs.tcl: quotehtml the sub_url since it's noquoted in the page (as an html fragment). 2005-02-02 13:32 jeffd * packages/acs-templating/tcl/tag-procs.tcl: throw an error if the nil or defined tag is given anything other than a variable 2005-02-02 13:29 jeffd * packages/search/catalog/search.en_US.ISO-8859-1.xml: remove some unused keys 2005-02-02 13:24 jeffd * packages/search/www/index.adp: GET should be get 2005-02-02 13:18 jeffd * packages/search/: search.info, catalog/search.en_US.ISO-8859-1.xml, tcl/search-procs.tcl, www/advanced-search.adp, www/index.adp, www/index.tcl, www/search.adp, www/search.tcl: fix search links, make validate as xhtml, remove crappy markup, fix some message keys. fix bug with flag for syndication 2005-02-02 10:26 victorg * www/: site-master.adp, site-master.tcl: Internationalitation for Online Members message, Your Acccount Message and Logout Message 2005-02-01 13:06 jeffd * packages/search/catalog/search.en_US.ISO-8859-1.xml: move message catalog over from 5.1 branch 2005-02-01 09:09 daveb * packages/acs-content-repository/sql/oracle/content-type.sql: Fix insert and select views for revisions and subtypes so title is not duplicated. 2005-01-31 13:58 jeffd * packages/acs-lang/tcl/lang-install-procs.tcl: functions for enabling and setting locale in the install.xml file 2005-01-31 13:03 jeffd * packages/acs-templating/: tcl/tag-init.tcl, tcl/tag-procs.tcl, tcl/util-procs.tcl, www/admin/test/include.tcl: add recognizing array variables like @xx.y.z@ as xx(y.z). Note that the regexps show up in multiple places so any changes to the @ var regexps should be made carefully. In particular if @x@ defined and if @x@ nil handle variables special since they can't be derefrenced 2005-01-31 10:11 miguelm * packages/acs-subsite/tcl/email-image-procs.tcl: Fixing image length 2005-01-31 09:47 miguelm * packages/acs-subsite/tcl/email-image-procs-oracle.xql: Fixing rel name 2005-01-31 06:56 jeffd * packages/acs-tcl/tcl/install-procs.tcl: add an object id= method for setting permissions in the install.xml file on explicit object ids 2005-01-30 08:23 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed call to rp_debug for reporting bad filter return codes. 2005-01-30 08:23 jeffd * packages/acs-subsite/www/resources/core.js, www/blank-master.adp: changes to make htmlarea-3.0-rc3 work 2005-01-30 08:13 jeffd * packages/acs-templating/www/resources/htmlarea/: dialog.js, htmlarea.css, htmlarea.js, index.html, license.txt, popupdiv.js, popupwin.js, reference.html, release-notes.html, examples/2-areas.cgi, examples/2-areas.html, examples/character_map.html, examples/context-menu.html, examples/core.html, examples/css.html, examples/custom.css, examples/dynamic.css, examples/dynamic_css.html, examples/empty.html, examples/full-page.html, examples/fully-loaded.html, examples/index.html, examples/list-type.html, examples/remove-font-tags.html, examples/spell-checker.html, examples/table-operations.html, examples/test.cgi, images/ed_about.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_killword.gif, images/ed_left_to_right.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_paste.gif, images/ed_print.gif, images/ed_redo.gif, images/ed_right_to_left.gif, images/ed_rmformat.gif, images/ed_save.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, lang/b5.js, lang/ch.js, lang/cz.js, lang/da.js, lang/de.js, lang/ee.js, lang/el.js, lang/en.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/he.js, lang/hu.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/lt.js, lang/lv.js, lang/nb.js, lang/nl.js, lang/no.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, lang/se.js, lang/si.js, lang/vn.js, plugins/CSS/css.js, plugins/CSS/lang/en.js, plugins/CharacterMap/character-map.js, plugins/CharacterMap/img/ed_charmap.gif, plugins/CharacterMap/lang/de.js, plugins/CharacterMap/lang/en.js, plugins/CharacterMap/popups/select_character.html, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/menu.css, plugins/ContextMenu/lang/de.js, plugins/ContextMenu/lang/el.js, plugins/ContextMenu/lang/en.js, plugins/ContextMenu/lang/fr.js, plugins/ContextMenu/lang/he.js, plugins/ContextMenu/lang/nl.js, plugins/DynamicCSS/dynamiccss.js, plugins/DynamicCSS/lang/de.js, plugins/DynamicCSS/lang/en.js, plugins/DynamicCSS/lang/fr.js, plugins/FullPage/full-page.js, plugins/FullPage/test.html, plugins/FullPage/img/docprop.gif, plugins/FullPage/lang/de.js, plugins/FullPage/lang/en.js, plugins/FullPage/lang/fr.js, plugins/FullPage/lang/he.js, plugins/FullPage/lang/ro.js, plugins/FullPage/popups/docprop.html, plugins/HtmlTidy/README, plugins/HtmlTidy/html-tidy-config.cfg, plugins/HtmlTidy/html-tidy-logic.php, plugins/HtmlTidy/html-tidy.js, plugins/HtmlTidy/img/html-tidy.gif, plugins/HtmlTidy/lang/en.js, plugins/ListType/list-type.js, plugins/ListType/lang/de.js, plugins/ListType/lang/en.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/SpellChecker/img/he-spell-check.gif, plugins/SpellChecker/lang/cz.js, plugins/SpellChecker/lang/da.js, plugins/SpellChecker/lang/de.js, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/he.js, plugins/SpellChecker/lang/hu.js, plugins/SpellChecker/lang/it.js, plugins/SpellChecker/lang/nl.js, plugins/SpellChecker/lang/ro.js, plugins/TableOperations/table-operations.js, plugins/TableOperations/lang/cz.js, plugins/TableOperations/lang/da.js, plugins/TableOperations/lang/de.js, plugins/TableOperations/lang/el.js, plugins/TableOperations/lang/en.js, plugins/TableOperations/lang/fi.js, plugins/TableOperations/lang/fr.js, plugins/TableOperations/lang/he.js, plugins/TableOperations/lang/hu.js, plugins/TableOperations/lang/it.js, plugins/TableOperations/lang/nl.js, plugins/TableOperations/lang/no.js, plugins/TableOperations/lang/ro.js, popups/about.html, popups/blank.html, popups/custom2.html, popups/editor_help.html, popups/fullscreen.html, popups/insert_image.html, popups/insert_table.html, popups/link.html, popups/old-fullscreen.html, popups/old_insert_image.html, popups/popup.js, popups/select_color.html: pull in htmlarea 3.0rc3 2005-01-30 07:13 jeffd * packages/acs-kernel/acs-kernel.info: add the tags and attributes used by htmlarea to the set of allowed tags (Except IMG and src= 2005-01-29 10:58 jeffd * packages/acs-tcl/tcl/apm-install-procs.tcl: add default ids to simplify writing install.xml scripts (ACS_KERNEL ACS_TEMPLATING ACS_AUTHENTICATION ACS_LANG and MAIN_SITE) from Lee Denision 2005-01-29 10:43 jeffd * packages/acs-tcl/tcl/: defs-procs.tcl, object-procs.tcl, object-procs.xql: cache the magic object lookup and kernel id lookups since they were being called on every page causing 4 db hits 2005-01-27 13:35 jeffd * packages/acs-tcl/tcl/: security-procs.tcl, utilities-procs.tcl: fix links to old ad bboard posts. 2005-01-27 08:20 leed * packages/acs-tcl/tcl/install-procs.tcl: Fixed error when package is already mounted at a location. 2005-01-26 14:45 lars * packages/acs-tcl/tcl/utilities-procs.tcl: util_user_message call in ad_returnredirect was duplicated due to an errorneous merge 2005-01-26 13:07 jeffd * packages/acs-bootstrap-installer/installer/install.tcl: use subsite::main_site_id to get main site id rather than query on name since name can change when running install.xml 2005-01-25 16:53 jeffd * packages/acs-subsite/tcl/subsite-procs.tcl: trim spurious trailing . in sidebar links (fixed regexp) 2005-01-25 16:51 jeffd * packages/acs-subsite/tcl/subsite-procs.tcl: trim spurious trailing . in sidebar links 2005-01-25 16:23 jeffd * packages/acs-tcl/tcl/: apm-install-procs.tcl, install-procs.tcl: add the community-new action for install.xml; allow value field for parameter to be defaulted to {} since otherwise you can't set a parameter to the empty string; add a -nested flag to apm::process_install_xml so that it's possible to do included install.xml's 2005-01-25 16:16 jeffd * packages/acs-subsite/www/admin/applications/: index-oracle.xql, index-postgresql.xql, index.tcl: expand children applications. this won't scale but without it you can't set parameters in applications other than those immediately under the subsite 2005-01-25 15:51 jeffd * packages/acs-bootstrap-installer/: installer.tcl, installer/install.tcl: no longer redefine ad_conn in install since it's needed in some libraries in callbacks, do install.xml after admin user created, load catalogs after install. 2005-01-25 15:15 jeffd * packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml: en_GB 24h clock 2005-01-23 16:58 jeffd * packages/acs-content-repository/tcl/filter-procs.tcl: item_id should have been item_info(item_id), broke file-storage/view 2005-01-23 16:55 daveb * packages/acs-content-repository/tcl/content-revision-procs.tcl: Add context_id as parameter of content::revsion::new. Fix extended attributes code to ignore acs_objects attributes as well as cr_revision. 2005-01-23 16:22 jeffd * packages/acs-lang/tcl/localization-data-init.tcl: %D format (which should not be used) had month twice. 2005-01-23 15:16 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/oracle/content-create.sql, sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql, sql/postgresql/content-create.sql, sql/postgresql/upgrade/upgrade-5.2.0d11-5.2.0d12.sql: add index on cr_revisions(publish_date), upgrade bump to 5.2.0d12 2005-01-22 12:25 jeffd * packages/acs-kernel/sql/postgresql/: acs-create.sql, apm-create.sql: some tweaks to install on pg 8.0 -- for some reason acs__magic_object_id declared immutable breaks the install on 8.0 so make it stable 2005-01-22 10:05 miguelm * packages/acs-subsite/tcl/apm-callback-procs.tcl: removing the rel_types::new call 2005-01-22 10:02 miguelm * packages/acs-subsite/sql/postgresql/: acs-subsite-create.sql, email-image-drop.sql, email-image.sql, acs-subsite-drop.sql: changes to create the relation for emailimage 2005-01-22 09:57 miguelm * packages/acs-subsite/sql/oracle/: email-image-drop.sql, email-image.sql, acs-subsite-create.sql, acs-subsite-drop.sql: changes to create the relation for emailimage in oracle 2005-01-21 12:41 daveb * packages/acs-content-repository/tcl/: filter-procs-oracle.xql, filter-procs-postgresql.xql, filter-procs.tcl: Remove pl/sql function from where clause. 2005-01-21 06:25 jeffd * packages/acs-content-repository/tcl/: content-folder-procs.tcl, content-item-procs.tcl, content-keyword-procs.tcl, content-revision-procs.tcl, content-symlink-procs.tcl, content-type-procs.tcl, filter-procs-oracle.xql, filter-procs-postgresql.xql: some changes missed from 5.1 branch 2005-01-19 08:06 miguelm * packages/acs-subsite/www/admin/: manage-email-privacy.adp, manage-email-privacy.tcl: Changing messages 2005-01-19 08:02 miguelm * packages/acs-subsite/catalog/: acs-subsite.en_US.ISO-8859-1.xml, acs-subsite.es_ES.ISO-8859-1.xml: More messages 2005-01-19 06:58 miguelm * packages/acs-subsite/www/admin/site-map/site-map.tcl: Fixing context bar and changin buttons name 2005-01-19 06:56 miguelm * packages/acs-subsite/www/site-map/index.adp: Fixing link 2005-01-19 06:52 miguelm * packages/acs-subsite/www/site-map/: index.tcl, index.adp: Making some changes in link and display 2005-01-19 04:33 lars * packages/acs-tcl/tcl/text-html-procs.tcl: If there's no whitespace before truncate_len, then just truncate at the given index, instead of leaving us with an empty string 2005-01-18 10:27 miguelm * packages/acs-subsite/acs-subsite.info: Adding callback 2005-01-18 09:08 maltes * packages/acs-subsite/tcl/apm-callback-procs.tcl: Fixed typo 2005-01-18 09:06 donb * packages/acs-subsite/tcl/: package-procs-oracle.xql, package-procs.tcl: Fixed a CVS merge error from 5.1 ... 2005-01-18 08:44 andrewg * packages/acs-content-repository/sql/oracle/content-revision.sql: Inserting a couple of missing commas. 2005-01-18 08:35 andrewg * packages/acs-content-repository/sql/oracle/packages-create.sql: Added missing comma in content_revision package definition. 2005-01-18 08:22 andrewg * packages/acs-kernel/sql/oracle/apm-create.sql: Bugfix for apm_package.new. Moved the insert into apm_packages up, before the update on acs_objects, to satisfy referential integrity on acs_object.package_id. 2005-01-18 04:13 leed * packages/acs-subsite/tcl/: package-procs-postgresql.xql, package-procs.tcl: Fixed duplicate package_function_p definitions and miss-named sql. 2005-01-15 15:05 vivianh * packages/acs-subsite/www/admin/site-map/site-map.adp: User site-map support 2005-01-15 06:43 miguelm * packages/acs-subsite/www/members/index.tcl: Display of email replaced with email_image proc call 2005-01-14 07:35 miguelm * packages/acs-admin/www/users/index.adp: Linkto a page to mange users email privacy level added 2005-01-14 07:01 miguelm * packages/acs-subsite/acs-subsite.info: New version that supports email substitution whith an image, and allows users to choose if they want it or not 2005-01-14 06:52 miguelm * packages/acs-subsite/www/user/: email-privacy-level.adp, email-privacy-level.tcl: Allows users to choose their emali privacy level 2005-01-14 06:50 miguelm * packages/acs-subsite/www/shared/images/at.gif: @ Symbol 2005-01-14 06:49 miguelm * packages/acs-subsite/www/shared/: send-email.adp, send-email.tcl, send-email.xql: Allows to send an email message with out showing the destinatary email 2005-01-14 06:46 miguelm * packages/acs-subsite/www/shared/email-image-bits.tcl: Shows user email-image 2005-01-14 06:43 miguelm * packages/acs-subsite/www/admin/: manage-email-privacy.adp, manage-email-privacy.tcl: Manage the PrivateEmailLevelP parameter to set the privacy level of the users email 2005-01-14 06:38 miguelm * packages/acs-subsite/tcl/: email-image-procs-oracle.xql, email-image-procs-postgresql.xql, email-image-procs.tcl, email-image-procs.xql: email-imaeg procs that support the creation of an image instead of showing the email as text 2005-01-14 06:36 miguelm * packages/acs-subsite/tcl/apm-callback-procs.tcl: Addign apm callbacks for upgrade and for install to support email-image 2005-01-13 15:37 miguelm * packages/acs-subsite/www/shared/: community-member.adp, community-member.tcl: Adding support for email-image 2005-01-13 15:32 miguelm * packages/acs-subsite/: lib/user-info.tcl, www/pvt/home.adp: Adding support for email-image 2005-01-13 15:28 miguelm * packages/acs-subsite/catalog/: acs-subsite.en_US.ISO-8859-1.xml, acs-subsite.es_ES.ISO-8859-1.xml: New messages 2005-01-13 05:58 jeffd * packages/notifications/notifications.info, packages/notifications/catalog/notifications.ar_EG.utf-8.xml, packages/notifications/catalog/notifications.ar_LB.utf-8.xml, packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml, packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml, packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml, packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml, packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml, packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml, packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml, packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml, packages/notifications/catalog/notifications.fi_FI.utf-8.xml, packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml, packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml, packages/notifications/catalog/notifications.hu_HU.utf-8.xml, packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml, packages/notifications/catalog/notifications.ko_KR.utf-8.xml, packages/notifications/catalog/notifications.ms_MY.utf-8.xml, packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml, packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml, packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml, packages/notifications/catalog/notifications.pl_PL.utf-8.xml, packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml, packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml, packages/notifications/catalog/notifications.ru_RU.utf-8.xml, packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml, packages/notifications/catalog/notifications.zh_CN.utf-8.xml, packages/notifications/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, packages/notifications/tcl/notification-email-procs.tcl, packages/notifications/tcl/notification-procs.xql, packages/notifications/tcl/sweep-procs.tcl, packages/ref-timezones/ref-timezones.info, packages/search/search.info, packages/search/www/advanced-search.adp, packages/search/www/advanced-search.tcl, packages/search/www/index.adp, packages/search/www/search.adp, packages/search/www/search.tcl, packages/tsearch2-driver/sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql, www/blank-master.adp, www/blank-master.tcl, www/site-master.adp, www/site-master.tcl: commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 2005-01-13 05:54 jeffd * ChangeLog, etc/analog.cfg, etc/backup.sh, etc/config.tcl, packages/acs-admin/acs-admin.info, packages/acs-admin/lib/become.tcl, packages/acs-admin/lib/become.xql, packages/acs-admin/lib/password-update.adp, packages/acs-admin/lib/password-update.tcl, packages/acs-admin/tcl/apm-admin-init.tcl, packages/acs-admin/tcl/apm-admin-procs.tcl, packages/acs-admin/www/monitor.tcl, packages/acs-admin/www/server-restart.adp, packages/acs-admin/www/auth/authority-oracle.xql, packages/acs-admin/www/auth/authority-postgresql.xql, packages/acs-admin/www/users/become.adp, packages/acs-admin/www/users/become.tcl, packages/acs-admin/www/users/one.adp, packages/acs-admin/www/users/one.tcl, packages/acs-admin/www/users/password-update.adp, packages/acs-admin/www/users/password-update.tcl, packages/acs-api-browser/acs-api-browser.info, packages/acs-api-browser/lib/search.adp, packages/acs-api-browser/lib/search.tcl, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml, packages/acs-authentication/tcl/apm-callback-procs.tcl, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-authentication/tcl/local-procs.tcl, packages/acs-authentication/tcl/password-procs.tcl, packages/acs-authentication/www/doc/acs-authentication.htm, packages/acs-authentication/www/doc/ext-auth-install.html, packages/acs-authentication/www/doc/index.html, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/oracle/content-create.sql, packages/acs-content-repository/sql/oracle/content-folder.sql, packages/acs-content-repository/sql/oracle/content-revision.sql, packages/acs-content-repository/sql/oracle/packages-create.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d5-5.1.2d6.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d8-5.1.2d9.sql, packages/acs-content-repository/sql/postgresql/content-create.sql, packages/acs-content-repository/sql/postgresql/content-extlink.sql, packages/acs-content-repository/sql/postgresql/content-folder.sql, packages/acs-content-repository/sql/postgresql/content-item.sql, packages/acs-content-repository/sql/postgresql/content-revision.sql, packages/acs-content-repository/sql/postgresql/content-template.sql, packages/acs-content-repository/sql/postgresql/content-type.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d4-5.1.2d5.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d1-5.1.4d2.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d5-5.1.4d6.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d6-5.1.4d7.sql, packages/acs-content-repository/tcl/content-item-procs.xql, packages/acs-content-repository/tcl/revision-procs-oracle.xql, packages/acs-content-repository/tcl/revision-procs.tcl, packages/acs-content-repository/tcl/symlink-procs-postgresql.xql, packages/acs-core-docs/acs-core-docs.info, packages/acs-core-docs/www/files/nsd-postgres.txt, packages/acs-core-docs/www/xml/index.xml, packages/acs-core-docs/www/xml/releasing-openacs.xml, packages/acs-core-docs/www/xml/variables.ent, packages/acs-core-docs/www/xml/developers-guide/permissions.xml, packages/acs-core-docs/www/xml/developers-guide/submissions.xml, packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml, packages/acs-core-docs/www/xml/engineering-standards/cvs.xml, packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml, packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-core-docs/www/xml/install-guide/aolserver.xml, packages/acs-core-docs/www/xml/install-guide/aolserver4.xml, packages/acs-core-docs/www/xml/install-guide/maintenance.xml, packages/acs-core-docs/www/xml/install-guide/openacs.xml, packages/acs-core-docs/www/xml/install-guide/os.xml, packages/acs-core-docs/www/xml/install-guide/other-software.xml, packages/acs-core-docs/www/xml/install-guide/overview.xml, packages/acs-core-docs/www/xml/install-guide/postgres.xml, packages/acs-core-docs/www/xml/install-guide/software.xml, packages/acs-core-docs/www/xml/install-guide/upgrade.xml, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, packages/acs-kernel/sql/oracle/acs-create.sql, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql, packages/acs-kernel/sql/postgresql/acs-create.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql, packages/acs-lang/acs-lang.info, packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml, packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml, packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml, packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml, packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml, packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml, packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, packages/acs-lang/sql/oracle/ad-locales.sql, packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql, packages/acs-lang/sql/postgresql/ad-locales.sql, packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql, packages/acs-lang/tcl/lang-util-procs.tcl, packages/acs-lang/tcl/localization-data-init.tcl, packages/acs-lang/tcl/localization-procs.tcl, packages/acs-lang/www/admin/set-system-timezone.tcl, packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl, packages/acs-messaging/acs-messaging.info, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, packages/acs-subsite/lib/login.adp, packages/acs-subsite/lib/login.tcl, packages/acs-subsite/sql/oracle/acs-subsite-create.sql, packages/acs-subsite/sql/oracle/acs-subsite-drop.sql, packages/acs-subsite/sql/oracle/site-node-selection-drop.sql, packages/acs-subsite/sql/oracle/site-node-selection.sql, packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql, packages/acs-subsite/sql/postgresql/acs-subsite-create.sql, packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql, packages/acs-subsite/sql/postgresql/site-node-selection-drop.sql, packages/acs-subsite/sql/postgresql/site-node-selection.sql, packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.1.2-5.1.3.sql, packages/acs-subsite/tcl/package-procs-oracle.xql, packages/acs-subsite/tcl/package-procs-postgresql.xql, packages/acs-subsite/tcl/package-procs.tcl, packages/acs-subsite/www/index.adp, packages/acs-subsite/www/admin/site-map/allow-for-view.tcl, packages/acs-subsite/www/admin/site-map/allow-for-view.xql, packages/acs-subsite/www/admin/site-map/index.adp, packages/acs-subsite/www/admin/site-map/index.tcl, packages/acs-subsite/www/admin/site-map/site-map-oracle.xql, packages/acs-subsite/www/admin/site-map/site-map-postgresql.xql, packages/acs-subsite/www/admin/site-map/site-map.adp, packages/acs-subsite/www/admin/site-map/site-map.tcl, packages/acs-subsite/www/doc/images.html, packages/acs-subsite/www/doc/index.html, packages/acs-subsite/www/permissions/grant.tcl, packages/acs-subsite/www/permissions/perm-include.adp, packages/acs-subsite/www/permissions/perm-include.tcl, packages/acs-subsite/www/pvt/hide-email.tcl, packages/acs-subsite/www/pvt/hide-email.xql, packages/acs-subsite/www/register/recover-password.tcl, packages/acs-subsite/www/resources/core.js, packages/acs-subsite/www/resources/default-master.css, packages/acs-subsite/www/resources/down.gif, packages/acs-subsite/www/resources/up.gif, packages/acs-subsite/www/resources/xml.gif, packages/acs-subsite/www/shared/community-member-oracle.xql, packages/acs-subsite/www/shared/community-member-postgresql.xql, packages/acs-subsite/www/shared/portrait.tcl, packages/acs-subsite/www/site-map/index-oracle.xql, packages/acs-subsite/www/site-map/index-postgresql.xql, packages/acs-subsite/www/site-map/index.adp, packages/acs-subsite/www/site-map/index.tcl, packages/acs-tcl/acs-tcl.info, packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, packages/acs-tcl/tcl/00-database-procs.tcl, packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql, packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql, packages/acs-tcl/tcl/acs-permissions-procs.tcl, packages/acs-tcl/tcl/acs-permissions-procs.xql, packages/acs-tcl/tcl/community-core-procs.xql, packages/acs-tcl/tcl/defs-procs.tcl, packages/acs-tcl/tcl/rollout-email-procs.tcl, packages/acs-tcl/tcl/security-procs.tcl, packages/acs-tcl/tcl/site-nodes-procs.tcl, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-templating/acs-templating.info, packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml, packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml, packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml, packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml, packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml, packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml, packages/acs-templating/resources/forms/inline.adp, packages/acs-templating/resources/lists/list.adp, packages/acs-templating/resources/lists/table.adp, packages/acs-templating/tcl/acs-templating-init.tcl, packages/acs-templating/tcl/date-procs.tcl, packages/acs-templating/tcl/list-procs-oracle.xql, packages/acs-templating/tcl/list-procs-postgresql.xql, packages/acs-templating/tcl/list-procs.tcl, packages/acs-templating/tcl/paginator-procs.tcl, packages/acs-templating/tcl/parse-procs.tcl, packages/acs-templating/tcl/spellcheck-procs.tcl, packages/acs-templating/tcl/test/parse-test-procs.tcl: commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 2005-01-12 14:11 jader * packages/acs-core-docs/www/xml/install-guide/: aolserver4.xml, other-software.xml: Update docs to work with Aolserver 4.09's new convention for compiling modules. 2005-01-11 10:51 daveb * packages/acs-content-repository/sql/postgresql/content-revision.sql: Properly create content_revision__del. Fixes bug#2251 2005-01-06 10:48 daveb * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-template.sql, sql/postgresql/upgrade/upgrade-5.2.0d10-5.2.0d11.sql: Fix define function args for content_template__new 2005-01-06 08:53 daveb * packages/acs-content-repository/tcl/content-item-procs.tcl: Fix delete procs to call pl/sql as "del" to work in Oracle and PG 2005-01-06 08:52 daveb * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-item.sql, sql/postgresql/content-revision.sql, sql/postgresql/content-template.sql, sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql, tcl/content-template-procs.tcl: Fix __delete functions to have __del variant. 2005-01-06 07:01 cesarh * packages/acs-content-repository/tcl/content-template-procs.tcl: Adding the param {-package_id ""} in the function content::template::new 2005-01-06 06:58 cesarh * packages/acs-content-repository/sql/postgresql/content-template.sql: Adding the define "define_function_args('content_template__new','name,parent_id,template_id,creation_date,creation_user,creation_ip,text,is_live')" in the function content_template__new 2005-01-05 10:10 daveb * packages/acs-templating/tcl/parse-procs.tcl: Fix bug in array_variable_regexp_noquote that cannot recognize arrays with . in the key name such as when a formerror occurs in an element with a . in the name. 2005-01-05 07:39 cesarh * packages/acs-content-repository/sql/postgresql/content-item.sql: Fixing the params in the function content_item__set_live_revision() changing the param item_id by revision_id 2004-12-30 07:31 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix count query to correctly count based on permissions. 2004-12-30 06:26 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix type in permissions checking query. 2004-12-30 06:10 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Add permission checking and merge default parameter for headline fucntion from oacs-5-1 branch. 2004-12-29 10:39 maltes * packages/tsearch2-driver/www/doc/index.html: Added information on how to index old content. 2004-12-29 07:34 daveb * packages/acs-content-repository/tcl/content-template-procs.tcl: Only pass in creation_date if it is not empty. 2004-12-29 07:29 daveb * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/upgrade/upgrade-5.2.0d8-5.2.0d9.sql: Fix default for creation date in cotnent_template__new 2004-12-23 11:30 andrewg * www/: robots.txt: please ignore 2004-12-18 21:26 alfredw * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: Added braces for expr for performance / stylistic recommendation. 2004-12-14 07:51 eduardop * packages/acs-content-repository/tcl/content-type-procs.tcl: the former commit left the code broken 2004-12-10 19:34 joel * packages/acs-templating/www/resources/print.css: rudimentary print-only css file 2004-12-10 08:11 daveb * packages/tsearch2-driver/: tsearch2-driver.info, tcl/tsearch2-driver-install-procs.tcl: Add automated install process. Bump up version number. 2004-12-07 09:43 alfredw * packages/acs-content-repository/tcl/content-type-procs.tcl: Changed content::type::create_attribute and drop_attribute to the content::type::attribute::new and ::delete style. 2004-12-07 00:32 alfredw * packages/acs-content-repository/tcl/symlink-procs.tcl: deprecated procs with counterparts in content::symlink 2004-12-07 00:28 alfredw * packages/acs-content-repository/tcl/content-symlink-procs.tcl: renamed ::del to ::delete 2004-12-07 00:26 alfredw * packages/acs-content-repository/tcl/item-procs.tcl: Marked as -deprecated any procs with corresponding items in content::item 2004-12-07 00:24 alfredw * packages/acs-content-repository/tcl/content-item-procs.tcl: updated a return type 2004-12-07 00:09 alfredw * packages/acs-content-repository/tcl/content-revision-procs.tcl: renamed ::del to ::delete 2004-12-07 00:07 alfredw * packages/acs-content-repository/tcl/: content-extlink-procs.tcl, extlink-procs.tcl: Copied ::new logic to content::extlink, added deprecated tags. 2004-12-06 23:53 alfredw * packages/acs-content-repository/tcl/content-extlink-procs.tcl: renamed ::del to ::delete 2004-12-06 23:50 alfredw * packages/acs-content-repository/tcl/content-type-procs.tcl: changed create_type to ::new and drop_type to ::delete made use_context default to "public" rather than be required in all cases. added return values, and @see tags 2004-12-06 23:13 alfredw * packages/acs-content-repository/tcl/content-template-procs.tcl: Added return values and a @throws value. 2004-12-06 22:58 alfredw * packages/acs-content-repository/tcl/content-keyword-procs.tcl: Added return values, changed content::keyword::del to ::delete 2004-12-06 22:41 alfredw * packages/acs-content-repository/tcl/keyword-procs.tcl: Added -deprecated flags and @see comments to procs with direct replacements in content::keyword:: 2004-12-06 22:23 alfredw * packages/acs-content-repository/tcl/content-folder-procs.tcl: Added return values and other general cleanup. . 2004-12-06 04:04 timoh * packages/acs-kernel/sql/oracle/acs-objects-create.sql: added check to prevent insert of object with empty creation_date 2004-12-06 04:02 timoh * packages/acs-content-repository/tcl/content-template-procs.tcl: added parameter package_id to template::new 2004-12-06 04:02 timoh * packages/acs-content-repository/tcl/content-type-procs.tcl: added translation of database specific column-specs to other database format 2004-12-03 15:19 jader * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Put Aolserver 4 instructions before Aolserver 3 for nsopenssl. 2004-12-01 11:35 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Another small fix for mismatched tags. 2004-12-01 11:23 jader * packages/acs-core-docs/www/xml/: developers-guide/tutorial-advanced.xml, developers-guide/tutorial.xml, install-guide/openacs.xml, install-guide/upgrade.xml: Fix some broken and mismatched tags. 2004-11-30 21:11 alfredw * packages/acs-content-repository/tcl/folder-procs.tcl: Deprecated in favor of new CR TCL API. 2004-11-30 13:12 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Updated docs for Aolserver 4.09, including new (undocumented!) build process for modules. 2004-11-30 03:18 peterm * packages/acs-subsite/lib/: user-info.adp, user-info.tcl: adding the show_groups_p flag that allows you to include the basic user info edit form without the groups listing 2004-11-30 03:17 peterm * packages/acs-subsite/www/user/basic-info-update.adp: adding missing noquote in include tag 2004-11-17 14:39 jader * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: Added hint on using the currency widget. 2004-11-15 17:42 jader * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Move a lot of the ns_log statements to Debug level instead of Notice. 2004-11-15 09:40 jader * packages/acs-core-docs/www/xml/: developers-guide/submissions.xml, developers-guide/tutorial-advanced.xml, install-guide/aolserver.xml, install-guide/aolserver4.xml, install-guide/maintenance.xml, install-guide/openacs.xml, install-guide/oracle.xml, install-guide/other-software.xml, install-guide/overview.xml, install-guide/postgres.xml, install-guide/recovery.xml, install-guide/red-hat.xml, install-guide/upgrade.xml: Fix bug #2156: change /tmp to /var/tmp 2004-11-11 13:23 jader * packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml: Updated docs to take out customer permissions, but still include info on privilege hierarchy. 2004-11-04 15:37 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: Update version info, remove extra step that is no longer necessary, because the analog configuration file is included in etc/analog.cfg 2004-10-29 14:45 jader * packages/acs-core-docs/www/xml/install-guide/: aolserver4.xml, maintenance.xml, openacs.xml: More Debian stable comments. 2004-10-29 10:46 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Add how to install tcl8.4 for debian stable users note. 2004-10-29 10:30 jader * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Added in backports for debian stable notes. 2004-10-28 10:35 enriquec * packages/acs-authentication/tcl/authentication-procs.tcl: fixing typo (ref.bug#2088): datta_error -> data_error 2004-10-27 14:29 jader * packages/acs-core-docs/www/xml/install-guide/software.xml: Marks postgres 7.4 as compatible with OpenACS 5 and 5.1 2004-10-26 07:16 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Set the user message *before* redirecting, so the message will reliably show up on the next request 2004-10-25 10:31 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: Added link to package structure from tutorial. 2004-10-23 22:12 michaels * packages/acs-templating/resources/forms/: grid.adp, wizard.adp: noquote fixes 2004-10-20 13:39 timoh * packages/acs-templating/resources/forms/standard.adp: substitued check if widget in radio checkbox with check if widget eq radio or widget eq checkbox because of bug in in-operator (only partial matching, no complete matching required) 2004-10-19 17:00 jader * packages/acs-core-docs/www/xml/install-guide/: aolserver4.xml, postgres.xml: Added comments about using backports for Debian stable. 2004-10-16 09:50 tils * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: Removing 'dotLRN' from the german translation that sneaked in here for some reason. 2004-10-01 09:05 jader * etc/config.tcl: Added in some commented out parameters that can be enabled on demanding sites to increase performance. From http://openacs.org/forums/message-view?message_id=202297 2004-09-27 13:27 jader * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: Added section on iterating through db_multirows, courtesy of Russell Muetzelfeldt. 2004-09-24 14:52 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Add documentation on how to release a package. 2004-09-23 20:04 jader * packages/acs-core-docs/www/xml/install-guide/recovery.xml: Remove extra * from crontab in backup section. 2004-09-23 11:48 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fix path for upgrading or adding a single package. 2004-09-23 11:20 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fix a fairly serious bug in the upgrade docs which would result in importing the entire openacs CVS repository into your local CVS repository (if you have a local repository which local customizations). 2004-09-23 10:58 jader * packages/acs-core-docs/www/xml/install-guide/configuring.xml: Add link to updating your local files when installing a package. 2004-09-23 09:49 jader * packages/acs-core-docs/www/xml/install-guide/overview.xml: Added link to binary installers for evaluation purposes. 2004-09-22 10:47 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in a section on writing upgrade scripts. 2004-09-20 12:42 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added a section on upgrades 2004-09-17 09:46 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added a link to documentation on how to upgrade an Oracle OpenACS 4.6.3 to 5. 2004-09-10 09:40 jader * packages/acs-core-docs/www/xml/install-guide/openacs.xml: Added in more explanation about adding yourself to unix groups. 2004-09-09 15:24 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Resolves bug 2095, nsoracle.so vs ora8.so bug. 2004-09-09 10:28 jader * packages/acs-core-docs/www/xml/install-guide/: aolserver4.xml, postgres.xml, software.xml: Recommend Aolserver 4.08, Postgres 7.4.5 instead of 7.4.1, minor changes to compilation of nspostgres. 2004-08-31 15:36 donb * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-item.sql, sql/postgresql/upgrade/upgrade-5.2.0d7-5.2.0d8.sql: Upgrade to track my earlier bug fix 2004-08-29 09:50 tils * bin/pg_7.2to7.3_upgrade_helper.pl: Sanity checks and usage output. Streams replacement data through now and doesn't require as much RAM as the size of the dump file. Improved regexps so that more (hopefully all) identifiers are found. 2004-08-27 02:40 gyang * packages/acs-content-repository/tcl/filter-procs.tcl: Changed item::get_live/best_revision in content::init to use ::item::get_live/best_revision. The reason is that bcms introduces ::content::init, which requires a keyword argument -item_id, and this new proc is then accidentally called by content::init because it's in the ::content namespace. 2004-08-18 10:47 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in Nick Carroll's edit-this-page template tutorial. 2004-08-13 16:34 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added a section on adding parameters to your package. 2004-08-13 08:58 nimam * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Update on HTMLArea and form names 2004-08-13 03:22 nimam * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added extended categories and WYSIWYG tutorial 2004-08-12 11:51 josee * packages/acs-content-repository/sql/postgresql/content-revision.sql: fixing bug with the copy_content function, moving the call to lob_copy before the update 2004-08-10 21:34 joel * packages/acs-templating/: resources/lists/table.adp, www/resources/sort-neither.png: test 2004-08-04 17:09 jader * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Removed bison from the list of required docs, as per http://openacs.org/forums/message-view?message_id=196848 2004-08-04 09:09 jader * packages/acs-core-docs/www/xml/install-guide/software.xml: Applying patch 583 for bug 2044: Updates individual programs to correct version requirements. Courtesy of Eduardo Perez. 2004-08-02 11:09 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Fixes bug 1721: removed nsrewrite and spurious ln -s 2004-08-02 10:44 jader * packages/acs-core-docs/www/xml/install-guide/software.xml: Applying patch 582 for bug 2043: Aolserver 3.3oacs1 support is deprecated. 2004-08-02 06:40 daveb * packages/acs-content-repository/sql/postgresql/content-item.sql: Make sure all versions of content_item__new behave in the same way, creating a new revision if content or title is specified. Patch#580 from Dave Manginelli fixes bug#2040. 2004-07-28 13:23 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Rewrote part of the upgrade files section: removing the option to import from a tarball (because packages are no longer included, so it doesn't help people upgrade packages, and because the entire section was getting confusing with too many options). In general, explained things a bit more. 2004-07-27 03:49 jeffd * packages/search/: sql/postgresql/search-create.sql, tcl/search-procs.tcl: fix a couple typos for syndication 2004-07-26 06:04 jeffd * packages/search/: search.info, sql/oracle/search-create.sql, sql/oracle/syndication-create.sql, sql/oracle/upgrade/upgrade-5.2.0d2-5.2.0d3.sql, sql/postgresql/syndication-create.sql, sql/postgresql/upgrade/upgrade-5.2.0d2-5.2.0d3.sql, tcl/search-procs.tcl: add a syndication table which holds xml fragments which can be assembled to create rss feeds 2004-07-26 05:32 jeffd * packages/acs-templating/tcl/: parse-procs.tcl, util-procs.tcl: adds the function template::adp_include which is a public interface for generating strings from adp includes instead of the private template::adp_parse -string; also docs for template::util::multirow_foreach 2004-07-26 05:21 jeffd * packages/acs-kernel/: acs-kernel.info, sql/oracle/acs-objects-create.sql, sql/oracle/upgrade/upgrade-5.2.0d6-5.2.0d7.sql, sql/postgresql/acs-objects-create.sql, sql/postgresql/upgrade/upgrade-5.2.0d6-5.2.0d7.sql: preserve last_modified when explicitly updated, replaces acs_objects_last_mod_update_tr, bump version, upgrade scripts 2004-07-24 08:10 jeffd * packages/ref-timezones/: ref-timezones.info, sql/postgresql/ref-timezones-create.sql, sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: timezone__get_abbrev invalid decl for p_time, bump version, upgrade 2004-07-24 07:52 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-type.sql, sql/postgresql/upgrade/upgrade-5.2.0d6-5.2.0d7.sql: exception misspelled in cr_dummy_ins_del_tr; bump version, upgrade 2004-07-24 07:44 jeffd * packages/acs-kernel/: acs-kernel.info, sql/postgresql/apm-create.sql, sql/postgresql/lob.sql, sql/postgresql/postgresql.sql, sql/postgresql/upgrade/upgrade-5.2.0d5-5.2.0d6.sql: fix some bugs which break things in pg7.5; mostly syntax errors in existing procs. 2004-07-24 04:48 daveb * etc/config.tcl: Remove customized config.tcl and add just webdav configuration uri change. 2004-07-24 01:34 jeffd * etc/daemontools/run, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-content-repository/sql/oracle/content-item.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d3-5.1.2d4.sql, packages/acs-content-repository/sql/postgresql/content-type.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql, packages/acs-lang/tcl/locale-procs.tcl, packages/acs-subsite/lib/login.adp, packages/acs-subsite/lib/login.tcl, packages/acs-subsite/lib/user-new.tcl, packages/acs-subsite/tcl/subsite-procs.tcl, packages/acs-subsite/www/resources/core.js, packages/acs-subsite/www/user/portrait/upload.tcl, packages/acs-tcl/tcl/admin-procs.tcl, packages/acs-tcl/tcl/html-email-procs.tcl, packages/acs-tcl/tcl/security-procs.tcl, packages/notifications/sql/oracle/notifications-core-create.sql, packages/notifications/sql/oracle/upgrade/upgrade-5.0.0b4-5.1.0d2.sql, packages/notifications/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, packages/notifications/sql/postgresql/notifications-core-create.sql, packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0b4-5.1.0d2.sql, packages/notifications/sql/postgresql/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, packages/notifications/tcl/sweep-procs.tcl, www/blank-master.tcl: merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD 2004-07-21 14:54 jader * packages/acs-core-docs/www/xml/install-guide/configuring.xml: Added documentation on how to mount a package, how to set permissions, and how to configure parameters for a package. 2004-07-21 05:15 jeffd * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: typos in tree_sortkey examples, resolves bug 2019 2004-07-20 13:51 jader * etc/config.tcl: Added a ns_section where it was missing for nsopenssl support 2004-07-20 08:19 jvdongen * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-item.sql, sql/postgresql/upgrade/upgrade-5.2.0d5-5.2.0d6.sql: Fixed CR part of bug #1953 2004-07-14 17:18 jader * packages/acs-core-docs/www/xml/install-guide/configuring.xml: Added a section on installing packages, and stubs for configuring and mounting packages. 2004-07-14 15:02 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fixed lots of minor errors. Reformatted and rewrote part of the introduction to the section on upgrading files. 2004-07-14 02:00 jeffd * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: turn extraheaders back into an ns_set for calling ns_sendmail, don't use ns_sendmail unless acs-rollout-support is redefining ns_sendmail 2004-07-12 13:32 jader * etc/config.tcl: Partial fix for bug 1975: unable to login on non-standard ssl ports. 2004-07-12 07:49 jeffd * ChangeLog, packages/acs-admin/www/developer.adp, packages/acs-api-browser/acs-api-browser.info, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/tcl/apm-callback-procs.tcl, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-authentication/tcl/local-procs.tcl, packages/acs-authentication/tcl/password-procs.tcl, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d2-5.1.1d3.sql, packages/acs-content-repository/tcl/filter-procs.tcl, packages/acs-core-docs/acs-core-docs.info, packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-core-docs/www/xml/install-guide/maintenance.xml, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/sql/oracle/groups-body-create.sql, packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d1-5.1.2d2.sql, packages/acs-kernel/sql/postgresql/groups-body-create.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql, packages/acs-lang/acs-lang.info, packages/acs-messaging/acs-messaging.info, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-subsite/tcl/attribute-procs.tcl, packages/acs-subsite/www/register/account-closed.tcl, packages/acs-tcl/tcl/html-email-procs.tcl, packages/acs-tcl/tcl/request-processor-procs.tcl, packages/acs-templating/resources/lists/list.adp, packages/acs-templating/resources/lists/table.adp, packages/acs-templating/tcl/currency-procs.tcl, packages/acs-templating/tcl/date-procs.tcl, packages/notifications/notifications.info, packages/ref-timezones/ref-timezones.info, www/blank-master.adp, www/site-master.adp: merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD 2004-07-12 04:12 jeffd * packages/acs-tcl/tcl/: apm-install-procs-oracle.xql, apm-install-procs-postgresql.xql, apm-install-procs.tcl, text-html-procs.tcl, test/acs-tcl-test-procs.tcl: add an apm_version_sortable public function, add a test which checks the db upgrade scripts are well ordered. 2004-07-11 12:11 jvdongen * packages/acs-content-repository/tcl/filter-procs.tcl: Fixed bug #1985 with patch #562 2004-07-08 11:22 jader * etc/config.tcl: Added comment that you can increase minthreads and maxthreads and defaulttimeout on higher performance boxes. 2004-07-08 07:19 jeffd * packages/acs-tcl/tcl/: apm-install-procs.tcl, apm-procs.tcl: get the before-upgrade and before-install callbacks directly from the .info file since they won't be correct in the db; resolves bug 1963 2004-07-06 12:57 jeffd * packages/acs-templating/tcl/date-procs.tcl: fixes template::util::date::unpack so it does not require the variabe to be named date and just work by coincidence. resolves bug 1824 2004-07-06 12:04 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: SSL docs didn't describe editing the etc/daemontools/run file 2004-07-06 11:08 jeffd * packages/notifications/www/doc/index.adp: add the original openforce notifications docs resolves bug 573, 592 2004-07-05 09:28 jeffd * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: add a test to validate the .info files all parse and have no duplicate params or mismatched package keys 2004-07-05 07:58 jeffd * packages/: acs-bootstrap-installer/installer.tcl, acs-tcl/tcl/apm-install-procs.tcl, acs-tcl/tcl/install-procs.tcl: Adds a public interface apm::process_install_xml to use install.xml files subsequent to the bootstrap, change bootstrap to use the provided api, adds install::xml namespace + functions to support the various xml stanzas (such as set-parameter or set-join-policy) and a clean extension mechanism via functions in the install::xml::action:: namespace. Thanks to Lee Denison for cleaning up and extending the existing install functionality. 2004-07-05 07:24 jeffd * packages/acs-core-docs/www/: acs-admin.html, aolserver.html, backup-recovery.html, cvs-tips.html, db-api.html, docbook-primer.html, eng-standards-versioning.html, ext-auth-requirements.html, form-builder.html, high-avail.html, how-do-I.html, i18n-convert.html, index.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-next-add-server.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-steps.html, ix01.html, maint-performance.html, maintenance-deploy.html, objects.html, openacs.html, packages.html, permissions-tediously-explained.html, postgres.html, psgml-for-emacs.html, release-notes.html, tutorial-css-layout.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-html-email.html, tutorial-newpackage.html, tutorial-pages.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade.html, variables.html: regen html docs 2004-07-05 07:20 jeffd * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: fix a couple little markup glitches 2004-07-05 06:25 olah * packages/acs-tcl/tcl/request-processor-procs.tcl: Changed ad_register_filter so that it registers the filter immediately in case it is called after server-initialization is completed. This makes it suitable as a drop-in replacement for ns_register_filter. 2004-07-04 04:19 jeffd * packages/acs-content-repository/tcl/filter-procs.tcl: missing ) for $content(mime_type breaks generated templates resolves bug 1952 2004-07-03 14:10 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Add checking for ! with no other modifer in query expression. 2004-07-03 13:18 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Add boolean support to query builder. 2004-07-02 07:10 jeffd * packages/acs-content-repository/sql/postgresql/content-folder.sql: bad quoting of string literal in plpgsql functions 2004-07-01 13:15 donb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Committing re-added upgrade file 2004-07-01 13:13 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: Added more detail into the Deployment with CVS section. Still rough. 2004-07-01 10:17 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Remove ts2_ from function calls. The wrapper functions don't exist. 2004-07-01 10:15 jeffd * packages/acs-content-repository/tcl/: content-folder-procs.tcl, test/content-item-test-procs.tcl, test/content-revision-test-procs.tcl: add a test for is_empty, untabify the test files, fix some var_list problems 2004-07-01 09:45 jeffd * packages/acs-content-repository/tcl/: content-folder-procs.tcl, content-item-procs.tcl: some tweaks for content-item funcs, make them return package_exec_plsql return val, move had a bug 2004-07-01 09:33 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-extlink.sql, sql/postgresql/content-folder.sql, sql/postgresql/content-item.sql, sql/postgresql/content-revision.sql, sql/postgresql/content-symlink.sql, sql/postgresql/content-template.sql, sql/postgresql/content-type.sql, sql/postgresql/upgrade/upgrade-5.2.0d4-5.2.0d5.sql, tcl/content-item-procs.tcl: add define_function_args definitions for most functions, bump to 5.2.0d5, upgrade script 2004-07-01 06:04 jeffd * packages/acs-authentication/tcl/authority-procs.tcl: the sequence for authority_id should be acs_object_id_seq not auth_authority_id_seq (which does not exist) (from 5.1) 2004-07-01 05:47 jeffd * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: check for unnamed constraints on postgres 2004-07-01 04:29 jeffd * packages/acs-kernel/sql/oracle/: apm-create.sql, authentication-create.sql: name constraints 2004-07-01 04:29 jeffd * packages/acs-kernel/sql/postgresql/: apm-create.sql, authentication-create.sql, lob.sql: name constraints and make lob_data.lob_id on delete cascade 2004-07-01 04:02 jeffd * packages/acs-content-repository/sql/postgresql/content-create.sql: name the cr_revisions_lob_fk constraint in cr_revisions 2004-07-01 04:00 jeffd * packages/acs-tcl/tcl/request-processor-init.tcl: add a debug to log registering filters 2004-06-30 13:04 andrewg * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Update to apm package body in v1.26.2.1 of apm-create.sql,to include a bugfix/simplication to the cursor in apm.register_parameter. 2004-06-30 11:20 donb * packages/acs-kernel/sql/postgresql/apm-create.sql: Ported Andrew's Oracle patch to register parameter. 2004-06-30 04:48 jeffd * packages/acs-automated-testing/www/admin/index.adp: banding on table, right align numbers, don't width 100pct the per package one since it's too wide that way 2004-06-30 00:40 joela * packages/acs-core-docs/www/: tutorial-caching.html, xml/developers-guide/tutorial-advanced.xml: added list wrapper to caching example 2004-06-29 08:50 joela * packages/acs-core-docs/www/: acs-package-dev.html, aolserver.html, aolserver4.html, automated-testing-best-practices.html, backup-recovery.html, bootstrap-acs.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, i18n-convert.html, index.html, install-next-nightly-vacuum.html, install-steps.html, mac-installation.html, maintenance-web.html, object-identity.html, objects.html, openacs.html, oracle.html, packages.html, parties.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, request-processor.html, requirements-template.html, security-notes.html, style-guide.html, subsites.html, tcl-doc.html, templates.html, tutorial-advanced.html, tutorial-caching.html, tutorial-css-layout.html, tutorial-cvs.html, tutorial-database.html, tutorial-distribute.html, tutorial-future-topics.html, tutorial-pages.html, tutorial-schedule-procs.html, unix-installation.html, variables.html, win2k-installation.html, xml/developers-guide/tutorial-advanced.xml: added advanced tutorial notes on caching and on scheduled procs 2004-06-29 03:17 jeffd * etc/config.tcl, packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml, packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml, packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/oracle/content-folder.sql, packages/acs-content-repository/sql/oracle/content-item.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql, packages/acs-content-repository/sql/postgresql/content-folder.sql, packages/acs-content-repository/sql/postgresql/content-item.sql, packages/acs-content-repository/tcl/filter-procs.tcl, packages/acs-content-repository/tcl/revision-procs.tcl, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml, packages/acs-kernel/sql/oracle/apm-create.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql, packages/acs-lang/acs-lang.info, packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml, packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml, packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml, packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml, packages/acs-lang/sql/oracle/ad-locales.sql, packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql, packages/acs-lang/sql/postgresql/ad-locales.sql, packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql, packages/acs-lang/tcl/lang-util-procs-oracle.xql, packages/acs-lang/tcl/lang-util-procs-postgresql.xql, packages/acs-lang/tcl/locale-procs.tcl, packages/acs-lang/www/admin/message-list.adp, packages/acs-lang/www/admin/message-list.tcl, packages/acs-lang/www/admin/message-usage-include.tcl, packages/acs-service-contract/www/index.tcl, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml, packages/acs-subsite/tcl/subsite-procs.tcl, packages/acs-subsite/www/admin/parties/new.tcl, packages/acs-subsite/www/admin/users/new.tcl, packages/acs-subsite/www/user/portrait/index.adp, packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml, packages/acs-tcl/tcl/acs-permissions-procs.tcl, packages/acs-tcl/tcl/admin-init.tcl, packages/acs-tcl/tcl/rollout-email-init.tcl, packages/acs-tcl/tcl/rollout-email-procs.tcl, packages/acs-tcl/tcl/security-procs.tcl, packages/acs-tcl/tcl/text-html-procs.tcl, packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml, packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml, packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml, packages/acs-templating/tcl/date-procs.tcl, packages/acs-templating/tcl/spellcheck-init.tcl, packages/notifications/notifications.info, packages/notifications/catalog/notifications.ar_EG.utf-8.xml, packages/notifications/catalog/notifications.ar_LB.utf-8.xml, packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml, packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml, packages/notifications/catalog/notifications.zh_CN.utf-8.xml, packages/notifications/sql/oracle/notifications-package-create.sql, packages/notifications/sql/postgresql/notifications-package-create.sql, packages/notifications/tcl/apm-callback-procs.tcl, packages/notifications/tcl/delivery-method-procs.tcl, packages/notifications/tcl/notification-email-procs.tcl, packages/notifications/tcl/notification-procs-oracle.xql, packages/notifications/tcl/notification-procs-postgresql.xql, packages/notifications/tcl/notification-procs.tcl, packages/notifications/tcl/notification-request-procs-oracle.xql, packages/notifications/tcl/notification-request-procs-postgresql.xql, packages/notifications/tcl/notification-request-procs.tcl, packages/notifications/tcl/sweep-procs.tcl: merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD 2004-06-28 12:35 leed * packages/acs-subsite/tcl/: group-procs.tcl, group-procs.xql: Added get_rel_segment accessor function. 2004-06-28 08:41 juny * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql, tcl/content-folder-procs.tcl, tcl/content-item-procs.tcl: minor bug fixes: corrected list that is passed on package_exec_plsql -var_list, added definition of some plsql procs, added content::item::copy, bump up for version needed 2004-06-28 07:30 daveb * packages/tsearch2-driver/sql/postgresql/: tsearch2-driver-create.sql, tsearch2-driver-drop.sql: Rename create and drop scripts so they work. 2004-06-27 23:34 jeffd * packages/acs-subsite/tcl/package-procs-postgresql.xql: revert the 1.12 - 1.13 change, breaks adding group types and rel types (and other autogenerated plpgsql) http://openacs.org/forums/message-view?message_id=190202, bug 1893 2004-06-27 17:10 daveb * packages/acs-content-repository/tcl/content-item-procs.tcl: Fix content::item::update to correctly extract the attributes from within the list. 2004-06-27 12:01 daveb * packages/acs-content-repository/tcl/content-revision-procs.tcl: Make item_id required for content::revision::new 2004-06-27 08:42 joela * packages/acs-tcl/tcl/utilities-procs.tcl: added days capability to mode 1 of age_pretty 2004-06-26 10:06 jeffd * packages/acs-content-repository/tcl/content-permission-procs.tcl: typo in namespace and in sql package name 2004-06-26 05:58 jeffd * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: fix the bad example of a db_foreach inside a db_transaction with a db call inside. Remove some dated ACS 3.x references 2004-06-26 05:44 jeffd * packages/acs-admin/www/cache/: show-util-memoize.adp, show-util-memoize.tcl: overquoted value in util_memoize cache search 2004-06-24 09:20 olah * packages/acs-kernel/sql/postgresql/apm-create.sql: Looks like someone snuck in a little 'x' too much. 2004-06-24 08:05 jeffd * packages/acs-kernel/sql/oracle/: apm-create.sql, upgrade/upgrade-5.2.0d3-5.2.0d4.sql: make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails (forgot oracle file) 2004-06-24 08:03 jeffd * packages/acs-kernel/sql/: oracle/upgrade/upgrade-5.2.0d3-5.2.0d4.sql, postgresql/apm-create.sql, postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql: make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails 2004-06-24 03:44 joela * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, aolserver.html, aolserver4.html, automated-testing-best-practices.html, backup-recovery.html, bootstrap-acs.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, high-avail.html, how-do-I.html, i18n-convert.html, index.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-next-nightly-vacuum.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-steps.html, ix01.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, object-identity.html, objects.html, openacs.html, oracle.html, packages.html, parties.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, request-processor.html, requirements-template.html, security-notes.html, style-guide.html, subsites.html, tcl-doc.html, templates.html, tutorial-advanced.html, tutorial-css-layout.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-newpackage.html, tutorial-pages.html, tutorial-vuh.html, unix-installation.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade.html, variables.html, win2k-installation.html, files/dotlrn-style-1.html, files/dotlrn-style-2.html, images/dotlrn-style-1.png, images/dotlrn-style-2.png, images/dotlrn-style-3.png, xml/developers-guide/tutorial-advanced.xml: added tutorial section on css layout 2004-06-24 02:42 jeffd * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, aolserver.html, backup-recovery.html, cvs-tips.html, docbook-primer.html, eng-standards-versioning.html, ext-auth-requirements.html, form-builder.html, high-avail.html, how-do-I.html, i18n-convert.html, index.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-steps.html, ix01.html, maint-performance.html, maintenance-deploy.html, objects.html, openacs.html, packages.html, permissions-tediously-explained.html, postgres.html, profile-code.html, psgml-for-emacs.html, release-notes.html, tutorial-advanced.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-future-topics.html, tutorial-hierarchical.html, tutorial-html-email.html, tutorial-newpackage.html, tutorial-pages.html, tutorial-vuh.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade.html, variables.html: regen html docs, add the html email tutorial file. 2004-06-24 02:01 jeffd * packages/acs-core-docs/www/xml/developers-guide/: packages.xml, tutorial-advanced.xml: fix a missing /sect1 in tutorial-advanced and shuffle around and bring up to date the package file details. Mention callbacks in the package creation list 2004-06-23 22:35 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Modified a few locations that had older 4.6 references. 2004-06-23 22:01 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fixed formatting for one of the examples. 2004-06-23 21:58 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Clarified that upgrades can be done to 5.1 as well as 5.0 2004-06-23 17:52 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Took out an extra line that wasn't used by the acs_mail_lite section. 2004-06-23 16:35 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added a section on sending HTML email from acs-mail-lite. 2004-06-23 11:27 olah * www/site-master.tcl: Using site_node::get_package_url to check for mounted curriculum instances, now that it is implemented with an nsv of url keyed by package key. Lars added this back in mars and I hadn't noticed ... 2004-06-23 10:25 jader * packages/acs-tcl/tcl/text-html-procs.tcl: Added more description on how to correctly use the ad_html_text_convert proc. Added an example. 2004-06-23 06:37 jeffd * packages/acs-tcl/tcl/site-nodes-procs.tcl: site_node::get_children -all should be about 2-3x as fast which should be a win on installations with lots of site nodes (i.e. dotlrn) 2004-06-22 05:53 joela * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, acs-plat-dev.html, analog-install.html, analog-setup.html, aolserver.html, aolserver4.html, apm-design.html, apm-requirements.html, automated-backup.html, automated-testing-best-practices.html, backup-recovery.html, backups-with-cvs.html, bootstrap-acs.html, complete-install.html, configuring-new-site.html, credits.html, cvs-tips.html, database-management.html, db-api-detailed.html, db-api.html, dev-guide.html, doc-standards.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, eng-standards.html, ext-auth-requirements.html, filename.html, for-everyone.html, form-builder.html, general-documents.html, groups-design.html, groups-requirements.html, high-avail.html, how-do-I.html, i18n-convert.html, i18n-design.html, i18n-introduction.html, i18n-overview.html, i18n-requirements.html, i18n-translators.html, i18n.html, index.html, individual-programs.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-more-software.html, install-next-add-server.html, install-next-backups.html, install-next-nightly-vacuum.html, install-nsopenssl.html, install-nspam.html, install-openacs-delete-tablespace.html, install-openacs-inittab.html, install-openacs-keepalive.html, install-origins.html, install-overview.html, install-php.html, install-qmail.html, install-redhat.html, install-resources.html, install-squirrelmail.html, install-ssl.html, install-steps.html, install-tclwebtest.html, ix01.html, kernel-doc.html, kernel-overview.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, nxml-mode.html, object-identity.html, object-system-design.html, object-system-requirements.html, objects.html, openacs-overview.html, openacs-unpack.html, openacs.html, oracle.html, os-install.html, os-security.html, packages.html, parties.html, permissions-design.html, permissions-requirements.html, permissions-tediously-explained.html, permissions.html, postgres.html, profile-code.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, releasing-openacs.html, releasing-package.html, remote-postgres.html, request-processor.html, requirements-template.html, rp-design.html, rp-requirements.html, security-design.html, security-notes.html, security-requirements.html, snapshot-backup.html, style-guide.html, subsites-design.html, subsites-requirements.html, subsites.html, tcl-doc.html, templates.html, tutorial-admin-pages.html, tutorial-advanced.html, tutorial-categories.html, tutorial-comments.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-future-topics.html, tutorial-newpackage.html, tutorial-notifications.html, tutorial-pages.html, tutorial-specs.html, tutorial-vuh.html, tutorial.html, unix-installation.html, update-repository.html, update-translations.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade-supporting.html, upgrade.html, uptime.html, variables.html, win2k-installation.html, xml/engineering-standards/eng-standards-versioning.xml: added notes on upgrade numbering 2004-06-18 11:21 jeffd * packages/acs-kernel/sql/postgresql/: acs-create-2.sql, acs-create.sql, acs-drop.sql, acs-install.sql, acs-kernel-create.sql, acs-kernel-drop.sql, acs-logs-create.sql, acs-metadata-create.sql, acs-metadata-drop.sql, acs-objects-create.sql, acs-objects-drop.sql, acs-permissions-create.sql, acs-permissions-drop.sql, acs-relationships-create.sql, acs-relationships-drop.sql, apm-create.sql, community-core-create.sql, community-core-drop.sql, groups-create.sql, groups-drop.sql, journal-create.sql, journal-drop.sql, rel-constraints-create.sql, rel-constraints-drop.sql, rel-segments-body-create.sql, rel-segments-create.sql, rel-segments-drop.sql, security-create.sql, security-drop.sql, site-nodes-create.sql, site-nodes-drop.sql, utilities-create.sql, utilities-drop.sql: fix the static cvs-id tags 2004-06-18 08:48 gyang * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Changed AOLserver 4 compilation instructions to specify that users should check out Tcl 8.4.6 rather than 8.4.5. 2004-06-18 08:43 gyang * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Changed AOLserver 4 compilation instructions to specify that users should check out nsoracle 2.7 (tag v2_7) rather than the HEAD version of nsoracle. 2004-06-18 05:26 jeffd * packages/acs-core-docs/www/xml/kernel/groups-requirements.xml: reformat the whole section. no change in content 2004-06-18 04:59 jeffd * packages/acs-core-docs/www/xml/: Makefile, fo.xsl, developers-guide/i18n.xml: cols wrong in i18n overview table, put ulinks in footnotes for pdf 2004-06-18 02:52 jeffd * packages/acs-core-docs/www/xml/install-guide/software.xml: commited wrong fix. This one fixes Version Compatibility Matrix 2004-06-18 02:46 jeffd * packages/acs-core-docs/www/xml/install-guide/software.xml: fix the Version Compatibility Matrix table 2004-06-17 04:22 maltes * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: TYPO: should read parameter, not paramer 2004-06-16 07:17 andrewg * packages/acs-mail-lite/sql/oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql: fixing alter table syntax for Oracle; this fix committed initially on the 5.1 branch 2004-06-15 18:34 donb * packages/acs-tcl/tcl/: apm-procs-oracle.xql, apm-procs.tcl, apm-procs.xql: Filled the parameter cache with default values tagged with package_id 0 rather than NULL to fit with the apm_package_id_from_key's default value for package_id when there's no instance available (can't really use null because "package_id = NULL" is always false in SQL). 2004-06-15 09:25 andrewg * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: Merging fix from oacs-5-1 branch onto HEAD 2004-06-15 09:22 andrewg * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed a scalability problem in site_node::update_cache; fix merged in from 5.1 branch 2004-06-14 05:27 jeffd * packages/acs-subsite/www/o.vuh: object redirect mechanism 2004-06-13 11:44 daveb * packages/acs-content-repository/tcl/: content-extlink-procs.tcl, content-item-procs.tcl, content-keyword-procs.tcl, content-permission-procs.tcl, content-revision-procs.tcl, content-symlink-procs.tcl, content-template-procs.tcl, content-type-procs.tcl: Fix var_list to be a list of lists. 2004-06-12 14:31 rocaelh * packages/acs-tcl/tcl/00-database-procs.tcl: better comments for the -dbn stuff 2004-06-12 07:27 maltes * etc/keepalive/keepalive-cron.sh: Added keepalive-cron.sh to be used in a cron environment, where root does not get an email every two minutes 2004-06-12 07:26 maltes * etc/keepalive/keepalive.sh: Changed path information, so keepalive.sh can work outside a shell 2004-06-12 04:04 maltes * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Changed to use latest AOLserver (40r5). Fixed small inconsistency. 2004-06-11 15:44 jader * packages/acs-mail-lite/acs-mail-lite.info: Bumping version number so new package is made available with rollout fixes, including better support for multiple addresses in the To: field. 2004-06-11 15:33 jader * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Handles multiple email addresses in the to headers better. 2004-06-11 14:47 jader * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added a comment that I'm unsure if the send proc handles multiple to addresses correctly. 2004-06-11 03:17 jeffd * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, acs-plat-dev.html, analog-install.html, analog-setup.html, aolserver.html, aolserver4.html, apm-design.html, apm-requirements.html, automated-backup.html, automated-testing-best-practices.html, backup-recovery.html, backups-with-cvs.html, bootstrap-acs.html, complete-install.html, configuring-new-site.html, credits.html, cvs-tips.html, database-management.html, db-api-detailed.html, db-api.html, dev-guide.html, doc-standards.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, eng-standards.html, ext-auth-requirements.html, filename.html, for-everyone.html, form-builder.html, general-documents.html, groups-design.html, groups-requirements.html, high-avail.html, how-do-I.html, i18n-convert.html, i18n-design.html, i18n-introduction.html, i18n-overview.html, i18n-requirements.html, i18n-translators.html, i18n.html, index.html, individual-programs.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-more-software.html, install-next-add-server.html, install-next-backups.html, install-next-nightly-vacuum.html, install-nsopenssl.html, install-nspam.html, install-openacs-delete-tablespace.html, install-openacs-inittab.html, install-openacs-keepalive.html, install-origins.html, install-overview.html, install-php.html, install-qmail.html, install-redhat.html, install-resources.html, install-squirrelmail.html, install-ssl.html, install-steps.html, install-tclwebtest.html, ix01.html, kernel-doc.html, kernel-overview.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, nxml-mode.html, object-identity.html, object-system-design.html, object-system-requirements.html, objects.html, openacs-overview.html, openacs-unpack.html, openacs.html, oracle.html, os-install.html, os-security.html, packages.html, parties.html, permissions-design.html, permissions-requirements.html, permissions-tediously-explained.html, permissions.html, postgres.html, profile-code.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, releasing-openacs.html, releasing-package.html, remote-postgres.html, request-processor.html, requirements-template.html, rp-design.html, rp-requirements.html, security-design.html, security-notes.html, security-requirements.html, snapshot-backup.html, style-guide.html, subsites-design.html, subsites-requirements.html, subsites.html, tcl-doc.html, templates.html, tutorial-admin-pages.html, tutorial-advanced.html, tutorial-categories.html, tutorial-comments.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-future-topics.html, tutorial-hierarchical.html, tutorial-newpackage.html, tutorial-notifications.html, tutorial-pages.html, tutorial-specs.html, tutorial-vuh.html, tutorial.html, unix-installation.html, update-repository.html, update-translations.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade-supporting.html, upgrade.html, uptime.html, variables.html, win2k-installation.html: regenerated docs, removed a couple of deprecated files, add a new one 2004-06-11 03:13 jeffd * packages/acs-core-docs/www/xml/: developers-guide/i18n.xml, developers-guide/submissions.xml, developers-guide/tutorial-advanced.xml, developers-guide/tutorial-db.xml, developers-guide/tutorial-debug.xml, developers-guide/tutorial-pages.xml, for-everyone/acs-faq.xml, install-guide/aolserver4.xml, install-guide/configuring.xml, install-guide/maintenance.xml, install-guide/oracle.xml, install-guide/other-software.xml, install-guide/recovery.xml, install-guide/upgrade.xml: clean up xml so the docs (more or less) validate 2004-06-10 15:56 jader * packages/acs-mail-lite/: acs-mail-lite.info, tcl/acs-mail-lite-procs.tcl: Fixes rollout support, bug #1895. 2004-06-10 10:06 rocaelh * packages/: acs-authentication/acs-authentication.info, acs-authentication/tcl/authentication-procs.tcl, acs-subsite/lib/login.adp, acs-subsite/lib/login.tcl, acs-subsite/lib/user-new.tcl: adding allow/disallow self-register, by Hector Amado hr_amado@galileo.edu 2004-06-09 18:14 daveb * packages/acs-content-repository/tcl/test/: content-item-test-procs.tcl, content-revision-test-procs.tcl: Initital tests for CR Tcl API. 2004-06-09 18:13 daveb * packages/acs-content-repository/tcl/: content-extlink-procs.tcl, content-folder-procs.tcl, content-item-procs.tcl, content-keyword-procs.tcl, content-permission-procs.tcl, content-revision-procs.tcl, content-symlink-procs.tcl, content-template-procs.tcl, content-type-procs.tcl: Adding preliminary Tcl API. See TIP#67. Thanks to Jeff Davis for the script that converted the pl/sql procedures to tcl procedures. 2004-06-09 13:58 jader * etc/config.tcl: Added in nsopenssl support for Aolserver 4. 2004-06-09 09:59 jader * packages/acs-content-repository/www/doc/: index.html, tutorial.html: Added in tutorial from rubick.com to content repository documents, so other developers can change it or improve it. 2004-06-08 10:06 joela * packages/acs-lang/lib/: change-locale-bar.adp, change-locale-bar.tcl: improved the logic in the change locales includelet 2004-06-07 19:01 jader * packages/acs-mail-lite/acs-mail-lite.info: Bumped the version number so existing installs can benefit from a fix Jeff made weeks ago that breaks acs-mail-lite from working. 2004-06-07 17:51 jader * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Applied patch #529 (hope that's alright): Patch to correct problems regarding sendmail procedure in acs-mail-lite-procs.tcl. This should fix bug #1888. 2004-06-06 13:31 daveb * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-package-create.sql: Remove set_curcfg from create.sql. Created wrapper functions for to_tsvector and to_tsquery to call set_curcfg each time. 2004-06-06 13:29 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix search proc to return correct count and properly use limit and offset so pagination of search results works. 2004-06-06 13:03 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Use 'default' tsearch2 configuration. It should be a parameter eventually. Pass configuration name into tsvector and tsquery 2004-06-06 10:29 daveb * packages/tsearch2-driver/: tcl/tsearch2-driver-install-procs.tcl, tcl/tsearch2-driver-procs.tcl, www/doc/index.html: Workaround namespace eval problem in AOLserver 3. Add search FtsEngineDriver paramter to documentation. 2004-06-06 02:00 jeffd * packages/acs-tcl/tcl/sql-statement-procs.tcl: add an ad_library call, mark functions public 2004-06-06 01:59 jeffd * packages/acs-tcl/tcl/ad-functional-procs.tcl: quote expr things, make some things public that were not categorized 2004-06-05 19:28 donb * packages/acs-subsite/tcl/: package-procs-oracle.xql, package-procs-postgresql.xql, package-procs.tcl: Made package_exec_plsql work for Oracle procedures ... 2004-06-05 18:41 daveb * packages/tsearch2-driver/www/doc/index.html: Adding very basic documentation, but this package is still very basic itself. 2004-06-05 18:33 daveb * packages/tsearch2-driver/: tsearch2-driver.info, tcl/tsearch2-driver-install-procs.tcl, tcl/tsearch2-driver-procs.tcl: Adding tsearch2 search engine driver. Needs work, but will actually index content. 2004-06-05 07:08 daveb * packages/acs-content-repository/tcl/: filter-procs-oracle.xql, filter-procs-postgresql.xql, filter-procs.tcl: Add optional revision parameter to content::init. Defaults to live revision. 2004-06-04 07:58 joela * etc/config.tcl: changed ServerPeerVerify to false on AlfredW's suggestion 2004-06-04 06:54 joela * packages/acs-core-docs/www/xml/releasing-openacs.xml: added notes on how to rebuild repository automatically 2004-06-03 15:35 jader * etc/backup.sh: Fix bug where = was used for assignment instead of comparison. 2004-06-02 13:54 jader * packages/acs-content-repository/sql/postgresql/content-type.sql: Fix for bug #1799. Bug in content_type__drop_attribute. 2004-06-02 12:46 jader * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: Added more information on how to use the -on_refresh section on ad_form 2004-06-01 18:36 jader * packages/acs-kernel/acs-kernel.info: Added additional explanation as to what Privacy Control actually does. 2004-06-01 15:54 donb * packages/acs-content-repository/: sql/oracle/content-folder.sql, sql/oracle/content-item.sql, sql/oracle/content-test.sql, sql/oracle/packages-create.sql, sql/postgresql/content-folder.sql, sql/postgresql/content-item.sql, sql/postgresql/content-test.sql, www/doc/api/folder.html, www/doc/api/item.html: Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and changed PG for consistency) 2004-05-28 15:36 jader * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: 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. 2004-05-26 11:14 jader * packages/acs-kernel/acs-kernel.info: By default, switched to not allow all HTML tags. This is per a discussion on IRC: http://openacs.org/irc/log/2004-05-26 2004-05-26 10:59 jader * packages/acs-tcl/tcl/00-database-procs.tcl: See: http://openacs.org/forums/message-view?message_id=186200 Changed comment for when using more than 1 database. 2004-05-26 00:56 joela * packages/acs-core-docs/www/: files/create-new-catalog.sh, xml/developers-guide/i18n.xml: added script from Rocael for cloning locale catalogs; notes on plural 2004-05-25 08:22 andrewg * packages/acs-templating/tcl/tag-init.tcl: Added hooks for adp-revealing code when developer support is installed on the system 2004-05-25 08:19 andrewg * packages/acs-templating/tcl/parse-procs.tcl: Reverting to version 1.30, moving new adp-revealing developer support code to tag-init.tcl where the checks run more efficiently (once per thread after startup instead of once per view per template ) and the inserted markup doesn't break the DOM. 2004-05-21 10:03 jader * packages/acs-tcl/tcl/site-nodes-procs.tcl: Added a @see site_node::get_children in site_node::get_package_url, and a description of when to use get_children. 2004-05-21 09:19 jader * packages/acs-tcl/tcl/site-nodes-procs.tcl: Clarify that get_package_url returns the first URL if it is mounted in more than one location. 2004-05-21 04:00 joela * packages/acs-admin/www/apm/build-repository.tcl: using renamed function for maturity name 2004-05-21 02:38 peterm * packages/: acs-admin/www/install/install.tcl, acs-tcl/tcl/apm-install-procs.tcl: Showing maturity on the package install page. Renaming apm_maturity_int_to_text to apm::package_version::attributes::maturity_int_to_text (in namespace where it belongs) 2004-05-21 02:24 joela * packages/acs-tcl/: acs-tcl.info, catalog/acs-tcl.en_US.ISO-8859-1.xml, tcl/apm-install-procs.tcl: added package maturity text internationalization; incremented version so new keys are detected 2004-05-21 01:52 joela * packages/acs-admin/www/apm/: build-repository.tcl, repository-channel-index.adp: adding Maturity and license support to repository builder 2004-05-20 11:54 rocaelh * packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql: bad writte <fullquery> fixed 2004-05-19 11:52 jeffd * packages/acs-admin/www/apm/package-add-2.tcl: pass array into apm_package_install_version, bash maturity to 0 (needs to be fixed) 2004-05-19 11:49 jeffd * packages/acs-tcl/tcl/apm-install-procs.tcl: sort the attribute names so the xml always comes out in the same way 2004-05-19 05:19 jeffd * packages/acs-core-docs/www/xml/install-guide/other-software.xml: add a note on dealing with tsearch not found in libdir, from thread http://openacs.org/forums/message-view?message_id=129170 by Jason Macleod 2004-05-18 09:43 rocaelh * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: xpath wrapper function 2004-05-18 09:43 rocaelh * packages/acs-tcl/tcl/utilities-procs.tcl: attribute of a child node function 2004-05-17 08:14 jeffd * etc/config.tcl, packages/acs-admin/acs-admin.info, packages/acs-admin/www/apm/index.tcl, packages/acs-admin/www/install/install-3.tcl, packages/acs-api-browser/acs-api-browser.info, packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/oracle/content-folder.sql, packages/acs-content-repository/sql/oracle/content-item.sql, packages/acs-content-repository/sql/postgresql/content-create.sql, packages/acs-content-repository/sql/postgresql/content-item.sql, packages/acs-content-repository/sql/postgresql/content-search.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql, packages/acs-content-repository/tcl/revision-procs.tcl, packages/acs-core-docs/acs-core-docs.info, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql, packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql, packages/acs-lang/acs-lang.info, packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ch_zh.utf-8.xml, packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml, packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, packages/acs-lang/www/admin/batch-editor.adp, packages/acs-lang/www/admin/edit-description.adp, packages/acs-lang/www/admin/edit-localized-message.adp, packages/acs-lang/www/admin/edit-localized-message.tcl, packages/acs-messaging/acs-messaging.info, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ch_zh.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, packages/acs-subsite/lib/login.adp, packages/acs-subsite/lib/subsites.tcl, packages/acs-subsite/sql/postgresql/attribute.sql, packages/acs-subsite/www/admin/site-map/application-new.adp, packages/acs-subsite/www/members/member-invite.adp, packages/acs-subsite/www/members/user-batch-add-2.tcl, packages/acs-subsite/www/register/account-closed.tcl, packages/acs-subsite/www/resources/http.png, packages/acs-subsite/www/resources/profile-16.png, packages/acs-subsite/www/shared/community-member.adp, packages/acs-tcl/acs-tcl.info, packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ch_zh.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, packages/acs-tcl/lib/progress-bar.adp, packages/acs-tcl/tcl/00-database-procs.tcl, packages/acs-tcl/tcl/defs-procs.tcl, packages/acs-templating/acs-templating.info, packages/acs-templating/catalog/acs-templating.ch_zh.utf-8.xml, packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml, packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml, packages/acs-templating/resources/lists/list.adp, packages/acs-templating/resources/lists/table.adp, packages/acs-templating/tcl/acs-templating-init.tcl, packages/acs-templating/tcl/form-procs.tcl, packages/acs-templating/tcl/list-procs.tcl, packages/acs-templating/tcl/tag-init.tcl, packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml, packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml, packages/ref-timezones/ref-timezones.info, packages/search/search.info, www/site-master.tcl: merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517 2004-05-16 02:16 joela * packages/acs-lang/lib/change-locale-bar.tcl: fixed locale includelet to correctly build return_url 2004-05-14 07:10 joela * packages/acs-core-docs/www/xml/: releasing-openacs.xml, developers-guide/cvs.xml, developers-guide/tutorial-advanced.xml, developers-guide/tutorial-db.xml, developers-guide/tutorial-debug.xml, developers-guide/tutorial-pages.xml, developers-guide/tutorial.xml, install-guide/aolserver4.xml, install-guide/configuring.xml, install-guide/database-maintenance.xml, install-guide/maintenance.xml, install-guide/openacs.xml, install-guide/os.xml, install-guide/other-software.xml, install-guide/overview.xml, install-guide/postgres.xml, install-guide/recovery.xml, install-guide/upgrade.xml: replaced service0 with bash var 2004-05-14 06:53 dirkg * packages/acs-core-docs/www/xml/install-guide/oracle.xml: Added link to Oracle on Linux FAQ that publically lists certified Linux distros for Oracle. 2004-05-14 06:28 joela * packages/acs-core-docs/www/xml/install-guide/: maintenance.xml, oracle.xml: added Dirk's notes and new links on Oracle perf and certified setup 2004-05-14 05:52 dirkg * packages/acs-core-docs/www/xml/install-guide/oracle.xml: Added useful links, statspack and autotrace installation instructions etc. Needs to be worked over, revised and reviewed by Joel. 2004-05-14 03:59 jeffd * packages/acs-templating/resources/lists/table.adp: add the title for sorting to the currently sorted by column, set sort graphic alt to empty (title already on the text link), remove a class list where not needed 2004-05-14 03:54 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: add some output to help diagnose error in ad_parse_html_attributes_upvar 2004-05-14 03:17 jeffd * packages/search/: search.info, sql/postgresql/search-packages-create.sql, sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql, tcl/search-procs-oracle.xql, tcl/search-procs.tcl, tcl/search-procs.xql: Put functions into a search:: namespace and make most private. Add a search::queue and search::dequeue command define_function_args/package_exec_plsql to avoid db specific xql files. unset datasource when finished with it. bump to 5.2.0d2 + postgresql upgrade script. 2004-05-13 13:24 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: The categories section was duplicated twice, with the second one not coming through correctly because there was not an id= tag for it. I took out the second one. I think that's the correct one to take out. Also, the section on hierarchical queries did not have an id attribute, so I added it in. 2004-05-13 12:47 jader * packages/acs-templating/www/resources/forms.css: Internet Explorer does not left align the widgets by default, which gives it a behavior at odds with all the other browsers I've tested on (Safari, Mozilla, etc). This is a small change that left aligns widgets by default in all forms, which looks much better, especially on larger forms. 2004-05-11 00:58 joela * packages/acs-lang/: lib/change-locale-bar.tcl, www/change-locale-include.tcl: removed page_contract from includelet so it works when included in another page with a conflicting contract; improved logic for when to show list of locales 2004-05-10 14:42 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fixed spelling mistake, last commit incorrectly put my fix on the 'cd' line instead of the cvs line. (thanks for catching this, Jeff) 2004-05-10 10:59 joela * www/site-master.adp: changed template to use new locale switcher 2004-05-10 10:58 joela * packages/acs-lang/: catalog/acs-lang.da_DK.ISO-8859-1.xml, catalog/acs-lang.de_DE.ISO-8859-1.xml, catalog/acs-lang.en_US.ISO-8859-1.xml, catalog/acs-lang.es_ES.ISO-8859-1.xml, lib/change-locale-bar.adp, lib/change-locale-bar.tcl: added locale-switching includelet and a few translations to enable testing 2004-05-09 08:33 joela * packages/search/search.info: incremented version number so that catalog gets loaded 2004-05-09 08:32 joela * packages/search/: catalog/search.en_US.ISO-8859-1.xml, lib/search.adp, lib/search.tcl: added search includelet; internationalized it. depends on acs-kernel.common_search, which is on the translation server and should be in 5.1.1 2004-05-09 07:57 joela * packages/acs-lang/: catalog/acs-lang.en_US.ISO-8859-1.xml, www/change-locale-include.tcl, www/index.adp, www/locale-set.tcl, lib/conflict-link.adp, lib/messages-to-translate.adp: internationalized end-user-visible bits of acs-lang 2004-05-09 06:48 joela * packages/acs-lang/www/: change-locale-include.tcl, change-locale-include.xql: localized the list of locales in Change Locale dialog 2004-05-07 15:10 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: The tip syntax for cvs was wrong 2004-05-07 10:29 jeffd * packages/acs-mail-lite/www/doc/index.html: messed up html tag in main doc page 2004-05-07 09:49 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added in -kk to the cvs checkout, which prevents tons of conflicts in CVS 2004-05-07 08:17 jeffd * www/blank-master.tcl: only include the developer support css if ds_show_p true 2004-05-07 05:22 jeffd * packages/acs-templating/resources/lists/list.adp: 1. don't include javascript (now comes from core.js I think). 2. don't create the form unless there are bulk actions 3. remove spurious table tags. 4. make the list row container a div rather than a P tag. 5. change the class name for the list row container to be "list-row odd" and "list-row even" rather than simply list-row 6. Include the list_properties.bulk_action_export_chunk if there are bulk actions. 7. Add the outermost div which has class list_properties.class 2004-05-07 04:31 jeffd * www/blank-master.tcl: don't add an empty onload element to the body tag 2004-05-06 19:33 carlb * packages/acs-core-docs/www/xml/install-guide/os.xml: added aspell to the list of optional software 2004-05-06 17:27 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Updated the cvs section to 5.1. Also changed one CVS command. It would import the entire openacs-4 cvs tree into your local cvs tree, which is unnecessary and annoying. 2004-05-06 14:38 lars * packages/acs-templating/: acs-templating.info, tcl/richtext-procs.tcl: Added a check for the browser's User-Agent header before using htmlArea - Default to use htmlArea for richtext widgets 2004-05-06 06:01 peterm * packages/acs-content-repository/tcl/: item-procs-oracle.xql, item-procs-postgresql.xql, item-procs.tcl: adding the item::delete PL/SQL wrapper proc 2004-05-06 05:57 peterm * packages/acs-content-repository/tcl/: folder-procs-oracle.xql, folder-procs-postgresql.xql, folder-procs.tcl: Adding folder::delete proc which is a start in having a Tcl wrapper API for the content folder PL/SQL functions like we already have for items 2004-05-06 05:37 jeffd * packages/acs-api-browser/www/content-page-view.adp: can't use regular adp variable interpolation since when displaying source you don't want to translate tags, you want to display the 'real source' 2004-05-05 11:36 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added a comment that after the upgrade, you may need to change the parameters of acs-kernel so that you can allow HREF and IMG tags. 2004-05-05 05:36 joela * packages/acs-core-docs/www/profile-code.html: added new html file 2004-05-05 05:36 joela * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, acs-plat-dev.html, analog-install.html, analog-setup.html, aolserver.html, aolserver4.html, apm-design.html, apm-requirements.html, automated-backup.html, automated-testing-best-practices.html, backup-recovery.html, backups-with-cvs.html, bootstrap-acs.html, complete-install.html, configuring-new-site.html, credits.html, cvs-tips.html, database-management.html, db-api-detailed.html, db-api.html, dev-guide.html, doc-standards.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, eng-standards.html, ext-auth-requirements.html, filename.html, for-everyone.html, form-builder.html, general-documents.html, groups-design.html, groups-requirements.html, high-avail.html, how-do-I.html, i18n-convert.html, i18n-design.html, i18n-introduction.html, i18n-overview.html, i18n-requirements.html, i18n-translators.html, i18n.html, index.html, individual-programs.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-more-software.html, install-next-add-server.html, install-next-backups.html, install-next-nightly-vacuum.html, install-nsopenssl.html, install-nspam.html, install-openacs-delete-tablespace.html, install-openacs-inittab.html, install-openacs-keepalive.html, install-origins.html, install-overview.html, install-php.html, install-qmail.html, install-redhat.html, install-resources.html, install-squirrelmail.html, install-ssl.html, install-steps.html, install-tclwebtest.html, ix01.html, kernel-doc.html, kernel-overview.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, nxml-mode.html, object-identity.html, object-system-design.html, object-system-requirements.html, objects.html, openacs-overview.html, openacs-unpack.html, openacs.html, oracle.html, os-install.html, os-security.html, packages.html, parties.html, permissions-design.html, permissions-requirements.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, releasing-openacs.html, releasing-package.html, remote-postgres.html, request-processor.html, requirements-template.html, rp-design.html, rp-requirements.html, security-design.html, security-notes.html, security-requirements.html, snapshot-backup.html, style-guide.html, subsites-design.html, subsites-requirements.html, subsites.html, tcl-doc.html, templates.html, tutorial-admin-pages.html, tutorial-advanced.html, tutorial-categories.html, tutorial-comments.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-future-topics.html, tutorial-newpackage.html, tutorial-notifications.html, tutorial-pages.html, tutorial-specs.html, tutorial-vuh.html, tutorial.html, unix-installation.html, update-repository.html, update-translations.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade-supporting.html, upgrade.html, uptime.html, variables.html, win2k-installation.html, xml/openacs.xsl: changed comment link on bottom of pages to reflect new, permanent path /doc/current 2004-05-04 13:49 andrewg * packages/acs-templating/tcl/parse-procs.tcl: Added a developer support hook to adp_parse to support 'ADP reveal mode' 2004-05-01 21:41 gabrielb * packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql: This fixes date arithmetic, "insert into ... select" column order mismatch, and concatenation syntax error in acs-mail-lite. Bug 1719, patch 489. Gabriel Burca. 2004-05-01 01:36 jeffd * packages/acs-content-repository/sql/postgresql/content-type.sql: second occurance of bug 1738 version match on OS X problem 2004-04-30 15:49 jader * packages/acs-subsite/www/members/member-invite.tcl: Fix typo: inivite to invite 2004-04-29 08:41 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/oracle/upgrade/upgrade-5.2.0d2-5.2.0d3.sql, sql/postgresql/content-create.sql, sql/postgresql/upgrade/upgrade-5.2.0d2-5.2.0d3.sql: cascade deletes for table cr_folder_type_map when folder or content_type are deleted 2004-04-29 08:37 jeffd * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d2-5.2.0d3.sql: missed the pg upgrade script for cascade delete on root folder map table 2004-04-29 08:28 jeffd * packages/acs-subsite/www/permissions/: perm-include-oracle.xql, perm-include-postgresql.xql: change the perm-include page to use acs_object_party_privilege_map rather than acs_permission.permission_p which should be substantially faster 2004-04-29 01:29 peterm * etc/keepalive/keepalive.sh: removing absolute path to wget as it may vary from server to server 2004-04-28 14:41 jeffd * www/: blank-master.adp, site-master.adp: add a type to the js included, put title at the very top before the meta generator tag, don't emit an empty ul in the footer 2004-04-28 08:33 peterm * etc/keepalive/: keepalive-config.tcl, keepalive.sh: Making keepalive time out its request to the db test page after 6 seconds. Reducing number of tries to 6. Making it possible to run keepalive quite often by introducing the seconds_between_restarts parameter so that for example you can tell keepalive to never restart a server more often than every 10 minutes 2004-04-27 06:30 nimam * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Changed the position of the link for the docbook tags 2004-04-27 05:24 jeffd * packages/acs-templating/tcl/query-procs.tcl: add template::multirow unset documentation 2004-04-27 05:23 jeffd * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: return one of the names of the unimplemented op 2004-04-27 05:19 jeffd * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: merge changes on 5.1 for common keys 2004-04-27 05:09 jeffd * packages/search/: tcl/search-init.tcl, tcl/search-procs-oracle.xql, tcl/search-procs.tcl, tcl/search-procs.xql, www/search.tcl: put functions in a namespace, make them private, fix small bug with handling 'seen' objid in search::indexer, get rid of useless db_transaction call, check that a driver exists before doing anything in the sched proc 2004-04-27 04:16 jeffd * packages/acs-tcl/tcl/utilities-procs.tcl: minor change to ReturnHeaders docs 2004-04-27 01:01 joela * packages/acs-core-docs/www/: tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-newpackage.html, tutorial-pages.html, tutorial.html: typo fixes in tutorial 2004-04-26 17:53 carlb * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: tested, corrected, and updated the tutorial-db doc 2004-04-26 11:50 peterm * packages/: acs-admin/www/apm/build-repository.tcl, acs-admin/www/apm/version-edit-2.tcl, acs-admin/www/apm/version-edit.tcl, acs-admin/www/apm/version-view.tcl, acs-kernel/acs-kernel.info, acs-kernel/sql/oracle/apm-create.sql, acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d3-5.2.0d4.sql, acs-kernel/sql/postgresql/apm-create.sql, acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql, acs-tcl/tcl/apm-install-procs.tcl, acs-tcl/tcl/apm-xml-procs.tcl: Adding new package version attributes maturity, license, and license_url. Introducing the concept of dynamic package version attributes so that these can be added easily in the future. The attributes are driven by a metadata spec returned by the proc apm::package_version::attributes::get_spec.The attributes are stored in the skinny table apm_package_version_attr and managed through the Tcl API in namespace apm::package_version::attributes. Changing the parse and generate info XML file procs to use the dynamic attributes. Adding the dynamic attributes to the manifest XML file as well. The attributes are editable in the APM admin UI. 2004-04-26 11:23 carlb * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: tested and updated doc 2004-04-26 09:18 jader * etc/: config.tcl, daemontools/run: Fix for bug 1766. Changes address to 0.0.0.0, and introduces a sleep in the daemontools/run file. 2004-04-26 00:54 jeffd * www/robots.txt: robots.txt had UserAgent rather than User-agent for the key, added acs-lang, acs-admin, acs-service-contract, workflow, test, and notifications to the list of disallows. 2004-04-25 08:09 joela * packages/: acs-lang/acs-lang.info, acs-admin/acs-admin.info, acs-api-browser/acs-api-browser.info, acs-bootstrap-installer/acs-bootstrap-installer.info, acs-content-repository/acs-content-repository.info, acs-kernel/acs-kernel.info, acs-messaging/acs-messaging.info, acs-reference/acs-reference.info, acs-subsite/acs-subsite.info, acs-tcl/acs-tcl.info, acs-templating/acs-templating.info, acs-service-contract/acs-service-contract.info, search/search.info, acs-automated-testing/acs-automated-testing.info, acs-authentication/acs-authentication.info: added maturity and license info 2004-04-25 08:02 tracya * packages/acs-subsite/tcl/: package-procs.tcl: reverting - we are not quite ready yet 2004-04-25 07:28 tracya * packages/acs-subsite/tcl/package-procs.tcl: trickling isssues with adding package_id to acs_object table 2004-04-25 07:09 joela * packages/acs-core-docs/acs-core-docs.info: added license and maturity 2004-04-25 04:30 janines * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: Fixed bug 1597 - Oracle can't handle comments on the ends of the lines 2004-04-25 02:52 donb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: Applied the first patch contained in patch #397 (the other problem had previously been fixed by someone else) 2004-04-25 02:32 donb * etc/install/functions.sh: Applied Vinod Kurup's patch 491 for bug 1724 - functions.sh failed if you weren't using daemontools because a newline inserted into the created file confused bash (which isn't used if you're using daemontools, therefore had not been caught by the script author). 2004-04-25 02:24 donb * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: Applied patch 394 2004-04-25 01:50 donb * packages/acs-content-repository/sql/postgresql/content-type.sql: Appled Jarrko's patch 498 for bug 1738: check for PG 7.2 failed on Mac OS X because the check string was just '%7.2%' and Mac OS X ships with darwin 7.2 2004-04-23 06:28 joela * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: formatting tweaks for long lines i18n-convert.html 2004-04-23 02:28 joela * etc/install/install.sh: added tcllibpath fix to install.sh, but it should come from a parameter in install.tcl 2004-04-21 06:30 joela * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: a few typo fixes 2004-04-21 06:18 joela * packages/acs-core-docs/www/: i18n-convert.html, xml/developers-guide/i18n.xml: formatted Jeff and Peter's i18n tips 2004-04-21 02:49 joela * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, aolserver.html, aolserver4.html, automated-testing-best-practices.html, backup-recovery.html, bootstrap-acs.html, complete-install.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, dev-guide.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, high-avail.html, how-do-I.html, i18n-convert.html, index.html, individual-programs.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-next-add-server.html, install-next-nightly-vacuum.html, install-nsopenssl.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-steps.html, ix01.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, object-identity.html, objects.html, openacs-unpack.html, openacs.html, oracle.html, packages.html, parties.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, request-processor.html, requirements-template.html, security-notes.html, style-guide.html, subsites.html, tcl-doc.html, templates.html, tutorial-advanced.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-future-topics.html, tutorial-newpackage.html, tutorial-notifications.html, tutorial-pages.html, tutorial-vuh.html, unix-installation.html, upgrade-4.5-to-4.6.html, upgrade-openacs-files.html, upgrade-overview.html, variables.html, win2k-installation.html, files/tutorial/myfirstpackage-procs.tcl, xml/developers-guide/i18n.xml, xml/developers-guide/tutorial-db.xml, xml/developers-guide/tutorial.xml, xml/install-guide/aolserver4.xml, xml/install-guide/software.xml: added more i18n notes; working tclwebtest tutorial test 2004-04-20 14:12 jeffd * ChangeLog, etc/analog.cfg, etc/backup.sh, etc/config.tcl, packages/acs-admin/acs-admin.info, packages/acs-admin/www/apm/version-edit-2.tcl, packages/acs-admin/www/apm/version-edit-2.xql, packages/acs-admin/www/apm/version-i18n.tcl, packages/acs-admin/www/install/index.adp, packages/acs-admin/www/install/index.tcl, packages/acs-admin/www/install/install.adp, packages/acs-admin/www/install/install.tcl, packages/acs-admin/www/users/index.adp, packages/acs-api-browser/acs-api-browser.info, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-authentication/tcl/local-procs.tcl, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/sql/common/mime-type-data.sql, packages/acs-content-repository/sql/oracle/content-folder.sql, packages/acs-content-repository/sql/oracle/content-item.sql, packages/acs-content-repository/sql/oracle/content-revision.sql, packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.0.0-5.1.0d1.sql, packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql, packages/acs-content-repository/tcl/revision-procs-oracle.xql, packages/acs-content-repository/tcl/revision-procs-postgresql.xql, packages/acs-content-repository/tcl/revision-procs.tcl, packages/acs-content-repository/tcl/revision-procs.xql, packages/acs-core-docs/acs-core-docs.info, packages/acs-core-docs/www/index.adp, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/sql/oracle/acs-install.sql, packages/acs-kernel/sql/postgresql/acs-install.sql, packages/acs-lang/acs-lang.info, packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, packages/acs-lang/tcl/lang-message-procs.tcl, packages/acs-lang/tcl/lang-util-procs.tcl, packages/acs-lang/tcl/test/acs-lang-test-procs.tcl, packages/acs-lang/www/admin/edit-localized-message.adp, packages/acs-lang/www/admin/edit-localized-message.tcl, packages/acs-lang/www/admin/message-list.tcl, packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql, packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl, packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql, packages/acs-messaging/acs-messaging.info, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-service-contract/tcl/acs-service-contract-init.tcl, packages/acs-service-contract/tcl/acs-service-contract-procs.tcl, packages/acs-service-contract/tcl/implementation-procs.tcl, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, packages/acs-subsite/lib/user-info.adp, packages/acs-subsite/lib/user-new.tcl, packages/acs-subsite/tcl/application-group-procs-oracle.xql, packages/acs-subsite/tcl/group-procs.tcl, packages/acs-subsite/tcl/group-type-procs.tcl, packages/acs-subsite/tcl/subsite-procs.tcl, packages/acs-subsite/www/admin/applications/application-add.tcl, packages/acs-subsite/www/admin/rel-types/new.adp, packages/acs-subsite/www/admin/relations/add-oracle.xql, packages/acs-subsite/www/admin/relations/add-postgresql.xql, packages/acs-subsite/www/admin/relations/add.tcl, packages/acs-subsite/www/members/member-invite.adp, packages/acs-subsite/www/members/member-invite.tcl, packages/acs-subsite/www/members/user-batch-add-2.adp, packages/acs-subsite/www/members/user-batch-add-2.tcl, packages/acs-subsite/www/members/user-batch-add.adp, packages/acs-subsite/www/members/user-batch-add.tcl, packages/acs-subsite/www/members/user-new.tcl, packages/acs-subsite/www/permissions/one.tcl, packages/acs-subsite/www/register/user-join.tcl, packages/acs-subsite/www/resources/site-master.css, packages/acs-subsite/www/user/basic-info-update.tcl, packages/acs-tcl/acs-tcl.info, packages/acs-tcl/tcl/00-database-procs.tcl, packages/acs-tcl/tcl/acs-permissions-procs.tcl, packages/acs-tcl/tcl/apm-install-procs.tcl, packages/acs-tcl/tcl/apm-procs.tcl, packages/acs-tcl/tcl/community-core-procs.tcl, packages/acs-tcl/tcl/defs-procs.tcl, packages/acs-tcl/tcl/membership-rel-procs.tcl, packages/acs-tcl/tcl/site-nodes-procs.tcl, packages/acs-tcl/tcl/text-html-procs.tcl, packages/acs-tcl/tcl/utilities-init.tcl, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl, packages/acs-templating/acs-templating.info, packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, packages/acs-templating/resources/lists/table.adp, packages/acs-templating/tcl/date-init.tcl, packages/acs-templating/tcl/date-procs.tcl, packages/acs-templating/tcl/element-procs.tcl, packages/acs-templating/tcl/list-procs.tcl, packages/acs-templating/tcl/parse-procs.tcl, packages/acs-templating/tcl/query-procs.tcl, packages/acs-templating/tcl/util-procs.tcl, packages/acs-templating/www/doc/tagref/include.html, packages/notifications/notifications.info, packages/ref-timezones/ref-timezones.info, packages/search/search.info: merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 2004-04-20 07:08 peterm * packages/acs-automated-testing/tcl/tclwebtest-procs.tcl: making login proc error if it fails to login user. Adding some aa_log statements to make it easier to see what's going on during a tclwebtest test case (in particular which URLs are being requested) 2004-04-19 03:06 joela * packages/acs-core-docs/www/xml/: install-guide/other-software.xml, developers-guide/tutorial-advanced.xml: backported typo fixes from 5.1 2004-04-17 16:15 jader * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added more troubleshooting info for Aolserver 4 and nsopenssl 2004-04-16 12:03 donb * packages/notifications/tcl/interval-procs.xql: Geraldo Morales noticed that this proc's query hardwired "instant" rather than using the "name" parameter as it obviously should ... 2004-04-16 05:59 joela * packages/acs-core-docs/www/files/openacs.txt: stripped the balance stuff from the startup script and renamed it openacs.txt from init.d 2004-04-15 13:10 jader * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added troubleshooting information for those with older info in the config.tcl files. 2004-04-15 05:43 nimam * packages/acs-lang/www/index.adp: test commit, just added an empty line 2004-04-09 07:00 andrewg * packages/acs-content-repository/sql/oracle/: content-extlink.sql, content-folder.sql, content-item.sql, content-symlink.sql, packages-create.sql: various bug fixes for package_id, title addition to acs_objects 2004-04-07 17:49 jader * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: Replaced ad_permission_p with permission::permission_p 2004-04-07 10:07 jader * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: Added note that ad_permission_p is deprecated and that it should use permission::permission_p. Didn't actually change it -- sorry. 2004-04-07 10:03 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Restoring my addition on profiling your code that was also somehow left out in the oacs-5-0 -> HEAD transition. 2004-04-07 09:59 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Recommitting tutorial on tree_sortkey that was somehow removed in the transition to HEAD. 2004-04-06 12:50 andrewg * packages/acs-kernel/sql/oracle/apm-create.sql: Removing acs_objects_package_id_fk constraint, which was breaking the install. We can put it back in and have things work if we first rearrange the code in apm_package.new to perform the insert into apm_packages before the update on acs_objects. But for now we'll do as the PG version does, which is to not define the constraint at all. 2004-04-05 13:36 lars * packages/acs-templating/acs-templating.info: Documentation ofr RefreshCache parameter 2004-04-05 09:34 lars * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: - Added -form switch to ad_page_contract to let callers pass in a form ns_set specifically. This is useful when using ad_page_contract to validate includelets - Removed unused -type switch to ad_page_contract - This is a merge of the 1.18.4.1 change on dotkul branch 2004-04-05 07:25 joela * packages/acs-core-docs/www/xml/variables.ent: variables for HEAD/5.2 2004-04-01 15:05 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added clarification that you'll need to edit nsd-postgres or nsd-oracle script with path to Aolserver if you're not using /usr/local/aolserver as the Aolserver directory. 2004-04-01 14:51 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added in more hints for installing nspostgres.so if things go wrong. 2004-04-01 12:56 jeffd * packages/acs-tcl/tcl/: apm-procs-oracle.xql, apm-procs-postgresql.xql, apm-procs.tcl: change apm_package_url_from_id to return the first url (after finding half a dozen essentially identical queries to do that in package specific routines I think its clear it makes more sense to do that 2004-04-01 06:22 jeffd * packages/acs-content-repository/tcl/revision-procs.tcl: workaround another aolserver bug, this time with fastpath enabled ns_returnfile size 0 files fails 2004-03-31 13:45 jeffd * packages/: acs-kernel/acs-kernel.info, acs-subsite/acs-subsite.info, acs-subsite/www/index.tcl, acs-tcl/acs-tcl.info: Adds parameter IndexInternalRedirectUrl to acs-kernel, acs-subsite, bump version nubmers, modifies acs-subsite/www/index.tcl to use param, patch 413 bug 1363 Guan Yang 2004-03-31 13:21 jeffd * packages/acs-subsite/www/register/user-join.tcl: -abort flag does not seem to exist 2004-03-31 04:53 jeffd * packages/search/www/: search.adp, search.tcl: ad_script_abort if ftsdriver missing 2004-03-31 04:11 peterm * packages/acs-automated-testing/tcl/: tclwebtest-procs.tcl, test/acs-automated-testing-procs.tcl: adding a simple example tclwebtest test case that creates a test user and logs him in over HTTP, requests a web page, and then teardowns the user. In order to do this I copied over some procs from etc/install/tcl to tclwebtest-procs.tcl. The procs in etc/install/tcl should go away as we have tclwebtest fully integrated in acs-automated-testing 2004-03-30 06:06 jeffd * packages/acs-content-repository/tcl/revision-procs.tcl: send a content-length 0 header for empty files. 2004-03-30 04:13 joela * packages/acs-core-docs/www/: files/groups.dia, images/group-initial.png, images/group-model.png: added diagrams of group model 2004-03-29 12:06 jeffd * packages/acs-content-repository/sql/postgresql/: content-folder.sql, upgrade/upgrade-5.2.0d1-5.2.0d2.sql: add package_id to content_folder__new define_function_args, upgrade script 2004-03-29 12:02 jeffd * packages/acs-subsite/www/group-master.adp: propigate displayed_object_id for group-master.adp to site-master.adp 2004-03-27 07:58 jeffd * packages/acs-content-repository/: acs-content-repository.info, sql/postgresql/content-folder.sql, sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: fix typo in content_folder__rename, bump to 5.2.0d2, upgrade script, postgres only 2004-03-27 05:32 daveb * packages/acs-content-repository/tcl/item-procs-postgresql.xql: set_live should be set_live_revision in item::publish 2004-03-27 05:23 jeffd * packages/acs-content-repository/acs-content-repository.info: require kernel 5.2.0d2 provide 5.2.0d1acs-content-repository.info 2004-03-26 06:53 jeffd * packages/acs-tcl/tcl/defs-procs.tcl: acs_community_member_url said to see itself which disturbed me 2004-03-26 03:28 joela * packages/acs-tcl/tcl/utilities-procs.tcl: applied patch 458 to add util::word_diff 2004-03-26 02:00 bdolicki * packages/acs-templating/tcl/date-procs.tcl: Rolling back the checkin that was accidentally commited on HEAD. 1.29 is identical to 1.27. 2004-03-26 01:05 bdolicki * packages/acs-templating/tcl/date-procs.tcl: Part of this commit is fixing #1176 (just a few acs-lang strings and properly splitting the file into *-proc.tcl and *-init.tcl part). Part of this fix (catalog file) was accidentally commited before by Joel The bigger part is changing load order of library files so that acs-lang-init.tcl gets loaded before all other *-init.tcl files. This is necessary because acs-lang is so fundamental and it is quite possible (as we have seen with the example of date-init.tcl) that there are *-init.tcl files that need translated strings. 2004-03-25 13:51 jeffd * packages/: acs-authentication/tcl/authority-procs.tcl, acs-tcl/tcl/site-nodes-procs.tcl, acs-templating/tcl/list-procs.tcl, acs-templating/tcl/widget-procs.tcl: empty_string_p fixes for head 2004-03-25 13:42 jeffd * packages/acs-content-repository/tcl/filter-procs.tcl: change functions to include namespace, fix format 2004-03-25 10:09 joela * packages/acs-core-docs/www/: i18n-convert.html, xml/developers-guide/i18n.xml: added notes on duplicate i18n keys 2004-03-25 07:08 jeffd * packages/acs-kernel/: acs-kernel.info, sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql, sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: bump the title, package_id tip 42 upgrade to 5.2.0d1-d2 2004-03-25 04:43 jeffd * packages/acs-subsite/www/shared/community-member.adp: propigate displayed_object_id tip 55 2004-03-25 02:03 jeffd * www/default-master.adp: propigate displayed_object_id from default-master to site-master 2004-03-24 18:24 donb * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Fixed bug 1516 ... though there are other regexps that bear inspection, it's clear that some of them at least won't fail for legal Tcl source. So I just fixed this one regexp looking for spaces where spaces might not be in the source. 2004-03-24 02:34 jeffd * packages/acs-templating/tcl/parse-procs.tcl: namespace qualifier needed for ds_enabled_p 2004-03-23 16:26 benb * packages/acs-templating/tcl/tag-init.tcl: Added comment and contract tag defenitions 2004-03-23 16:01 donb * packages/acs-subsite/: lib/subsites.tcl, www/resources/site-master.css: Made the includable subsites template work (the link to register etc include the full subsite URL but the link to visit the subsite did not, which means it didn't work when included as a portlet. 2004-03-23 07:37 joela * packages/acs-core-docs/www/: files/tutorial/myfirstpackage-procs.tcl, xml/developers-guide/tutorial-debug.xml: adding notes on tclwebtest autotests 2004-03-22 10:15 benb * packages/acs-templating/tcl/tag-init.tcl: Renamed loop index in list tag to prevent collisions, which enables us to now use nested lists 2004-03-22 04:46 joela * packages/acs-core-docs/www/: aolserver.html, aolserver4.html, automated-testing-best-practices.html, backup-recovery.html, bootstrap-acs.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, high-avail.html, how-do-I.html, i18n-convert.html, index.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-next-nightly-vacuum.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-steps.html, ix01.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, object-identity.html, objects.html, openacs.html, oracle.html, packages.html, parties.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, request-processor.html, requirements-template.html, security-notes.html, style-guide.html, subsites.html, tcl-doc.html, templates.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-newpackage.html, tutorial-pages.html, unix-installation.html, upgrade-4.5-to-4.6.html, upgrade-openacs-files.html, upgrade-overview.html, variables.html, win2k-installation.html: added notes and pictures for i18n guide 2004-03-22 04:38 joela * packages/acs-core-docs/www/xml/: index.xml, install-guide/maintenance.xml, install-guide/other-software.xml: added notes and pictures for i18n guide 2004-03-22 04:04 bdolicki * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: Tidied up and simplified the examples. 2004-03-22 03:50 joela * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, analog-setup.html, aolserver.html, aolserver4.html, automated-testing-best-practices.html, backup-recovery.html, bootstrap-acs.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, high-avail.html, i18n-convert.html, i18n-design.html, i18n-introduction.html, i18n-overview.html, i18n-translators.html, i18n.html, index.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-next-nightly-vacuum.html, install-nsopenssl.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-ssl.html, install-steps.html, ix01.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, object-identity.html, objects.html, openacs.html, oracle.html, packages.html, parties.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs-core.html, request-processor.html, requirements-template.html, rp-design.html, security-notes.html, style-guide.html, subsites.html, tcl-doc.html, templates.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-newpackage.html, tutorial-notifications.html, tutorial-pages.html, tutorial-vuh.html, unix-installation.html, upgrade-4.5-to-4.6.html, upgrade-5-0-dot.html, upgrade-overview.html, upgrade-supporting.html, variables.html, win2k-installation.html: added notes and pictures for i18n guide 2004-03-22 03:40 joela * packages/acs-core-docs/www/images/: i18n-1.png, i18n-2.png, i18n-3.png, production.dia, upgrade-cvs.png: added notes and pictures for i18n guide 2004-03-22 02:50 joela * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: added notes and pictures for i18n guide 2004-03-19 15:31 jeffd * packages/acs-templating/tcl/parse-procs.tcl: stupid mistake 2004-03-19 04:14 jeffd * packages/acs-templating/tcl/parse-procs.tcl: profile each .tcl and .adp page included, make ds_collection_enabled_p only check IP list once 2004-03-19 02:16 jeffd * readme.txt: update version to HEAD + warning 2004-03-18 04:44 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: add some docs to ad_script_abort 2004-03-18 04:39 joela * packages/acs-core-docs/www/: upgrade-openacs-files.html, xml/install-guide/upgrade.xml: added work plan for production upgrade 2004-03-18 04:24 jeffd * packages/acs-subsite/tcl/package-procs.tcl: warn on value provided for non-existent arg for package_exec_plsql 2004-03-18 03:14 joela * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: added notes on production upgrades 2004-03-17 07:29 jeffd * packages/acs-kernel/sql/postgresql/postgresql.sql: trim function name and args in define_function_args to avoid difficult to track down problems when calling package_plsql_exec et al 2004-03-17 05:24 lars * www/blank-master.adp: Include developer-support stylesheet if required 2004-03-17 05:22 lars * packages/acs-subsite/www/resources/site-master.css: Moved acs-developer-support stylesheet to acs-developer-support package 2004-03-17 02:23 jeffd * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: minor typo prevented setting title even if provided in acs_object__new 2004-03-16 19:38 daveb * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Patch#448 from Benjamin Bytheway. Fixed bug#1562. Change order of arguments in string match command. 2004-03-16 16:22 donb * packages/acs-subsite/tcl/: package-procs-oracle.xql, package-procs-postgresql.xql, subsite-procs.tcl: Fixed get_pageflow_structure to correctly label the index_redirect_url as "Home". 2004-03-15 04:44 bdolicki * packages/acs-subsite/lib/: user-info.adp, user-info.tcl: Showing the user in which groups he is a member. This feature is not very useful considering that we are just showing a passive list of names. 2004-03-15 03:12 bdolicki * packages/acs-admin/www/users/: user-batch-add-2.adp, user-batch-add-2.tcl, user-batch-add.adp: Fixed variable parsing, changed syntax to <first_names>, <last_name>, added a missing noquote. 2004-03-15 02:55 joela * packages/acs-kernel/acs-kernel.info: incremented version number to 5.2.0d1 2004-03-12 15:02 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: The section "Upgrading a custom or CVS site" incorrectly said that it was not to be used if you have custom code or your code is in CVS. 2004-03-12 11:19 jeffd * packages/: acs-admin/www/apm/packages-install-3.tcl, acs-content-repository/sql/postgresql/content-folder.sql, acs-content-repository/sql/postgresql/content-image.sql, acs-content-repository/sql/postgresql/content-item.sql, acs-content-repository/sql/postgresql/content-revision.sql, acs-content-repository/sql/postgresql/content-template.sql, acs-content-repository/sql/postgresql/content-type.sql, acs-messaging/sql/postgresql/acs-messaging-packages.sql: various bug fixes for package_id, title addition to acs_objects 2004-03-12 10:48 jeffd * packages/: acs-authentication/tcl/authority-procs.tcl, acs-authentication/tcl/authority-procs.xql, acs-content-repository/sql/oracle/content-extlink.sql, acs-content-repository/sql/oracle/content-folder.sql, acs-content-repository/sql/oracle/content-image.sql, acs-content-repository/sql/oracle/content-item.sql, acs-content-repository/sql/oracle/content-keyword.sql, acs-content-repository/sql/oracle/content-revision.sql, acs-content-repository/sql/oracle/content-symlink.sql, acs-content-repository/sql/oracle/content-template.sql, acs-content-repository/sql/oracle/packages-create.sql, acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, acs-content-repository/sql/postgresql/content-extlink.sql, acs-content-repository/sql/postgresql/content-folder.sql, acs-content-repository/sql/postgresql/content-image.sql, acs-content-repository/sql/postgresql/content-item.sql, acs-content-repository/sql/postgresql/content-keyword.sql, acs-content-repository/sql/postgresql/content-revision.sql, acs-content-repository/sql/postgresql/content-symlink.sql, acs-content-repository/sql/postgresql/content-template.sql, acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, acs-content-repository/tcl/extlink-procs-oracle.xql, acs-content-repository/tcl/extlink-procs-postgresql.xql, acs-content-repository/tcl/extlink-procs.tcl, acs-content-repository/tcl/keyword-procs-oracle.xql, acs-content-repository/tcl/keyword-procs-postgresql.xql, acs-content-repository/tcl/keyword-procs.tcl, acs-content-repository/tcl/revision-procs-oracle.xql, acs-content-repository/tcl/revision-procs-postgresql.xql, acs-content-repository/tcl/revision-procs.tcl, acs-content-repository/tcl/symlink-procs-oracle.xql, acs-content-repository/tcl/symlink-procs-postgresql.xql, acs-content-repository/tcl/symlink-procs.tcl, acs-kernel/sql/oracle/acs-create.sql, acs-kernel/sql/oracle/acs-objects-create.sql, acs-kernel/sql/oracle/acs-relationships-create.sql, acs-kernel/sql/oracle/apm-create.sql, acs-kernel/sql/oracle/authentication-package-create.sql, acs-kernel/sql/oracle/community-core-create.sql, acs-kernel/sql/oracle/groups-body-create.sql, acs-kernel/sql/oracle/journal-create.sql, acs-kernel/sql/oracle/rel-constraints-body-create.sql, acs-kernel/sql/oracle/rel-segments-body-create.sql, acs-kernel/sql/oracle/site-nodes-create.sql, acs-kernel/sql/postgresql/acs-create.sql, acs-kernel/sql/postgresql/acs-objects-create.sql, acs-kernel/sql/postgresql/acs-relationships-create.sql, acs-kernel/sql/postgresql/apm-create.sql, acs-kernel/sql/postgresql/authentication-package-create.sql, acs-kernel/sql/postgresql/community-core-create.sql, acs-kernel/sql/postgresql/groups-body-create.sql, acs-kernel/sql/postgresql/journal-create.sql, acs-kernel/sql/postgresql/rel-constraints-body-create.sql, acs-kernel/sql/postgresql/rel-segments-body-create.sql, acs-kernel/sql/postgresql/site-nodes-create.sql, acs-messaging/sql/oracle/acs-messaging-packages.sql, acs-messaging/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-messaging/sql/postgresql/acs-messaging-drop.sql, acs-messaging/sql/postgresql/acs-messaging-packages.sql, acs-messaging/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-reference/sql/oracle/acs-reference-create.sql, acs-reference/sql/oracle/upgrade/upgrade-5.0.2-5.0.2d1.sql, acs-reference/sql/postgresql/acs-reference-create.sql, acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql, acs-service-contract/sql/oracle/acs-sc-packages-create.sql, acs-service-contract/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-service-contract/sql/postgresql/acs-sc-msg-types-create.sql, acs-service-contract/sql/postgresql/acs-sc-packages-create.sql, acs-service-contract/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-subsite/tcl/group-procs.tcl, acs-subsite/www/admin/rel-segments/edit.tcl, acs-tcl/tcl/acs-kernel-procs.tcl, acs-tcl/tcl/apm-procs.tcl, acs-tcl/tcl/apm-procs.xql, acs-tcl/tcl/community-core-procs.tcl, acs-tcl/tcl/community-core-procs.xql, acs-tcl/tcl/site-nodes-procs.tcl, acs-tcl/tcl/site-nodes-procs.xql: Remerge Timo's changes for tip 42,43, cf tip 53 2004-03-12 07:27 peterm * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: adding the procs flag to the localize test case 2004-03-12 05:44 jeffd * readme.txt, packages/acs-admin/acs-admin.info, packages/acs-api-browser/acs-api-browser.info, packages/acs-authentication/acs-authentication.info, packages/acs-authentication/tcl/sync-procs.tcl, packages/acs-automated-testing/acs-automated-testing.info, packages/acs-bootstrap-installer/acs-bootstrap-installer.info, packages/acs-content-repository/acs-content-repository.info, packages/acs-content-repository/tcl/filter-procs.tcl, packages/acs-core-docs/acs-core-docs.info, packages/acs-core-docs/www/xml/developers-guide/i18n.xml, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-core-docs/www/xml/install-guide/maintenance.xml, packages/acs-core-docs/www/xml/install-guide/openacs.xml, packages/acs-kernel/acs-kernel.info, packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, packages/acs-lang/acs-lang.info, packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ch_zh.utf-8.xml, packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml, packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, packages/acs-lang/tcl/lang-util-procs.tcl, packages/acs-lang/tcl/test/acs-lang-test-procs.tcl, packages/acs-messaging/acs-messaging.info, packages/acs-reference/acs-reference.info, packages/acs-service-contract/acs-service-contract.info, packages/acs-subsite/acs-subsite.info, packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ch_zh.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, packages/acs-subsite/www/index.adp, packages/acs-subsite/www/permissions/grant.tcl, packages/acs-subsite/www/resources/site-master.css, packages/acs-tcl/acs-tcl.info, packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ch_zh.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, packages/acs-tcl/tcl/security-procs.tcl, packages/acs-templating/acs-templating.info, packages/acs-templating/catalog/acs-templating.ch_zh.utf-8.xml, packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, packages/ref-timezones/ref-timezones.info, packages/search/search.info, www/SYSTEM/security-debug.tcl: merge the changes between 5.0.3 and 5.0.4 to head 2004-03-12 04:53 joela * etc/backup.sh: fixed a few more bash bugs 2004-03-12 04:36 joela * etc/backup.sh: reduced list of default DIRECTIORIES 2004-03-12 02:13 lars * packages/acs-templating/tcl/form-procs.tcl: ad_form forms can be not completed, particularly if the target is not the same page that has the form. Reverting change to throw error. People are on their own now. 2004-03-11 07:34 joela * packages/acs-core-docs/www/: how-do-I.html, xml/install-guide/configuring.xml: added permissions sections 2004-03-11 07:29 joela * packages/acs-core-docs/www/how-do-I.html: added permissions sections 2004-03-11 07:29 joela * packages/acs-core-docs/www/xml/install-guide/configuring.xml: added permissions granting section 2004-03-11 07:27 joela * packages/acs-core-docs/www/images/: grant-perm-463.png, grant-perm-50.png: added permissions screenshots 2004-03-11 01:17 joela * packages/acs-core-docs/www/: releasing-openacs-core.html, releasing-package.html, update-translations.html: added notes and suggestions from .LRN 2.0.2 release process 2004-03-11 01:16 joela * packages/acs-core-docs/www/xml/releasing-openacs.xml: added notes and suggestions from .LRN 2.0.2 release 2004-03-10 08:26 jeffd * packages/acs-tcl/tcl/: acs-kernel-procs.tcl, request-processor-procs.tcl: define util_memoize and ad_acs_kernel_id with proc rather than ad_proc to avoid the multiple def warning bug 1466 2004-03-10 05:46 joela * packages/notifications/catalog/: notifications.nl_NL.ISO-8859-1.xml, notifications.sv_SE.ISO-8859-1.xml: added new keys 2004-03-10 02:14 lars * packages/acs-templating/tcl/form-procs.tcl: If ad_form forms aren't finished, throw an error 2004-03-10 02:13 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Added doc to ad_form about its two modes: declare and execute 2004-03-09 19:49 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Clarified that if you change the port, you need to set an environmental variable PGPORT in postgres73 and each user. Otherwise, you'll get mysterious, weird errors, and waste lots of time and cuss a lot. 2004-03-09 10:02 joela * packages/: acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ch_zh.utf-8.xml, acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, acs-lang/catalog/acs-lang.el_GR.utf-8.xml, acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml, acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ch_zh.utf-8.xml, acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ch_zh.utf-8.xml, acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, acs-templating/catalog/acs-templating.ch_zh.utf-8.xml, acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, notifications/catalog/notifications.ast_ES.ISO-8859-1.xml, notifications/catalog/notifications.ch_zh.utf-8.xml, notifications/catalog/notifications.da_DK.ISO-8859-1.xml, notifications/catalog/notifications.de_DE.ISO-8859-1.xml, notifications/catalog/notifications.en_US.ISO-8859-1.xml, notifications/catalog/notifications.es_ES.ISO-8859-1.xml, notifications/catalog/notifications.fi_FI.utf-8.xml, notifications/catalog/notifications.fr_FR.ISO-8859-1.xml, notifications/catalog/notifications.gl_ES.ISO-8859-1.xml, notifications/catalog/notifications.hu_HU.utf-8.xml, notifications/catalog/notifications.it_IT.ISO-8859-1.xml, notifications/catalog/notifications.ko_KR.utf-8.xml, notifications/catalog/notifications.nl_NL.ISO-8859-1.xml, notifications/catalog/notifications.no_NO.ISO-8859-1.xml, notifications/catalog/notifications.pl_PL.utf-8.xml, notifications/catalog/notifications.pt_BR.ISO-8859-1.xml, notifications/catalog/notifications.pt_PT.ISO-8859-1.xml, notifications/catalog/notifications.ru_RU.utf-8.xml, notifications/catalog/notifications.sv_SE.ISO-8859-1.xml: added new keys 2004-03-09 09:41 joela * packages/acs-templating/catalog/: acs-templating.sv_SE.ISO-8859-1.xml, acs-templating.zh_TW.utf-8.xml: added new catalogs 2004-03-08 06:07 leed * packages/acs-tcl/tcl/community-core-procs.tcl: Fixed bug #1612 2004-03-08 04:34 maltes * packages/notifications/sql/postgresql/: notifications-drop.sql, notifications-replies-drop.sql: Notification Replies where not dropped. 2004-03-08 02:30 joela * packages/acs-core-docs/www/index.adp: fixed a spacing typo 2004-03-06 17:00 donb * packages/acs-tcl/lib/: ad-return-complaint.adp, complain.adp: Lars changed ad_page_contract to call the "complain" template rather than spit out HTML directly. However he used a multirow, and while this is nice, it ain't what "complain" took. I moved "complain" to "ad-return-complaint" (to match the name of the Tcl proc that calls it) ... and created a new "complain" that does the multirow thing. "ad_return_complaint" is begging for retirement as it assumes you have an "<li>" in each error list element if there's more than one of them and also forces you to pass the number of error messages. That's why I created a new template rather than rewrite ad_return_complaint to stuff the error list into a multirow (my "complain" template, used by "ad_page_contract", does the <li> tags itself - something a site designer can change, the whole point of templating this). 2004-03-06 04:40 lars * packages/acs-subsite/www/group-master.adp: Fixed bug: Pass up context 2004-03-05 16:18 donb * packages/acs-subsite/www/admin/site-map/instance-delete.tcl: Fixed a small problem which led to a "URL not found" error if you deleted a subsite from within its own sitemap. 2004-03-05 08:30 andrewg * packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql: Fixing this query. 2004-03-04 20:21 marka * packages/acs-subsite/www/resources/site-master.css: added clear: left; to the style for breadcrumb. The requirement is only apparent in mozilla - since the font sizing etc there makes the sitename text sit a little lower, the lhs of the breadcrumb would alignt with the rhs of the sitename. note that the design requires it in all css implementations to be correct, and it will do no harm... 2004-03-04 10:41 lars * packages/acs-templating/: acs-templating.info, tcl/richtext-procs.tcl: Added support for htmlArea to richtext widget. Controlled by the UseHtmlAreaForRichtextP parameter, which currently defaults to 'false', because the user doesn't have a way to turn it off yet, and it doesn't work in all browsers. 2004-03-04 10:33 lars * packages/acs-subsite/www/resources/core.js: Configure HTMLarea to have the right root directory 2004-03-04 10:32 lars * www/: blank-master.adp, blank-master.tcl: Added support for htmlArea to blank-master 2004-03-04 10:32 lars * packages/acs-templating/www/resources/htmlarea/: dialog.js, htmlarea.css, htmlarea.js, index.html, license.txt, popupdiv.js, popupwin.js, reference.html, release-notes.html, images/ed_about.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_paste.gif, images/ed_redo.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, lang/b5.js, lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, lang/se.js, lang/vn.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/ro.js, plugins/TableOperations/table-operations.js, plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif, plugins/TableOperations/lang/en.js, plugins/TableOperations/lang/fi.js, plugins/TableOperations/lang/ro.js, popups/about.html, popups/blank.html, popups/custom2.html, popups/editor_help.html, popups/fullscreen.html, popups/insert_image.html, popups/insert_table.html, popups/old-fullscreen.html, popups/old_insert_image.html, popups/popup.js, popups/select_color.html: Added htmlArea 3.0 beta to OpenACS 2004-03-04 10:00 lars * packages/acs-admin/lib/: developer-services.adp, developer-services.tcl: Added link to developer-support, if installed 2004-03-04 09:50 lars * www/blank-master.tcl: Removed references to bgcolor, textcolor, background 2004-03-04 09:45 lars * www/site-master.adp: Changed ordering of site-mater CSS and header_stuff, to allow pages to override things in site-master.css 2004-03-04 06:52 jeffd * packages/: acs-authentication/tcl/authority-procs.tcl, acs-authentication/tcl/authority-procs.xql, acs-content-repository/sql/oracle/content-extlink.sql, acs-content-repository/sql/oracle/content-folder.sql, acs-content-repository/sql/oracle/content-image.sql, acs-content-repository/sql/oracle/content-item.sql, acs-content-repository/sql/oracle/content-keyword.sql, acs-content-repository/sql/oracle/content-revision.sql, acs-content-repository/sql/oracle/content-symlink.sql, acs-content-repository/sql/oracle/content-template.sql, acs-content-repository/sql/oracle/packages-create.sql, acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, acs-content-repository/sql/postgresql/content-extlink.sql, acs-content-repository/sql/postgresql/content-folder.sql, acs-content-repository/sql/postgresql/content-image.sql, acs-content-repository/sql/postgresql/content-item.sql, acs-content-repository/sql/postgresql/content-keyword.sql, acs-content-repository/sql/postgresql/content-revision.sql, acs-content-repository/sql/postgresql/content-symlink.sql, acs-content-repository/sql/postgresql/content-template.sql, acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, acs-content-repository/tcl/extlink-procs-oracle.xql, acs-content-repository/tcl/extlink-procs-postgresql.xql, acs-content-repository/tcl/extlink-procs.tcl, acs-content-repository/tcl/keyword-procs-oracle.xql, acs-content-repository/tcl/keyword-procs-postgresql.xql, acs-content-repository/tcl/keyword-procs.tcl, acs-content-repository/tcl/revision-procs-oracle.xql, acs-content-repository/tcl/revision-procs-postgresql.xql, acs-content-repository/tcl/revision-procs.tcl, acs-content-repository/tcl/symlink-procs-oracle.xql, acs-content-repository/tcl/symlink-procs-postgresql.xql, acs-content-repository/tcl/symlink-procs.tcl, acs-kernel/sql/oracle/acs-create.sql, acs-kernel/sql/oracle/acs-objects-create.sql, acs-kernel/sql/oracle/acs-relationships-create.sql, acs-kernel/sql/oracle/apm-create.sql, acs-kernel/sql/oracle/authentication-package-create.sql, acs-kernel/sql/oracle/community-core-create.sql, acs-kernel/sql/oracle/groups-body-create.sql, acs-kernel/sql/oracle/journal-create.sql, acs-kernel/sql/oracle/rel-constraints-body-create.sql, acs-kernel/sql/oracle/rel-segments-body-create.sql, acs-kernel/sql/oracle/site-nodes-create.sql, acs-kernel/sql/postgresql/acs-create.sql, acs-kernel/sql/postgresql/acs-objects-create.sql, acs-kernel/sql/postgresql/acs-relationships-create.sql, acs-kernel/sql/postgresql/apm-create.sql, acs-kernel/sql/postgresql/authentication-package-create.sql, acs-kernel/sql/postgresql/community-core-create.sql, acs-kernel/sql/postgresql/groups-body-create.sql, acs-kernel/sql/postgresql/journal-create.sql, acs-kernel/sql/postgresql/rel-constraints-body-create.sql, acs-kernel/sql/postgresql/rel-segments-body-create.sql, acs-kernel/sql/postgresql/site-nodes-create.sql, acs-messaging/sql/oracle/acs-messaging-packages.sql, acs-messaging/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-messaging/sql/postgresql/acs-messaging-drop.sql, acs-messaging/sql/postgresql/acs-messaging-packages.sql, acs-messaging/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-reference/sql/oracle/acs-reference-create.sql, acs-reference/sql/oracle/upgrade/upgrade-5.0.2-5.0.2d1.sql, acs-reference/sql/postgresql/acs-reference-create.sql, acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql, acs-service-contract/sql/oracle/acs-sc-packages-create.sql, acs-service-contract/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-service-contract/sql/postgresql/acs-sc-msg-types-create.sql, acs-service-contract/sql/postgresql/acs-sc-packages-create.sql, acs-service-contract/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-subsite/tcl/group-procs.tcl, acs-subsite/www/admin/rel-segments/edit.tcl, acs-tcl/tcl/apm-procs.tcl, acs-tcl/tcl/apm-procs.xql, acs-tcl/tcl/community-core-procs.tcl, acs-tcl/tcl/community-core-procs.xql, acs-tcl/tcl/site-nodes-procs.tcl, acs-tcl/tcl/site-nodes-procs.xql: rollback of Timo's name, package_id commit; see TIP 53 2004-03-04 06:13 joela * packages/acs-core-docs/www/: releasing-openacs-core.html, releasing-package.html, upgrade-4.5-to-4.6.html, upgrade-4.6.3-to-5.html, upgrade-5-0-dot.html: added short doc on how to release openacs packages; added missing html files for this and for upgrade 2004-03-04 06:09 joela * packages/acs-core-docs/www/: acs-admin.html, acs-plat-dev.html, aolserver.html, aolserver4.html, automated-testing-best-practices.html, backup-recovery.html, bootstrap-acs.html, complete-install.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, high-avail.html, i18n-convert.html, i18n-introduction.html, index.html, individual-programs.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-next-add-server.html, install-next-nightly-vacuum.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-steps.html, ix01.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, object-identity.html, objects.html, openacs-unpack.html, openacs.html, oracle.html, packages.html, parties.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs.html, request-processor.html, requirements-template.html, security-notes.html, style-guide.html, subsites.html, tcl-doc.html, templates.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-newpackage.html, tutorial-pages.html, unix-installation.html, update-repository.html, update-translations.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade-supporting.html, upgrade.html, variables.html, win2k-installation.html, xml/releasing-openacs.xml: added short doc on how to release openacs packages 2004-03-04 05:20 joela * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: fixed bug re: perl munging of postgresql dump file 2004-03-04 05:08 joela * packages/acs-admin/www/install/index.adp: added some band-aid layout to make install from repository/local less confusing. 2004-03-04 04:07 joela * packages/acs-core-docs/www/index.adp: corrected links in core doc TOC on index.adp 2004-03-03 09:45 tilmanns * packages/acs-templating/tcl/test/multirow-procs.tcl: Removed test case that won't fix 'by design'. 2004-03-03 09:40 tilmanns * packages/acs-templating/www/doc/tagref/group.html: Added warning on nested group tags, following up on bug #428. 2004-03-03 05:21 joela * packages/acs-core-docs/www/files/deploy: added deploy script 2004-03-03 05:18 joela * etc/deploy.sh: added tcl deployment script 2004-03-03 02:27 lars * www/blank-master.adp: Moved header_stuff to the end of the HEAD section, so CSS defined through header_stuff will override the default stylesheets 2004-03-02 17:20 donb * packages/acs-kernel/sql/postgresql/apm-create.sql: Fixed typo in TImo's upgrade to the PG version - kernel didn't (actually still doesn't due to other errors) install. 2004-03-02 11:02 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added a paragraph which explains another potential problem when you create .vuh files, and how to get around it by constructing your URLs with ad_conn package_url 2004-03-02 09:38 andrewg * packages/acs-kernel/sql/oracle/groups-body-create.sql: fixing a syntax error 2004-03-02 09:00 timoh * packages/: acs-kernel/sql/oracle/acs-create.sql, acs-kernel/sql/oracle/acs-objects-create.sql, acs-kernel/sql/oracle/acs-relationships-create.sql, acs-kernel/sql/oracle/apm-create.sql, acs-kernel/sql/oracle/authentication-package-create.sql, acs-kernel/sql/oracle/community-core-create.sql, acs-kernel/sql/oracle/groups-body-create.sql, acs-kernel/sql/oracle/journal-create.sql, acs-kernel/sql/oracle/rel-constraints-body-create.sql, acs-kernel/sql/oracle/rel-segments-body-create.sql, acs-kernel/sql/oracle/site-nodes-create.sql, acs-kernel/sql/postgresql/acs-create.sql, acs-kernel/sql/postgresql/acs-objects-create.sql, acs-kernel/sql/postgresql/acs-relationships-create.sql, acs-kernel/sql/postgresql/apm-create.sql, acs-kernel/sql/postgresql/authentication-package-create.sql, acs-kernel/sql/postgresql/community-core-create.sql, acs-kernel/sql/postgresql/groups-body-create.sql, acs-kernel/sql/postgresql/journal-create.sql, acs-kernel/sql/postgresql/rel-constraints-body-create.sql, acs-kernel/sql/postgresql/rel-segments-body-create.sql, acs-kernel/sql/postgresql/site-nodes-create.sql, acs-authentication/tcl/authority-procs.tcl, acs-authentication/tcl/authority-procs.xql, acs-reference/sql/oracle/acs-reference-create.sql, acs-reference/sql/oracle/upgrade/upgrade-5.0.2-5.0.2d1.sql, acs-reference/sql/postgresql/acs-reference-create.sql, acs-subsite/tcl/group-procs.tcl, acs-subsite/www/admin/rel-segments/edit.tcl, acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql, acs-service-contract/sql/oracle/acs-sc-packages-create.sql, acs-service-contract/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-service-contract/sql/postgresql/acs-sc-msg-types-create.sql, acs-service-contract/sql/postgresql/acs-sc-packages-create.sql, acs-service-contract/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-tcl/tcl/apm-procs.tcl, acs-tcl/tcl/apm-procs.xql, acs-tcl/tcl/community-core-procs.tcl, acs-tcl/tcl/community-core-procs.xql, acs-tcl/tcl/site-nodes-procs.tcl, acs-tcl/tcl/site-nodes-procs.xql, acs-content-repository/sql/oracle/content-extlink.sql, acs-content-repository/sql/oracle/content-folder.sql, acs-content-repository/sql/oracle/content-image.sql, acs-content-repository/sql/oracle/content-item.sql, acs-content-repository/sql/oracle/content-keyword.sql, acs-content-repository/sql/oracle/content-revision.sql, acs-content-repository/sql/oracle/content-symlink.sql, acs-content-repository/sql/oracle/content-template.sql, acs-content-repository/sql/oracle/packages-create.sql, acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, acs-content-repository/sql/postgresql/content-extlink.sql, acs-content-repository/sql/postgresql/content-folder.sql, acs-content-repository/sql/postgresql/content-image.sql, acs-content-repository/sql/postgresql/content-item.sql, acs-content-repository/sql/postgresql/content-keyword.sql, acs-content-repository/sql/postgresql/content-revision.sql, acs-content-repository/sql/postgresql/content-symlink.sql, acs-content-repository/sql/postgresql/content-template.sql, acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.0d2-5.1.0d3.sql, acs-content-repository/tcl/extlink-procs-oracle.xql, acs-content-repository/tcl/extlink-procs-postgresql.xql, acs-content-repository/tcl/extlink-procs.tcl, acs-content-repository/tcl/keyword-procs-oracle.xql, acs-content-repository/tcl/keyword-procs-postgresql.xql, acs-content-repository/tcl/keyword-procs.tcl, acs-content-repository/tcl/revision-procs-oracle.xql, acs-content-repository/tcl/revision-procs-postgresql.xql, acs-content-repository/tcl/revision-procs.tcl, acs-content-repository/tcl/symlink-procs-oracle.xql, acs-content-repository/tcl/symlink-procs-postgresql.xql, acs-content-repository/tcl/symlink-procs.tcl, acs-messaging/sql/oracle/acs-messaging-packages.sql, acs-messaging/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql, acs-messaging/sql/postgresql/acs-messaging-drop.sql, acs-messaging/sql/postgresql/acs-messaging-packages.sql, acs-messaging/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: TIP#42,43: adding package_id and title to acs_objects table 2004-03-02 08:58 lars * packages/acs-subsite/tcl/relation-procs.tcl: Fix bug when inviting new users via the members page on the main site, where creating the user will already make them a member of the main site, by checking to see if a relation already exists before inserting a new one. The reason for this particular fix is that it will still insert the extra admin_rel relation, if you're chose to make the user an admin. 2004-03-02 07:43 lars * packages/acs-tcl/: lib/complain.adp, tcl/defs-procs.tcl: Fixed bug #1555: ad_return_complaint behavior changed 2004-03-02 07:41 lars * packages/acs-templating/tcl/acs-integration-procs.tcl: Added clarifying documentation 2004-03-02 06:55 lars * packages/acs-subsite/www/admin/index.tcl: Killed URL-generation code for automated testing, i18n -- no longer used in ADP, plus will cause page to break if you mount automated testing more than once 2004-03-02 01:10 peterm * etc/install/tcl/user-procs.tcl: the read_private_data_p form input widget is now named guest_p 2004-03-01 15:06 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in a better drop script (from blogger's actual drop script). Also added in a description of how to set up per-item notifications. 2004-03-01 14:00 jader * packages/acs-core-docs/www/xml/kernel/rp-design.xml: Added in ad_conn query 2004-03-01 13:29 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in a drop script for the notifications section. It is untested. 2004-03-01 06:13 joela * etc/deploy.sh: added deployment script 2004-03-01 04:56 joela * etc/backup.sh: fixed several bugs 2004-03-01 03:55 marka * packages/acs-content-repository/sql/: oracle/content-item.sql, postgresql/content-item.sql: modified content_item.get_title to return a useful label for extlinks (postgres and oracle) 2004-02-29 04:11 joela * packages/acs-core-docs/www/index.adp: simplified links to generated documentation 2004-02-27 16:37 donb * packages/acs-subsite/www/resources/site-master.css: Added a "portlet-header" class to match the "portal" and "portal-body" classes. Made it easier to generate the protal package portlet header with its multicolumn format. Portal standard theme now uses the proper OpenACS CSS stuff. 2004-02-27 14:36 lars * packages/acs-templating/tcl/tag-init.tcl: Wrap includes in ad_try to avoid dumping error to errorlog when ad_script_abort is called from an include template 2004-02-27 11:39 lars * packages/acs-templating/: acs-templating.info, tcl/parse-procs.tcl: Clarified thee RefreshCache parameter: default is 'as needed', not 'when needed'; added docs to the parameter description in the .info file 2004-02-27 11:38 lars * packages/acs-templating/tcl/tag-init.tcl: Don't break the entire page when an include template fails; only break the include 2004-02-27 08:08 lars * packages/acs-subsite/acs-subsite.info: Removed bgcolor, textcolor parameters; no longer user 2004-02-27 08:05 lars * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Confirmation message on changing password 2004-02-27 08:02 lars * packages/acs-subsite/www/user/password-update.tcl: Confirmation message on changing password 2004-02-27 07:56 lars * packages/acs-subsite/www/resources/site-master.css: Latest version 2004-02-27 07:51 lars * packages/acs-subsite/www/: group-master.adp, group-master.tcl: Moved context-bar to site-master 2004-02-27 07:50 lars * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Default send_p variable 2004-02-27 07:49 lars * packages/acs-templating/tcl/query-procs.tcl: Added multirow unset operation 2004-02-27 07:48 lars * packages/acs-templating/tcl/list-procs.tcl: Moved javascript to core.js 2004-02-27 07:48 lars * packages/acs-templating/tcl/form-procs.tcl: Added @see to get_elements proc 2004-02-27 07:47 lars * packages/acs-templating/www/resources/forms.css: Moved configuration form style CSS here 2004-02-27 07:47 lars * packages/acs-templating/resources/lists/table.adp: Cleaned up, moved Javascript to core.js 2004-02-27 03:23 peterm * packages/acs-subsite/www/admin/relations/add.tcl: the version 1.14 change to package_instantiate_object proc would break this page because form didn't contain the rel_id column. Adding rel_id to form. 2004-02-27 03:20 joela * packages/acs-core-docs/www/: acs-admin.html, aolserver.html, aolserver4.html, automated-testing-best-practices.html, backup-recovery.html, bootstrap-acs.html, complete-install.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, high-avail.html, how-do-I.html, i18n-convert.html, i18n-introduction.html, index.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-more-software.html, install-next-nightly-vacuum.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-squirrelmail.html, install-steps.html, ix01.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, object-identity.html, objects.html, openacs.html, oracle.html, packages.html, parties.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs.html, request-processor.html, requirements-template.html, rp-design.html, security-notes.html, style-guide.html, subsites.html, tcl-doc.html, templates.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-newpackage.html, tutorial-pages.html, unix-installation.html, upgrade-openacs-files.html, upgrade-overview.html, variables.html, win2k-installation.html, xml/index.xml, xml/releasing-openacs.xml, xml/variables.ent, xml/developers-guide/templates.xml, xml/install-guide/aolserver.xml, xml/install-guide/other-software.xml, xml/install-guide/postgres.xml: adjusted docs after merge 2004-02-27 03:05 peterm * packages/acs-subsite/www/admin/groups/new.tcl: the group new.tcl page broke because of the change in version 1.14 to package_instantiate_object proc. Fix is to not pass in a form_id to relation_add proc 2004-02-27 02:58 joela * packages/acs-admin/www/apm/repository-channel-index.adp: added a hint on howe to use the repository. 2004-02-26 09:08 joela * packages/acs-core-docs/www/xml/releasing-openacs.xml: added package .info renumbering script to release instructions; minor typo fixes 2004-02-26 07:28 jeffd * etc/config.tcl, etc/daemontools/run, packages/acs-authentication/tcl/authentication-procs.tcl, packages/acs-core-docs/www/images/production-configuration.dia, packages/acs-core-docs/www/xml/releasing-openacs.xml, packages/acs-core-docs/www/xml/developers-guide/templates.xml, packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml, packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml, packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml, packages/acs-core-docs/www/xml/for-everyone/release-notes.xml, packages/acs-core-docs/www/xml/install-guide/aolserver.xml, packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml, packages/acs-core-docs/www/xml/install-guide/postgres.xml, packages/acs-core-docs/www/xml/install-guide/upgrade.xml, packages/acs-core-docs/www/xml/kernel/bootstrap-acs.xml, packages/acs-core-docs/www/xml/kernel/rp-design.xml, packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ch_zh.utf-8.xml, packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml, packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, packages/acs-lang/sql/oracle/ad-locales.sql, packages/acs-lang/sql/oracle/message-catalog.sql, packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql, packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql, packages/acs-lang/sql/postgresql/ad-locales.sql, packages/acs-lang/sql/postgresql/message-catalog.sql, packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql, packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql, packages/acs-lang/tcl/lang-audit-procs-oracle.xql, packages/acs-lang/tcl/lang-audit-procs-postgresql.xql, packages/acs-lang/tcl/lang-catalog-procs-oracle.xql, packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql, packages/acs-lang/tcl/lang-catalog-procs.tcl, packages/acs-lang/tcl/lang-message-procs.tcl, packages/acs-lang/tcl/lang-util-procs.tcl, packages/acs-lang/www/admin/import-messages.adp, packages/acs-lang/www/admin/import-messages.tcl, packages/acs-lang/www/admin/message-conflict-revert.tcl, packages/acs-lang/www/admin/message-conflicts.tcl, packages/acs-lang/www/admin/message-list-oracle.xql, packages/acs-lang/www/admin/message-list-postgresql.xql, packages/acs-lang/www/admin/message-list.adp, packages/acs-reference/acs-reference.info, packages/acs-subsite/catalog/acs-subsite.ch_zh.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, packages/acs-subsite/www/index.adp, packages/acs-subsite/www/user/password-update.tcl, packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ch_zh.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, packages/acs-tcl/tcl/acs-private-data-procs.tcl, packages/acs-tcl/tcl/apm-file-procs.tcl, packages/acs-tcl/tcl/form-processing-procs.tcl, packages/acs-tcl/tcl/security-procs.tcl, packages/acs-tcl/tcl/site-nodes-procs.tcl, packages/acs-tcl/tcl/utilities-procs.tcl, packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl, packages/acs-templating/catalog/acs-templating.ch_zh.utf-8.xml, packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, packages/acs-templating/tcl/form-procs.tcl, packages/notifications/catalog/notifications.ch_zh.utf-8.xml, packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml, packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml, packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql, packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql, packages/search/www/search.adp, packages/search/www/search.tcl, www/blank-master.tcl, www/SYSTEM/change-auth-token.tcl: merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). 2004-02-26 07:03 jeffd * ChangeLog, readme.txt: merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). 2004-02-26 06:40 joela * packages/acs-automated-testing/: acs-automated-testing.info, www/doc/index.html, www/doc/install.html, www/doc/requirements.html, www/doc/usage.html, www/doc/xml/index.xml, www/doc/xml/using.xml: added documentation on setting up test management servers 2004-02-26 05:36 joela * packages/acs-automated-testing/www/: index.adp, index.tcl, rebuild-server.tcl, server.adp, server.tcl: added auto-rebuilding links 2004-02-26 01:29 lars * packages/acs-templating/tcl/parse-procs.tcl: Fixed typo: Missing end-brace; also added 'else' to if statement for clarity. 2004-02-25 10:18 jeffd * packages/acs-tcl/tcl/utilities-procs.tcl: Changes db_html_select_value_options so that the -select_option parameter takes a list bug 1301 patch 399 Sean Redmond 2004-02-25 10:13 jeffd * packages/acs-tcl/tcl/00-database-procs.tcl: missing -dbn switches in db_transaction caused wrong db handle to be aborted on failure, patch 406 Kolja Lehmann 2004-02-25 09:53 jeffd * packages/acs-templating/resources/forms/wizard.adp: noquote fixes bug 1322 patch 409 Michael Steigman 2004-02-25 09:32 jeffd * packages/acs-templating/tcl/parse-procs.tcl: have the include tag check for a .htm or .html file if no .adp/.tcl found bug 1377 patch 417 Caroline Meeks 2004-02-25 07:54 joela * packages/acs-automated-testing/www/admin/index.adp: added help links and link to admin page when in multi-server mode 2004-02-25 02:48 peterm * packages/acs-subsite/www/register/auto-login.tcl: adding auto-login page 2004-02-25 01:16 peterm * packages/acs-automated-testing/www/: index.adp, server.adp: adding yellow coloring of error count if it's not available. Adding cue that you need to be logged in to access admin password of remote server 2004-02-24 09:45 joela * packages/acs-core-docs/www/index.adp: added chapter numbering to make it clearer that the shortcuts aren't the full TOC 2004-02-24 09:42 joela * packages/acs-core-docs/www/: acs-package-dev.html, acs-plat-dev.html, aolserver.html, aolserver4.html, apm-design.html, apm-requirements.html, automated-testing-best-practices.html, backup-recovery.html, bootstrap-acs.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, groups-design.html, groups-requirements.html, high-avail.html, how-do-I.html, i18n-convert.html, i18n-design.html, i18n-introduction.html, i18n-overview.html, i18n-requirements.html, i18n-translators.html, i18n.html, index.adp, index.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-next-nightly-vacuum.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-steps.html, ix01.html, kernel-doc.html, kernel-overview.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, object-identity.html, object-system-design.html, object-system-requirements.html, objects.html, openacs.html, oracle.html, packages.html, parties.html, permissions-design.html, permissions-requirements.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs.html, request-processor.html, requirements-template.html, rp-design.html, rp-requirements.html, security-design.html, security-notes.html, security-requirements.html, style-guide.html, subsites-design.html, subsites-requirements.html, subsites.html, tcl-doc.html, templates.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-newpackage.html, tutorial-pages.html, unix-installation.html, update-repository.html, update-translations.html, upgrade-openacs-files.html, upgrade-overview.html, upgrade-supporting.html, variables.html, win2k-installation.html, xml/index.xml, xml/releasing-openacs.xml, xml/for-everyone/release-notes.xml: rearranged a few chapters; made better shortcut links on index.adp 2004-02-24 08:59 joela * packages/acs-automated-testing/www/: index.adp, index.tcl: link to both the remote server and the control page 2004-02-24 08:48 joela * packages/acs-automated-testing/www/index.adp: make gui changes 2004-02-24 07:35 peterm * packages/acs-automated-testing/www/: server.adp, server.tcl: removing the server Logs section. Making the admin login link less ambitious. You now have to provide password manually 2004-02-24 06:23 peterm * packages/acs-automated-testing/acs-automated-testing.info: adding the IsInstallReportServer parameter. Moving the scripts that lived at www/admin/install to live directly under www 2004-02-24 06:22 peterm * etc/install/install.tcl: adding the server_description parameter. Moving the report_scp_target parameter 2004-02-24 06:16 peterm * etc/install/install.sh: adding server_description to the xml report 2004-02-24 06:15 peterm * packages/acs-automated-testing/www/: index.adp, index.tcl, server.adp, server.tcl: adding the IsInstallReportServer parameter. Moving the scripts that lived at www/admin/install to live directly under www 2004-02-24 05:45 peterm * packages/acs-automated-testing/: tcl/aa-test-procs.tcl, acs-automated-testing.info: adding XMLReportDir parameter. Adding description to the server page and cleaning up the page a little. 2004-02-24 05:13 peterm * packages/acs-automated-testing/tcl/aa-test-procs.tcl: adding new parameter XMLReportDir 2004-02-24 04:10 jeffd * packages/acs-service-contract/tcl/: acs-service-contract-procs-oracle.xql, acs-service-contract-procs-postgresql.xql: default iscachable_p to f, bug 1422 patch 424 Caroline Meeks 2004-02-24 04:03 jeffd * packages/acs-lang/sql/: oracle/acs-lang-drop.sql, oracle/ad-locales-drop.sql, oracle/message-catalog-drop.sql, postgresql/acs-lang-drop.sql, postgresql/ad-locales-drop.sql, postgresql/message-catalog-drop.sql: drop script for acs-lang, bug 1431 patch 425 Jon Griffin (and me for postgres side) 2004-02-24 03:20 jeffd * packages/acs-tcl/tcl/widgets-procs.tcl: fix -blank_if_no_db option to ad_db_select_widget patch 435 bug 1522 Keith Paskett 2004-02-24 03:16 jeffd * packages/acs-templating/www/doc/tagref/: formerror.html, formgroup.html, formtemplate.html, formwidget.html, grid.html, group.html, if.html, include-optional.html, include.html, list.html, master.html, multiple.html, property.html, slave.html, switch.html, variable.html: fix links in tagref docs,patch 434 Nis J rgensen 2004-02-24 02:48 peterm * etc/install/install.tcl: adding config parameter report_scp_target 2004-02-24 02:47 peterm * etc/install/install.sh: optionally copying the install xml report to a certain directory with scp. Using new config param report_scp_target 2004-02-23 15:36 joela * packages/acs-core-docs/www/xml/developers-guide/submissions.xml: added notes on submitting new packages to contrib 2004-02-23 07:54 peterm * etc/install/install.tcl: adding a comment about the new up value of the do_checkout parameter 2004-02-23 07:49 peterm * etc/install/: install.sh, updateserver.sh: adding ability for install scripts to do cvs update of a server instead of a from scratch checkout (saving bandwidth and time) 2004-02-22 17:11 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added a little more detail to Postgres 7.2->7.3 upgrade instructions. 2004-02-22 08:36 joela * packages/acs-automated-testing/www/admin/index.adp: added comment 2004-02-21 08:45 joela * etc/config.tcl: commented out nsrewrite added aolserver 4 port 80 run comment 2004-02-20 23:03 maltes * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Removed dependency on nsrewrite as per http://openacs.org/forums/message-view?message_id=165468. 2004-02-20 08:11 lars * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed bug during install process: site_node::init_cache would error out, because there is no root node yet when it gets sourced from bootstrap-installer (via site-nodes-init) 2004-02-20 07:13 joela * packages/acs-core-docs/www/: acs-admin.html, acs-plat-dev.html, analog-install.html, analog-setup.html, aolserver.html, aolserver4.html, automated-backup.html, automated-testing-best-practices.html, backup-recovery.html, backups-with-cvs.html, bootstrap-acs.html, credits.html, cvs-tips.html, db-api-detailed.html, db-api.html, docbook-primer.html, eng-standards-constraint-naming.html, eng-standards-filenaming.html, eng-standards-plsql.html, eng-standards-versioning.html, ext-auth-requirements.html, filename.html, form-builder.html, high-avail.html, how-do-I.html, i18n-requirements.html, i18n.html, index.html, install-cvs.html, install-daemontools.html, install-full-text-search.html, install-next-nightly-vacuum.html, install-openacs-keepalive.html, install-qmail.html, install-redhat.html, install-ssl.html, install-steps.html, ix01.html, kernel-doc.html, mac-installation.html, maint-performance.html, maintenance-deploy.html, maintenance-web.html, object-identity.html, objects.html, openacs.html, oracle.html, packages.html, parties.html, permissions-tediously-explained.html, permissions.html, postgres.html, programming-with-aolserver.html, psgml-for-emacs.html, psgml-mode.html, release-notes-4-5.html, release-notes-4-6-2.html, release-notes-4-6-3.html, release-notes-4-6.html, release-notes.html, releasing-openacs.html, request-processor.html, requirements-template.html, security-notes.html, security-requirements.html, snapshot-backup.html, style-guide.html, subsites.html, tcl-doc.html, templates.html, tutorial-cvs.html, tutorial-database.html, tutorial-debug.html, tutorial-distribute.html, tutorial-newpackage.html, tutorial-pages.html, unix-installation.html, upgrade-openacs-files.html, upgrade-overview.html, uptime.html, variables.html, win2k-installation.html, images/translation-batch-edit.png, images/translations.png, images/translator-mode.png, xml/index.xml, xml/developers-guide/i18n.xml, xml/install-guide/maintenance.xml, xml/kernel/i18n-requirements.xml, i18n-convert.html, i18n-design.html, i18n-introduction.html, i18n-overview.html, i18n-translators.html: added more documentation on translator mode, with images 2004-02-19 17:46 bdolicki * packages/acs-kernel/acs-kernel.info: Fixed syntax error that broke installation (wrong close tag): revision 1.55 date: 2004/02/19 15:03:43; author: joela; state: Exp; lines: +5 -2 added package maturity flag 2004-02-19 14:27 donb * packages/acs-tcl/tcl/: apm-install-procs.tcl, object-procs-oracle.xql: Removed bogus tree_sortkey reference in the Oracle version ... 2004-02-19 13:16 bdolicki * packages/acs-tcl/tcl/defs-procs.tcl: added a flag to take advantage of util_user_message in ad_progress_bar_end 2004-02-19 07:03 joela * packages/acs-kernel/acs-kernel.info: added package maturity flag 2004-02-19 06:59 joela * packages/: acs-admin/acs-admin.info, acs-admin/www/apm/build-repository.tcl, acs-api-browser/acs-api-browser.info, acs-authentication/acs-authentication.info, acs-authentication/www/doc/configure-batch-sync.html, acs-authentication/www/doc/ext-auth-design.html, acs-authentication/www/doc/ext-auth-install.html, acs-authentication/www/doc/ext-auth-ldap-install.html, acs-authentication/www/doc/ext-auth-pam-install.html, acs-authentication/www/doc/ims-sync-driver-design.html, acs-authentication/www/doc/index.html, acs-automated-testing/acs-automated-testing.info, acs-bootstrap-installer/acs-bootstrap-installer.info, acs-core-docs/acs-core-docs.info, acs-lang/acs-lang.info, acs-messaging/acs-messaging.info, acs-service-contract/acs-service-contract.info, acs-subsite/acs-subsite.info, acs-tcl/acs-tcl.info, acs-templating/acs-templating.info, ref-timezones/ref-timezones.info, search/search.info: updated package version numbers in core from 5.0.0 to 5.1.0d1 2004-02-19 03:01 joela * etc/backup.sh: fixed directory/newer bug 2004-02-19 01:37 lars * packages/acs-content-repository/sql/postgresql/content-folder.sql: We still want security_inherit_p to default to 't', otherwise bcms::folder::create_folder breaks, because null is not a valid boolean value. This is also consistent with what the comments in the function says (default true) 2004-02-18 13:05 bdolicki * packages/acs-templating/tcl/query-procs.tcl: Added doc string 2004-02-18 12:59 bdolicki * packages/acs-templating/tcl/query-procs.tcl: Added exists command to template::multirow 2004-02-18 09:02 lars * packages/acs-content-repository/sql/postgresql/: content-create.sql, upgrade/upgrade-5.0.0-5.1.0d1.sql: Fixed , typo and simple optimization per Jeff's proposal 2004-02-18 06:51 joela * packages/acs-core-docs/www/xml/install-guide/: maintenance.xml, recovery.xml: a few typo fixes 2004-02-18 06:43 joela * packages/acs-core-docs/www/: acs-admin.html, acs-package-dev.html, acs-plat-dev.html, analog-install.html, analog-setup.html, aolserver.html, aolserver4.html, apm-design.html, apm-requirements.html, automated-backup.html, automated-testing-best-practices.html, backup-recovery.html, backups-with-cvs.html, bootstrap-acs.html, complete-install.html, credits.html, cvs-tips.html,