• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
minor bug fixes, and using the contacts templates for display for process pages

    • -2
    • +2
    /openacs-4/packages/tasks/www/delete.tcl
    • -1
    • +2
    /openacs-4/packages/tasks/www/index.adp
    • -2
    • +6
    /openacs-4/packages/tasks/www/index.tcl
    • -1
    • +1
    /openacs-4/packages/tasks/www/process-task.adp
    • -3
    • +1
    /openacs-4/packages/tasks/www/process.adp
only adding process tasks that are not deleted (i.e. that have a status_id

changing the check for tasks to see if its enabled not if its mounted

Adding processes key and upgrading to 0.1d9

adding missing semi-colon

updates to make use of tasks 1.0d9 which is now a service and can work with contacts package instance awareness

minor bug fixes to the service level tasks package upgrade done earlier in the week

    • -1
    • +3
    /openacs-4/packages/tasks/lib/tasks-portlet.adp
    • -1
    • +3
    /openacs-4/packages/tasks/lib/tasks-portlet.tcl
    • -2
    • +1
    /openacs-4/packages/tasks/lib/tasks.adp
    • -7
    • +17
    /openacs-4/packages/tasks/lib/tasks.tcl
    • -1
    • +3
    /openacs-4/packages/tasks/www/index.adp
    • -10
    • +15
    /openacs-4/packages/tasks/www/index.tcl
Fixing infinite recursive call in get_site_template_id_not_cached

let client script specify sort-order of category items

second level sorting by page_title, rendering title of currently active page as bold

Fixing drop sequence

rollback for datamanager facilities

rollback for datamanager facilities

rollback for datamanager callbacks

rollback for datamanager facilities

    • -73
    • +1
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -34
    • +0
    /openacs-4/packages/news/tcl/news-procs.xql
rollback of datamanager procedures

    • -12
    • +0
    /openacs-4/packages/forums/tcl/forums-procs.tcl
    • -8
    • +0
    /openacs-4/packages/forums/tcl/forums-procs.xql
rollback for datamanager procs

    • -47
    • +0
    /openacs-4/packages/faq/tcl/faq-procs.tcl
    • -14
    • +0
    /openacs-4/packages/faq/tcl/faq-procs.xql
Adding oracle support

file theme-selva-drop.sql was initially added on branch oacs-5-2.

Changed as_copy test case to not use datamanager callback and just use as::assessment::copy

Use creator_id instead of creation_user, creation_user is sometimes blank which causes an error

fixing java-script encoding for UTF-8 characters

    • -4
    • +4
    /openacs-4/packages/xowiki/www/ajax/chat.js
fixing typo, application_data_link::get.linked_objects was supposed to look for object_id not package_id

Conditionalized tests of bindvar emulation so they're not run for Oracle.

Two of them don't work for Oracle (tries to do a "select" in db_exec_plsql)

and since Oracle's definition of bindvar semantics defines the emulation

semantics it seems silly to test if Oracle adheres to them or not :)

Conditionalized tests of bindvar emulation so they're not run for Oracle.

Two of them don't work for Oracle (tries to do a "select" in db_exec_plsql)

and since Oracle's definition of bindvar semantics defines the emulation

semantics it seems silly to test if Oracle adheres to them or not :)

not sure why I had placed a check to restrict the members page to admins only, will comment that code out as it doesn't seem logical to restrict the entire page to admins only

extra comma removed

Oracle needs to use "del()" rather than "delete()" for 9i and better due to

"delete" being treated as a reserved word in PL/SQL.

The set-parameter procedure calls parameter::set_value, which returns

the newly set value. When a Tcl proc has no explicit return statement,

as was true of set-parameter, the value of the last expression is returned.

In other words, the value of the parameter. Which messed up the HTML sent

up the pipe to the browser being used to install OpenACS.

Added empty MergeUser proc