• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
misc fixes

fix for package instantiate

remove deprecated pages

unnecesary files

correct installation of assessment

    • -0
    • +128
    /openacs-4/packages/assessment/tcl/install-procs.tcl
colors in right or wrong choices

rework some lame SQL queries

sessions management

new files for session management

    • -0
    • +15
    /openacs-4/packages/assessment/www/session.adp
    • -0
    • +34
    /openacs-4/packages/assessment/www/session.tcl
    • -0
    • +30
    /openacs-4/packages/assessment/www/session.xql
    • -0
    • +13
    /openacs-4/packages/assessment/www/sessions.adp
    • -0
    • +19
    /openacs-4/packages/assessment/www/sessions.tcl
    • -0
    • +14
    /openacs-4/packages/assessment/www/sessions.xql
remove administrative links

Releasing version 2.20b1

Adding in ability to attach files to a general comment attached to a project

or task. It seems like the general comment files were never added in as well..

putting create or replace instead of just create

better performance for null parent cr query, by don

Fix bug where duplicate tasks would appear in tasks view

Show all people assigned to a task instead of just person filtered to

be shown.

file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1.

Modified cc_users moving the magic object lookup to its own query. The view was really slow when joined against the acs_magic_objects table.

file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1.

Changed cc_users and registered_users views to use the acs__magic_object_id

function that was written quite some time ago but never used in those views.

And those views are really slow when joined against the acs_magic_objects

table ...

Added a section on upgrades

new version of ev package

General comments to HTML email

adding missing files

    • -0
    • +11
    /openacs-4/packages/evaluation/www/evaluation-view.adp
    • -0
    • +138
    /openacs-4/packages/evaluation/www/evaluation-view.tcl
Fix } where ) was supposed to be. Fixes bug#2104.

fixes to make index show assessments

    • -0
    • +22
    /openacs-4/packages/assessment/www/index.xql
don't create the same session twice

For reasons i find incomprehensible, this portlet was originally written

using Tcl code embedded in the .adp file. I've rewritten it using the

group tag, which makes it considerably cleaner. Make that much cleaner.

Bump version number to release new version. When toggling status of projects,

also toggles status of corresponding project manager project when

appropriate (behavior is the same if no project-manager is installed)

    • -4
    • +5
    /openacs-4/packages/logger/logger.info
    • -10
    • +18
    /openacs-4/packages/logger/lib/entries.xql
Bump version to 2.16b2. Add a pm::status::default_open proc.