• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Clarify that it is possible to set up the top level page to use ETP

without using a softlink.

Included two links to existing pages (forums list, admin page for forums) that were not accessible over the group/class admin page. Two new message keys were required.

Changed to showing tables for more than one news. List view was very space consuming for multiple news items. The summary is not used anymore in this version. It makes sense to reuse it for the case of only one instance per group

Changed to showing tables for more than one forum. List view was very space consuming for multiple forums

Fix typos in content_item__move, add missing content_folder__move function with

name parameter, and cr_items_tree_update_tr along with upgrade script.

Replaced ad_permission_p with permission::permission_p

Fix another reference to WebDAVURIPrefix parameter.

Add content-length to get_revision_info query.

bug 1714. Fixed reference to download_url

Added note that ad_permission_p is deprecated and that it should use

permission::permission_p. Didn't actually change it -- sorry.

Restoring my addition on profiling your code that was also somehow

left out in the oacs-5-0 -> HEAD transition.

Recommitting tutorial on tree_sortkey that was somehow removed in the

transition to HEAD.

Remove spaces from parameter name

Add implementation for lock and unlock methods.

bug 1713 - uploading a new version of homework

Modified the blog query to prevent collisions with new acs_object.package_id and acs_object.title fields. This is a bandaid.

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.

add_self didn't use the page_name param that it already accepted so it now does

Fixed subject variable for subject element of form

    • -2
    • +2
    /openacs-4/packages/forums/www/message-email.tcl
Documentation ofr RefreshCache parameter

bug 1712

file upgrade-2.0.2-2.0.3.sql was initially added on branch dotlrn-2-0.

bug 1712 - fixing name of postgresql sql directory

Use OS timezone for oracle timestamps instead of assuming GMT.

Put xml declaration at the top of PROPFIND responses.

- 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

Fix date formats for ultra-picky MS clients.

variables for HEAD/5.2

Oracle was throwing errors on the send_notification_to_bouncing_email query. It isn't smart enough to map the insert columns by name, so we have to enumerate them explicitly.

Copy content_length when copying a content_revision, otherwise copied revisions

end up with NULL content length.