• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed (currently unnecessary) "for update" clauses - with the transaction

gone, they only slow things down. If we want multiple sweepers to work we

will need to do something but the huge transaction causes problems on systems

with a lot of bulk mail activity (sloanspace, in particular)

Made the queries match the working PG queries

Some semicolons snuck in from my test .sql files

remove the large db_transaction bulk_mail::sweep bug 93

Improved test scripts slightly.

file test-cleanup.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/notifications/www/test-cleanup.tcl
file test.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/notifications/www/test.adp
The never ending attempt to fix notifications ...

Sort the list of root URLs by name

add search by IP in complex-search, add source IP, homepage, link to public page to one.tcl,adp

caching version of get_function_args query

use parent_id is null rather than tree_level(forums_messages.tree_sortkey) = 1 since it's much faster

    • -1
    • +1
    /openacs-4/packages/forums/www/index-oracle.xql
file upgrade-0.2d-0.3d.sql was initially added on branch oacs-4-6.

create necessary index, make forums_message__root_message_id isstrict, icachable, upgrade script

    • -2
    • +4
    /openacs-4/packages/forums/forums.info
file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

changes acs__magic_object_id to isstrict,iscachable, bump version to 4.6.1, upgrade script provided

stupid mistake in templating one.adp

merge lars export_entire_form_as_url_vars fix

Sort the application list, qualify the name of the administration link, and add proper return_url to login link

date and time related localization data added for Finnish by Jarkko Laine. Thanks Jarkko.

Make project maintainer edit also use the user search widget

The description form didn't get populated with history on a resubmit/error submit

Include project maintainer, component maintainers, and version maintainers, in list of assignees to choose from by default

fix misleading argument names and docs for site_node_mount_application

only call ds_add if defined

only collect comments if ds enabled

Replaced ns_share with nsv, and related improvements to mutex locking.

www/page-visit.tcl now works properly with files under package

directories and under the global www/ page root.

Failure to check for empty_string in sp_serve_html_page was breaking

/doc/static-pages/.

Now correctly sets mime type using sp_maybe_create_new_mime_type,

rather than always using text/html.