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

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 ...

reverted to 1.1 code becase of my accidental commit

remove signatory link

test worked

    • -1
    • +0
    /openacs-4/packages/dotlrn/dotlrn.info
test of tag

    • -0
    • +1
    /openacs-4/packages/dotlrn/dotlrn.info
more SS-like

Added -append flag to db_multirow. Works like the "template::multirow

append" command. EX:

So in the templates query interface you do:

template::multirow create ...

template::multirow append ...

Now you do:

db_multirow foovar ... (first or only multirow)

db_multirow -append foovar ...

Setting of new array variables is supported in the code block on the

db_multirow command using "set foovar(new_array_var) "value"" syntax

initial

    • -0
    • +46
    /openacs-4/packages/calendar-portlet/www/calendar-portlet.adp
    • -0
    • +50
    /openacs-4/packages/calendar-portlet/www/calendar-portlet.tcl
link hide

update

templating this - not done yet

link hide stuff

hide links

hide links support

correct removal bug

hide_links support

    • -1
    • +2
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -3
    • +3
    /openacs-4/packages/dotlrn/www/index.tcl
added link_hideable_p

typo

basically portals version 2

hide links stuff

hide title links support, and 3 new portlet helper procs

a new generation of portlets

1. my_package_key proc required

2. ad_parameter'ized pretty_name

3. new add/remove helpers

4. show is 1 helper proc call and totally templated

1. home.tcl - applied patch from SDM to use ad_pvt_home rather than a

fixed value.

2. defs-procs.tcl - applied patch that fixed a "link within a link" problem.

3. content_item.tree_sortkey had no index (gulp!)

fixed ad_parameter call

adding templates

    • -0
    • +54
    /openacs-4/packages/fs-portlet/www/fs-portlet-oracle.xql
    • -0
    • +37
    /openacs-4/packages/fs-portlet/www/fs-portlet.adp
    • -0
    • +30
    /openacs-4/packages/fs-portlet/www/fs-portlet.tcl
added a page that displays all communities and linked it from the main dotlrn portlet instead of separate classes and clubs pages

    • -0
    • +2
    /openacs-4/packages/dotlrn/dotlrn.info
    • -0
    • +9
    /openacs-4/packages/dotlrn/www/all-communities.adp
    • -0
    • +14
    /openacs-4/packages/dotlrn/www/all-communities.tcl
    • -4
    • +18
    /openacs-4/packages/dotlrn/www/communities.tcl
added ad_parameters for pretty_name and pretty_plural and changed the system to use these all over

    • -0
    • +4
    /openacs-4/packages/dotlrn/dotlrn.info
    • -3
    • +3
    /openacs-4/packages/dotlrn/www/index.tcl
  1. … 8 more files in changeset.

Added a "-local" switch to db_multirow, which causes it to put the returned

array in the calling proc's local store rather than at the adp parse level.

This is useful when writing portlets which explicitly parse their template

file.

added float and bytearray message types

these files aren't being used