• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixes for oacs-5-7 compatibility

    • -2
    • +2
    ./www/admin/static-assignments-table.adp
Correct some PL/pgSQL errors uncovered by PG 8.3 when trying to install

this in order to test some 3rd-party OpenACS software that uses it.

No upgrade script for two reasons:

1. It's contrib/obsolete-packages

2. The old PL/pgSQL pseudo-code should still run fine in the PG 8.3 environment,

it's only compiling the source that chokes.

    • -3
    • +3
    ./sql/postgresql/workflow-package-body.sql
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 687 more files in changeset.
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -14
    • +14
    ./sql/oracle/workflow-case-package-body.sql
    • -2
    • +2
    ./sql/oracle/workflow-package-body.sql
  1. … 273 more files in changeset.
Removed ACS from name, and added (deprecated)

noquote changes (Dirk Gomez)

    • -2
    • +2
    ./www/admin/assign-transition-role.adp
  1. … 113 more files in changeset.
merge of 4.6.3b1 to HEAD

    • -14
    • +14
    ./sql/postgresql/wf-core-create.sql
    • -0
    • +243
    ./sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql
  1. … 176 more files in changeset.
file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql
Make it not part of initial install.

Patches to make OpenACS PG 7.3 compatible.

  1. … 54 more files in changeset.
merge from oacs-4-6

  1. … 130 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 21 more files in changeset.
fix some broken links

  1. … 23 more files in changeset.
fix calls to empty_string_p with missing $

  1. … 9 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 692 more files in changeset.
ad_context_bar calls which were removed in error

  1. … 4 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.
pass context_bar and title to master template, cleanup html

  1. … 60 more files in changeset.
updated version to 4.5

  1. … 15 more files in changeset.
added missing quote. patch 301. bug 1510.

Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1")

  1. … 58 more files in changeset.

Merged with OpenACS 4.5 beta1 branch.

  1. … 88 more files in changeset.
1) cleaned up workflows .info file

2) fixed error message in acs-workflow

3) fixed code to reassign tasks to users

4) send return_url to task-action.adp

5) fixed bug in ticket-tracker's clarify_fire callback

6) added return_url to ticket tracker's emails

  1. … 1 more file in changeset.
1) added missing param to workflow_case__add_task_assignment

2) Fixed minor typos in workflow docs, ACS->OpenACS

    • -2
    • +2
    ./www/doc/advanced-workflow-builder.html
  1. … 3 more files in changeset.

I boo-booed when changing the notification callback signature.

    • -11
    • +8
    ./sql/oracle/sample-article-create.sql

1. Added session-update.tcl, a small utility which somewhat safely allows

you to put up a link that changes a session_property, for instance to

change the number of items displayed or that sort of thing. The caller

must sign their values and URL, which are verified by the callee via

ad_page_contract. If the referrer doesn't match the signed expected

referrer, you get bounced. I think this is reasonably secure (though

permissions should always be rigorously checked on all pages, of course)

2. acs_events had an html_p flag in the datamodel but no way to set it.

Fixed. It should really be a mime-type but since it's not using the

CR, and since I'm extremely busy with other stuff, I didn't fix it.

3. While doing #1 above I learned that signing and verifying arrays didn't

quite work. Fixed.

4. Found and fixed a small problem with my earlier work on the currency widget.

    • -6
    • +15
    ./sql/oracle/sample-article-create.sql
  1. … 9 more files in changeset.

There were some inconsistencies in the way return_url was being set up...

Small change to wf_task_panels ...

Added a new proc to return the panels associated with a workflow ...

Removed references to jobs-start and jobs-kill (it's done in Tcl now)