• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extended ad_schedule_proc to allow use of ns_schedule_weekly and

ns_schedule_daily rather than just ns_schedule_proc.

use the faster acs_permissions_all view on postgresql

templated, made to browse tree, and quote plaintext to avoid cross site scripting security holes

file index.adp was initially added on branch oacs-4-6.

file one.adp was initially added on branch oacs-4-6.

add search code

Fixed the text entry box showing the tail end of the HTML tags on the page. Added closing tag.

1. Changed cleanup sweep interval to 15 minutes

2. Fixed broken PostgreSQL and Oracle queries that were supposed to select

notifications for deletion but rather returned all notifications if any

were ripe for deletion, causing seemingly random failure to deliver

notifications. Sloan had hacked this with a kludge to only delete

notifications older than two days but this didn't work on openacs.org,

which supports weekly summaries of notifications.

3. Changed notification::new to not insert notifications that have no

pending requests. This avoids having to waste time deleting them

afterwards.

4. Added notification_request::request_exists which returns true if

there's at least one notification request for a given object and

notification type.

5. Added a couple of indexes to speed queries that ran slow on openacs.org.

fixing broken member-add page by removing rel_type column that is not selected in the xql:s

Merged patches from OACS 4.6 branch to openacs.org: component-ae and version-ae drop-downs of all users replaced with search widget; search/assignee widget now displays emails

permissions lars for openacs.org-dev commits

Fixed version-ae and component-ae so they use the search widget. Also fixed minor bug in bug-tracker-procs, where I'd forgotten to add the email of the current user.

Added email to the drop-down of users to pick from as assignees

no postgres support bug 77/patch 12 Vinod Kurup

acs_function_args should have been define_function_args

remove oracle file, fix fetch_paths query, comment on idiocy of existing delete function fixes bug 81

use ns_returnfile for returning files from the content repository

fixes spam from download bug 1675/patch 514 Vinod Kurup

  1. … 6 more files in changeset.
Default timezone to UTC, not New York (not that I don't like New York, I do, a lot, actually, but UTC is more neutral)

Default timezone to UTC, not New York

quote html in subjects on the search page

    • -2
    • +4
    /openacs-4/packages/forums/www/search.tcl
define arguments for package_instantiate_object, and fix a couple other minor issues bug 1788/patch 504 Ken Kennedy

html quoting for plain text bug 1954/patch 513 Eduardo P�rez

    • -6
    • +1
    /openacs-4/packages/notes/www/index.adp
    • -1
    • +5
    /openacs-4/packages/notes/www/index.tcl
bad close table bug 1955/patch 515 Jun Yamog

Fixed skewed layout for url entries.

I18N: trying to make sure that everytime the role pretty names are displayed they are localized (they may be message keys in the database). Since I couldn't figure out how to use the group type / relationship admin UI I didn't test this change as thoroughly as I would have like to...sorry

I18N: we need pretty_name and pretty_plural of the member relationship role to be internationalized in dotLRN - using two new message keys

add double-click and back-submit protection

    • -132
    • +92
    /openacs-4/packages/survey/www/process-response.tcl
Added TODO comments about deleting stale items and all their attached

comments, only.

Fixed bug #1: subscribe link not shown when there are no bugs