• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

New xql files as part of the demo fix.

    • -0
    • +12
    ./www/doc/demo/form.xql
    • -0
    • +21
    ./www/doc/demo/user-edit.xql

Fixed the 'Simple Form' and 'Editing: several pages in one' demos.

Run demo-drop and then demo-create scripts in Postgresql to take advantage

of this fix in a running system.

patch 140 applied

applied patches 130,131,132,133,134,135,137

  1. … 6 more files in changeset.

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.

I completed a first cut at the currency widget support procs, left incomplete

in ACS 4.2 Classic.

    • -0
    • +190
    ./tcl/currency-procs.tcl

Fixed the compare routine for real this time. I'd spaced earlier and forgot

that the "sql_date" property doesn't return a formatted SQL data but rather

a "to_char" function call ...

Date compare didn't work, does now.

just a bit of work

    • -45
    • +57
    ./www/doc/TclDocs/doc__util.html
    • -18
    • +0
    ./www/doc/TclDocs/namespace-list.html
    • -130
    • +0
    ./www/doc/TclDocs/namespaces.html
  1. … 5 more files in changeset.

Removed some log file noise (ns_log notice)

I fixed the currency datatype and did a little other mumbo-jumbo stuff. I

did this on another installation of OpenACS 4 (dotLRN, to tell the truth)

and just mass-copied the files over to make sure I didn't miss anything.

Not the best idea now that I think about it ...

Added new code from Walter.

bug fix

Oops - I mindlessly copied a patch posted by Stephen Deasy to one of the

openacs.org forums, which of course stripped out the backslash escapes,

causing the patch to bomb.

Grrr ...

Incorporated Stephen Deasy's patch to fix the "elseif" template tag.

Incorporated Bruno Mattarollo's HTML fixes (adding quotes to stuff, etc)

Removed two unused procs.

moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms

  1. … 21 more files in changeset.
removed FILTER_ABORT code from template::forward as the RP doesn't support the catching of the FILTER_ABORT error as a control structure. Removal of the FILTER_ABORT code allows code to be executed after a template::forward command

  1. … 2 more files in changeset.
cleanup

changed result_name back to name as it has a hardwired dependency on the variable name that wasen't obvious to me when I changed it

ported dynamic queries

  1. … 14 more files in changeset.
files no lnger applicable

1. Added a new attribute to the .info file which tells the bootstrap

installer whether or not a package is part of the acs-core. Only

acs-core packages are now installed during the initial bootstrap install

of the system.

2. Fixed a dupe query name problem in a couple of queryfiles. The problem

is not with the dispatcher but with the extractor, and for the moment it

is just easier to kludge the resulting queryfile than fix the extractor.

  1. … 36 more files in changeset.
tested and fixed the template query db api

  1. … 12 more files in changeset.
added ad_proc to template query procs

ported templating to use standard db api

    • -0
    • +12
    ./sql/postgresql/acs-templating-create.sql
    • -0
    • +9
    ./sql/postgresql/acs-templating-drop.sql
    • -0
    • +26
    ./sql/postgresql/demo-create.sql
    • -0
    • +10
    ./sql/postgresql/demo-drop.sql
    • -5
    • +1
    ./www/doc/exercise/form-sample-revised.tcl
  1. … 13 more files in changeset.

Big 'ole update to implement multi-db aware packages. Don't try this yet,

I can't *possibly* have gotten all the right files added and removed in

one fell swoop!

    • -0
    • +12
    ./sql/oracle/acs-templating-create.sql
    • -0
    • +9
    ./sql/oracle/acs-templating-drop.sql
    • -0
    • +26
    ./sql/oracle/demo-create.sql
    • -0
    • +10
    ./sql/oracle/demo-drop.sql
  1. … 110 more files in changeset.
OpenACS 4.x

    • -0
    • +0
    ./resources/assets/corners/lower-left.gif
    • -0
    • +0
    ./resources/assets/corners/lower-right.gif
    • -0
    • +0
    ./resources/assets/corners/upper-left.gif
    • -0
    • +0
    ./resources/assets/corners/upper-right.gif
    • -0
    • +0
    ./resources/messages/request-error.adp
    • -0
    • +0
    ./resources/messages/request-error.tcl
  1. … 1307 more files in changeset.
Initial revision

    • -0
    • +327
    ./acs-templating.info
    • -0
    • +3
    ./resources/assets/corners/lower-left.gif
    • -0
    • +3
    ./resources/assets/corners/lower-right.gif
    • -0
    • +3
    ./resources/assets/corners/upper-left.gif
    • -0
    • +3
    ./resources/assets/corners/upper-right.gif
    • -0
    • +100
    ./resources/forms/grid.adp
    • -0
    • +96
    ./resources/forms/standard.adp
    • -0
    • +24
    ./resources/forms/tabbed-dialog.adp
    • -0
    • +132
    ./resources/forms/wizard.adp
    • -0
    • +39
    ./resources/messages/datasources.adp
    • -0
    • +6
    ./resources/messages/datasources.tcl
    • -0
    • +3
    ./resources/messages/error.adp
    • -0
    • +17
    ./resources/messages/request-error.adp
    • -0
    • +5
    ./resources/messages/request-error.tcl
  1. … 1307 more files in changeset.