• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix to parse and insert LOM metadata included as an external file.

LOM metadata wouldn't be parsed and inserted correctly if it was in an external file instead of inserted as a subnode of the metadata one.

    • -26
    • +40
    /openacs-4/packages/lors/tcl/lors-imsmd-procs.tcl
Remove extra log messages (leftover from my previous commit)

Fix queries

- make yui-carousel better configurable

- make listing folder/parent_item aware

Made default master color banding use the same values as the list

template css color banding, for consistentcy.

- fix collateral damage from changes in pretty_link

apm_parameter__get_value bug missed by merge apparently.

- avoid attempts to resolve "self" from tcl function frames (as suggested by Stefan)

- Fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command

"::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered

the few occurances. The fix works as well with Tcl 8.4. The proper

fix for 8.5 would be to use instead of the function the expand

operator {*}

- Fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command

"::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered

the few occurances. The fix works as well with Tcl 8.4. The proper

fix for 8.5 would be to use instead of the function the expand

operator {*}

- fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in command "::apply" and broke therefore all scripts/libraries using it.

Changed the name of the OpenACS function to "ad_apply" and altered the few occurances.

The fix works as well with Tcl 8.4. The proper fix for 8.5 would be to use instead of the function the expand operator {*}

- simplified order-composite stacking by using an explicit stack (as suggested by Stefan)

- new method "search_render" to allow class or instance specific search content

    • -3
    • +35
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
- remove warning from CSS validator

remove old limitation that forbids acs_objecs of more than 8 digits

    • -2
    • +2
    /openacs-4/packages/acs-subsite/www/o.vuh
disable old integer limit that forbids objects with more than 8 digits via regexp

    • -2
    • +2
    /openacs-4/packages/acs-subsite/www/o.vuh
Bumped version numbers to 5.6.0d1

    • -4
    • +4
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 9 more files in changeset.
query update

Adjustung the XOTcl 1.* compat layer for recent changes in the NSF/Nx interface, namely ::nsf::alias now expecting a '-frame object' nonpos arg rather than the '-objscope' switch

Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 200 more files in changeset.
In NaviServer usage of ns_startcontent is deprecated instead we use ns_headers to specify the content-type which is added to the connection outputheaders ( which are sent to the client when the first ns_write is called, so no need to use ns_write to write headers to the client before serving the content)

adding paypal AddtoCart and ViewCart buttons for PayPal Standard Merchant service

adding PayPal Payments Standard feature, cart upload options

    • -0
    • +51
    /openacs-4/packages/ecommerce/www/paypal-thankyou.tcl
    • -11
    • +101
    /openacs-4/packages/ecommerce/www/shopping-cart.tcl
Allow permissions interface to use the default url for searching and grating permissions for users.

Bug fix found when helping Robert with a borked install of bug-tracker.

Changes for supporting postgresql 9.0:

- Avoiding usage of SQL reserved keywords on plpsql functions (plpsql lexer and parser were reworked).

- Fixing all those places on which FROM clause was automatically added by PG ( PG Config add_missing_from parameter was removed for this release of PG ).

Many thanks to Tracy Adams and Jeff Lu for providing first version of the patches.

Removing invalid character that prevented catalog from being loaded.

SuppressHttpPort parameter is located in acs-tcl and not acs-kernel. This was the reason of misbehavior when service is running behind a proxy.

Use passed in content type, default to image