• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
new version of simulation info file I forgot to commit last time

  1. … 1 more file in changeset.
increased core version numbers to alpha 2

    • -1
    • +2
    ./acs-api-browser/acs-api-browser.info
    • -1
    • +2
    ./acs-authentication/acs-authentication.info
    • -5
    • +6
    ./acs-automated-testing/acs-automated-testing.info
    • -1
    • +2
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -2
    • +3
    ./acs-content-repository/acs-content-repository.info
    • -1
    • +2
    ./acs-service-contract/acs-service-contract.info
  1. … 4 more files in changeset.
added casting algorithm diagram

    • binary
    ./simulation/www/doc/casting_algorithm.dia
  1. … 1 more file in changeset.
file casting_algorithm.dia was initially added on branch oacs-5-1.

    • binary
    ./simulation/www/doc/casting_algorithm.dia
  1. … 1 more file in changeset.
make missing variable for category tree not a fatal error for category::ad_form::get_categories

    • -1
    • +5
    ./categories/tcl/category-form-procs.tcl
namespace qualifier needed for ds_enabled_p

    • -10
    • +9
    ./acs-templating/tcl/parse-procs.tcl
adding catalog file with notification messages that I forgot to add earlier

    • -0
    • +11
    ./workflow/catalog/workflow.en_US.ISO-8859-1.xml
file workflow.en_US.ISO-8859-1.xml was initially added on branch oacs-5-1.

    • -0
    • +0
    ./workflow/catalog/workflow.en_US.ISO-8859-1.xml
Had to fix these to include package_id as well.

    • -0
    • +1
    ./download/www/archive-add-2-oracle.xql
    • -1
    • +2
    ./download/www/archive-add-2-postgresql.xql
Minor whacks to make this work with Timo's changes to core - untested under

Oracle at the moment ...

    • -0
    • +1
    ./download/www/admin/repository-ae-oracle.xql
Added back the ability to edit or delete an extlink as well as actually visit

the URL of the extlink. Fixes bug#1661

    • -12
    • +22
    ./file-storage/www/folder-chunk.tcl
    • -23
    • +0
    ./file-storage/www/simple-edit-2.tcl
Added comment and contract tag defenitions

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.

Moving metadata about metadata to the /system root

file upgrade-1.0.0b3-1.0.0b4.sql was initially added on branch oacs-5-1.

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

    • -9
    • +35
    ./simulation/tcl/template-procs.tcl
  1. … 4 more files in changeset.
Added some alternative ways to show the data.

file flatmd.adp was initially added on branch dotkul.

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

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

    • -0
    • +0
    ./dotkul-admin/www/flatmd.tcl
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

    • -4
    • +0
    ./acs-subsite/www/admin/relations/add-oracle.xql
    • -36
    • +2
    ./acs-subsite/www/admin/relations/add.tcl
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

file upgrade-5.1.0d1-5.1.0d2.sql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./file-storage/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql
message lookup fixes (removing trailing underscore)

  1. … 2 more files in changeset.
repair the borkulated provides lines for core packages may fix bug 1669

    • -1
    • +1
    ./acs-api-browser/acs-api-browser.info
    • -1
    • +1
    ./acs-authentication/acs-authentication.info
    • -1
    • +1
    ./acs-bootstrap-installer/acs-bootstrap-installer.info
    • -1
    • +1
    ./acs-service-contract/acs-service-contract.info
Don't call tdav::respond on GET. There is no need to compose an XML response

on GET.

Added a missing join condition

Renamed loop index in list tag to prevent collisions, which enables us to now use nested lists

Making all actions in the template loaded from spec be assigned and not just enabled. The Simulation UI doesn't distinguish between assigned and enabled actions. All enabled actions are always assigned. The SimPlay UI only lists assigned actions. fixes ticket #43.

  1. … 1 more file in changeset.