• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- Modified fm_check_permission so that it also works for ... Hmm, I

forgot in which case it failed.

Added -nologin flag to disable automatic login of a new user. This is part of an initial foray into allowing certain kinds of 'low-barrier' registration, such as on a weblog comments system.

new version of the casting algorithm that Joel has documented in a flow chart diagram. The implementation of the algorithm is still in an alpha state and has a known bug

new version of simulation info file I forgot to commit last time

increased core version numbers to alpha 2

    • -1
    • +2
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 4 more files in changeset.
added casting algorithm diagram

file casting_algorithm.dia was initially added on branch oacs-5-1.

    • binary
    /openacs-4/packages/simulation/www/doc/casting_algorithm.dia
make missing variable for category tree not a fatal error for category::ad_form::get_categories

namespace qualifier needed for ds_enabled_p

adding catalog file with notification messages that I forgot to add earlier

file workflow.en_US.ISO-8859-1.xml was initially added on branch oacs-5-1.

Had to fix these to include package_id as well.

Minor whacks to make this work with Timo's changes to core - untested under

Oracle at the moment ...

Added back the ability to edit or delete an extlink as well as actually visit

the URL of the extlink. Fixes bug#1661

Oops ... didn't pass all the necessary properties to the theme template

Changed the path of the subsite portlet to point directly to the acs-subsite

template!!

Added comment and contract tag defenitions

Added sidebar-style layouts, improved a bunch of minor things

    • -0
    • +7
    /openacs-4/contrib/packages/portal/lib/undecorated-element.adp
  1. … 3 more files in changeset.
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.

removed spurious package/acs-notification for acs-core alias, add catagories to dotlrn-prereq and dotwrk alias bug 1669

Moving metadata about metadata to the /system root

    • -8
    • +8
    /openacs-4/packages/dotkul/tcl/dotkul-procs.tcl
file upgrade-1.0.0b3-1.0.0b4.sql was initially added on branch oacs-5-1.

implementing support for groups mapped to a simulation to be marked multiple_cases_p which means that their users can (and should) be cast in many groups. Ticket 41

Added some alternative ways to show the data.

file flatmd.adp was initially added on branch dotkul.

file xml.tcl was initially added on branch dotkul.

    • -0
    • +0
    /openacs-4/packages/dotkul-admin/www/xml.tcl
file flatmd.tcl was initially added on branch dotkul.

adding notes on tclwebtest autotests

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

bump to 5.1.0a1, rename upgrade-5.0.0-5.1.0.sql to upgrade-5.1.0d1-5.1.0d2 since if the from version was 5.0.1 it would not be run, also 5.1.0 was higher than the existing version in the .info file so it would not get run in any case. bug 1673