• last updated 14 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
work on clobs for content attributes

fix for bug #2812

Use the new interface for instance_select_queries provided by xotcl-core 0.71

    • -3
    • +3
    /openacs-4/packages/xowiki/xowiki.info
    • -9
    • +9
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
    • -2
    • +5
    /openacs-4/packages/xowiki/www/admin/list.tcl
Produce better SQL queries for "instance_select_query". The new version allows to specify the base_table,

which is either cr_revisions (default) or the automatically generated view (such as e.g. xowiki_pagei).

This change allows to avoid joins of large tables, which might be in large installations slow

allthough all involved join conditions are indexed. The join with acs-objects is now as

well done only when needed (maybe we add an option for make this explicit later, when needed).

remove decoration for set-parameter

Adding a helper class to handle package parameter lookups efficiently and

to handle propagation from parameter-changed callback.

Provide interface for counter to load old statistics.

Overwork Malte's loading of the statistics from the logfile.

As link is not supported anymore, we need to call template::head::add_css

Fixed the blank master as headscript was not defined (called script) and the foreach did not work either. Not to mention the fact that the <list> tag is unknown to OpenACS templating

We need to use the default here, otherwise upgrades might become an issue

checkbox and radio widgets are checked not selected when active see: http://www.w3.org/TR/html4/interact/forms.html

Made sure we are using the right user-new template

Rename exec and replace with the proxy version if ns_proxy is installed

Made sure the content package has the new procedures as well

Missing upgrade scripts

Got rid of reliance on Java for Oracle. Removed unused old functions. Hopefully someone else can help with a fresh install test as well

Made sure we are 'only' running into a problem with throttle do eval. Need Gustafs help here

Added callback for parameter change

Get rid of the postgres warning "adding missing FROM-clause entry " on sequences

Make "db_nextval acs_object_id_seq" more than twice as fast (from 948 microseconds to 378 microseconds)

Added proxy procs. Need to think about renaming exec aso at a later stage

    • -0
    • +27
    /openacs-4/packages/acs-tcl/tcl/proxy-procs.tcl
Added some debugging code. Made sure we are not exceeding our response reason

Improve aa regression test results when XOTcl is loaded (add warn_p to doc API);

Provide default values from function args, when provided (it improves API documentation

and fixes a bug in e.g. acs_attribute__create_attribute(), which does not provide a default

value for 'storage' as documented, when NULL is provided;

Resolve cyclic dependencies for ::xo::db::Attribute;

Use column_name for attribute creation.

fix regression test in cases it fails

fix compatibility with new oacs-properties (HEAD, not HEADER_STUFF).

fix octal numbers messages with javascript from newer FF (month 09 is not valid)

move malte's initialization of counters to a place, where it is safe

close file that malte's initialzation did not close

deactivate initialization of counters for the time being, since it makes display very slow, some graphs are drawn as 3 mm thick lines

Fixing problem with missing widget

Update to documentation of the throttler class with a link to Thread management, as this was missing and caused me quite some search time

adding missing function args, fixing incorrect function args, including upgrade script

adding upgrade script

Fix incorrect function args

commit template::head and the needed modifications in the master templates to make it work to CVS HEAD

    • -0
    • +398
    /openacs-4/packages/acs-templating/tcl/head-procs.tcl
    • -73
    • +135
    /openacs-4/www/blank-master.tcl
    • -104
    • +70
    /openacs-4/www/site-master.tcl
Fix return_url, you can't redirect to view the session you just deleted!