• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Cast arguments to acs_sc_binding__new to make sure integer version is

selected. Add error checking to text version.

  1. … 1 more file in changeset.

Fixed bugs and added query files for Oracle so the damn thing works on both

RDBMSs (Kapil's fault, not Neophytos, as Kapil had claimed to have ported

this over)

    • -0
    • +15
    ./binding-install-oracle.xql
    • -0
    • +13
    ./binding-install-postgresql.xql
    • -0
    • +15
    ./binding-uninstall-oracle.xql
    • -0
    • +13
    ./binding-uninstall-postgresql.xql
    • -0
    • +19
    ./index-postgresql.xql
  1. … 3 more files in changeset.
converted structured text -> docbook,html

acs service contract documentation by kapil thangavelu

naming conventions

  1. … 8 more files in changeset.

Adding it in ...

    • -0
    • +13
    ./binding-install.tcl
    • -0
    • +13
    ./binding-uninstall.tcl
  1. … 17 more files in changeset.