• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- avoid attempts to resolve "self" from tcl function frames (as suggested by Stefan)

    • -11
    • +14
    ./packages/xotcl-core/tcl/30-widget-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -2
    • +2
    ./packages/xowiki/www/view-book-no-ajax.tcl
- 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 {*}

    • -3
    • +3
    ./packages/acs-tcl/tcl/utilities-procs.tcl
- 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 {*}

    • -3
    • +3
    ./packages/acs-tcl/tcl/utilities-procs.tcl
- 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 {*}

    • -3
    • +3
    ./packages/acs-tcl/tcl/utilities-procs.tcl
- 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
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -26
    • +9
    ./packages/xowiki/tcl/xowiki-sc-procs.tcl
- remove warning from CSS validator

    • -6
    • +6
    ./packages/xowiki/www/resources/xowiki.css
remove old limitation that forbids acs_objecs of more than 8 digits

disable old integer limit that forbids objects with more than 8 digits via regexp

Bumped version numbers to 5.6.0d1

    • -6
    • +6
    ./packages/acs-subsite/acs-subsite.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

    • -1
    • +1
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
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
    • +3
    ./packages/acs-admin/www/apm/package-add-2.tcl
  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)

    • -8
    • +12
    ./packages/acs-tcl/tcl/utilities-procs.tcl
adding paypal AddtoCart and ViewCart buttons for PayPal Standard Merchant service

    • -0
    • +11
    ./packages/ecommerce/lib/toolbar.adp
    • -0
    • +11
    ./packages/ecommerce/lib/toolbar.tcl
    • -36
    • +68
    ./packages/ecommerce/tcl/ecommerce-procs.tcl
adding PayPal Payments Standard feature, cart upload options

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

    • -1
    • +1
    ./packages/xowiki/www/admin/permissions.adp
Bug fix found when helping Robert with a borked install of bug-tracker.

    • -2
    • +2
    ./packages/workflow/tcl/case-procs.tcl
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.

    • -6
    • +2
    ./packages/acs-admin/www/apm/parameter-add.tcl
    • -1
    • +1
    ./packages/acs-admin/www/apm/parameter-add.xql
    • -2
    • +2
    ./packages/acs-subsite/acs-subsite.info
    • -1
    • +2
    ./packages/acs-subsite/tcl/rel-types-procs.tcl
    • -1
    • +1
    ./packages/acs-subsite/tcl/rel-types-procs.xql
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.

    • -2
    • +2
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Use passed in content type, default to image

- define set on ::nx::Slot instead of ::xo::Attribute

    • -1
    • +3
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
- some updates for xotcl 2.0

    • -5
    • +11
    ./packages/xotcl-core/tcl/01-debug-procs.tcl
fixing bad proc call

    • -1
    • +1
    ./packages/ecommerce/www/shopping-cart.tcl
commenting out ecds_ dependency

removing defaults_meta because I am a bad boy. I did not follow the new, unpublished OCT procedures for core changes. (repeating this x100)

    • -41
    • +0
    ./packages/acs-templating/tcl/head-procs.tcl
removing OpenGraph from default implementation, moving side-bar to ecommerce

    • -18
    • +0
    ./packages/acs-subsite/lib/share-bar.adp
    • -14
    • +0
    ./packages/acs-subsite/lib/share-bar.tcl
    • -0
    • +18
    ./packages/ecommerce/lib/share-bar.adp
    • -0
    • +14
    ./packages/ecommerce/lib/share-bar.tcl
fixing to not serve social networking icons by default, when connected via https

    • -5
    • +16
    ./packages/acs-subsite/lib/share-bar.adp
    • -0
    • +6
    ./packages/acs-subsite/lib/share-bar.tcl
adding packages/acs-subsite/lib/share-bar for share links example.

    • -0
    • +7
    ./packages/acs-subsite/lib/share-bar.adp
    • -0
    • +8
    ./packages/acs-subsite/lib/share-bar.tcl