• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- simply expressions

- don't abbreviate "info" subcommands

- bump version number

  1. … 5 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 335 more files in changeset.
- document the non-deprecated functions, not the deprecated ones

  1. … 2 more files in changeset.
- abstract in check for existance of a command whether this is scripted or not

- use a more modern tcl command set

  1. … 12 more files in changeset.
Provide link for binding-display of service contracts to the XOTcl api browser, in case XOTcl methods are used in service contracts

Provide link for binding-display of service contracts to the XOTcl api browser, in case XOTcl methods are used in service contracts

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Fix Oracle bug -- oracle sql was calling a function where the only API is a procedure. Could never have worked.

Fix Oracle bug -- oracle sql was calling a function where the only API is a procedure. Could never have worked.

add a display of a particular binding so you can easily track down the actual functions

    • -0
    • +22
    ./binding-display.adp
    • -0
    • +60
    ./binding-display.tcl
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.
Page broken due to Orphans not having an owner. I took the owner out, if someone disagrees, please fix ...

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)

  1. … 275 more files in changeset.
Added impl_pretty_name to selects

- Default impl_pretty_name to impl_name

- Include impl_owner_name and impl_pretty_name in views

- Clean up UI and make it use list builder

  1. … 6 more files in changeset.
Ordering contracts and implementations

noquote changes (Dirk Gomez)

  1. … 101 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 101 more files in changeset.
Added display of implementation owner, and added display of implementations when you click to view a contract.

file contract-display-oracle.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./contract-display-oracle.xql
file contract-display-postgresql.xql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./contract-display-postgresql.xql
contract display, better error handling in acs_sc_proc, document API some

  1. … 2 more files in changeset.
new contract display page

file contract-display.adp was initially added on branch oacs-4-6.

file contract-display.tcl was initially added on branch oacs-4-6.

document API somewhat, add contract browser

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

  1. … 700 more files in changeset.
pass title and context_bar to master template

Fixed trailing semicolons in queries that Oracle doesn't like.

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.

  1. … 13 more files in changeset.