• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add files to support site-map creation

file allow-for-view.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./site-map/allow-for-view.tcl
file site-map.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./site-map/site-map.tcl
file site-map.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./site-map/site-map.adp
file site-map-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./site-map/site-map-postgresql.xql
file site-map-oracle.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./site-map/site-map-oracle.xql
file allow-for-view.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./site-map/allow-for-view.xql
add link for build site-map

fix of the direct mounting package, clean up of the new site-map w/list-builder must be done

fixing bug #2139 (link causing problems)

New look for the site map using list builder and anchor tag to jump to the current row.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 686 more files in changeset.
Making call to relation_add (on pages parties/new and users/new) not use the form_id and variable_prefix switches as doing so would make package_instantiate_object look for a rel_id in the form which wasn't there. This is analogous to fix in version 1.5 of groups/new.

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

  1. … 834 more files in changeset.
Changed standard-lars -> standard form template style

  1. … 14 more files in changeset.
merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 643 more files in changeset.
Fixed Bug #1563 by applying Patch #443

Fixed bug #1299: added noquote to supertypes.name

When adding a user to a group we were checking read permission on the users offered for selection. Since all OpenACS users have a null context_id only the site-wide-admin would have read privilege on them. To also allow subsite admins to add users to groups I removed the read privilege check on the users. See http://openacs.org/forums/message-view?message_id=171339

Oops. Wanted to fix Bug #1563 but realized after looking in bugtracker that I'm not supposed to commit these things myself in other peoples' packages.

Fixed Bug #1563 by changing help_text in the application-add form

Remerge Timo's changes for tip 42,43, cf tip 53

  1. … 97 more files in changeset.
Fixed a small problem which led to a "URL not found" error if you deleted

a subsite from within its own sitemap.

rollback of Timo's name, package_id commit; see TIP 53

  1. … 96 more files in changeset.
TIP#42,43: adding package_id and title to acs_objects table

  1. … 96 more files in changeset.
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

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.

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

Adding creator of the subsite to the subsite group: This hadn't been changed to fit the new data model which requires the user to have both a membership_rel and an admin_rel, so only the admin_rel was created

a.action -> ul.action-links