• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make db functions more robust to invalid input (e.g. uppercase table names in acs_object_types, spacing in stored procedures)

    • -12
    • +10
    ./packages/xotcl-core/tcl/05-db-procs.tcl
Moved css and js and a couple of templates over from 5.4, getting rid of

the notoriously broken expand/collapse thread buttons. This commit is a work

in progress, need to test and perhaps fix ...

    • -1
    • +53
    ./packages/forums/www/resources/forums.js
update instance attribute cache

    • -2
    • +3
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
improve class drawing, include forwarders

    • -10
    • +23
    ./packages/xotcl-core/www/show-class-graph.tcl
    • -2
    • +7
    ./packages/xotcl-core/www/show-object.tcl
improved form-fields:

* extended set of attributes for all form-fields (disabled, form-widget-CSSclass answer}

* handling of abstract form-fields

passing options to Package->class

::xowiki::FormPage:

* handling of disabled form fields

* hook for post-processign edit forms: post_process_edit_fields

    • -15
    • +25
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -4
    • +4
    ./packages/xowiki/tcl/package-procs.tcl
    • -8
    • +22
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -8
    • +20
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
Bumped info files, which I forgot to do before putting up the beta tarball.

    • -8
    • +8
    ./packages/acs-subsite/acs-subsite.info
  1. … 7 more files in changeset.
Bumped version numbers for the upcoming .lrn release

    • -4
    • +4
    ./packages/chat-portlet/chat-portlet.info
    • -4
    • +4
    ./packages/dotlrn-chat/dotlrn-chat.info
  1. … 30 more files in changeset.
file upgrade-5.4.1d2-5.4.1d3.sql was initially added on branch oacs-5-4.

Add foreign key constraint on user_preferences.locale to force referencial integrity. This column is now added by acs-lang at creation time, to create the constraint at the same moment.

    • -1
    • +11
    ./packages/acs-lang/sql/oracle/ad-locales.sql
    • -3
    • +6
    ./packages/acs-lang/www/change-locale.tcl
    • -18
    • +0
    ./packages/acs-lang/www/locale-set.tcl
normalize some more expressions

    • -2
    • +2
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
    • -4
    • +4
    ./packages/acs-tcl/tcl/util-diff-procs.tcl
    • -1
    • +1
    ./packages/acs-tcl/tcl/utilities-procs.tcl
normalize some more expressions

    • -2
    • +2
    ./packages/acs-tcl/tcl/apm-install-procs.tcl
normalize some more string expressions

    • -2
    • +2
    ./packages/acs-subsite/www/group-master.tcl
normalize some more string expressions

    • -2
    • +2
    ./packages/acs-subsite/www/group-master.tcl
updateing yui version

    • -3
    • +3
    ./packages/xowiki/tcl/includelet-procs.tcl
The print.css link shouldn't be "alternative" but just plain style, since

it's enabled only for the "print" media type and we don't want theme zen's

or any other js to accidently select it ...

    • -2
    • +2
    ./packages/forums/www/message-view.tcl
deactivate background_delivery for connections via nsopenssl

deactivate background_delivery for connections via nsopenssl

Zen print view fixes

    • -2
    • +2
    ./packages/theme-zen/lib/lrn-master.tcl
beautify graph: show only documented methods, show siblings

    • -14
    • +17
    ./packages/xotcl-core/www/show-class-graph.tcl
    • -1
    • +8
    ./packages/xotcl-core/www/show-object.tcl
add experimental class drawer

    • -0
    • +121
    ./packages/xotcl-core/www/show-class-graph.tcl
draw class hierarchy

    • -0
    • +3
    ./packages/xotcl-core/www/show-object.adp
    • -0
    • +1
    ./packages/xotcl-core/www/show-object.tcl
Cleaned up forums.js. As discussed in e-mail, changed generic function names

such as "toggle()" to "forums_toggle()" to reduce the odds of future name

clashes causing as much confusion and embarrassment as the recent ones in zen

and forums did. Made formatting consistent. Got rid of template::head calls

to load unused javascript which just made the code more confusing.

Behavior matches .LRN 2.2 behavior, the arrow on a message collapses or

expands that message only, not its subtree. Subtree would probably be better

(and I swear it did, once upon a time) but that will have to wait for the

future if people want it.

    • -14
    • +1
    ./packages/forums/www/message-view.tcl
    • -43
    • +44
    ./packages/forums/www/resources/forums.js
Roll back my previous commit that put the last dequeue call into a default block of the switch. Objects that have insert/update and delete operations in the same run would never be dequeued otherwise.

    • -4
    • +7
    ./packages/search/tcl/search-procs.tcl
file upgrade-5.4.1d1-5.4.1d2.sql was initially added on branch oacs-5-4.

Fixed for en_CA and fr_CA locale definitions

    • -3
    • +3
    ./packages/acs-lang/sql/oracle/ad-locales.sql
make query variable and form variable interface more consistent

    • -4
    • +7
    ./packages/xotcl-core/tcl/context-procs.tcl
make query and form interface more uniform

    • -5
    • +7
    ./packages/xotcl-core/tcl/context-procs.tcl
provide default values for method property

    • -4
    • +4
    ./packages/xowiki/tcl/xowiki-procs.tcl
fix unboud varibable, intorduced in last refactoring

    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-procs.tcl
handle strange input fields with empty names from Safari 3.*

    • -1
    • +4
    ./packages/xotcl-core/tcl/context-procs.tcl