• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
make query variable and form variable interface more consistent

make query and form interface more uniform

provide default values for method property

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

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

handle strange input fields with empty names from Safari 3.*

I think I removed a bit too much, such as stuff related to optional ajax

usage or something like that, so I put it back.

    • -1
    • +14
    /openacs-4/packages/forums/www/message-view.tcl
Got rid of Victor's terribly broken button stuff, and got simple open/close

message to work. However it only affects the one message, I thought it's

supposed to open/close subtrees ...

    • -5
    • +0
    /openacs-4/packages/forums/www/message-view.adp
    • -29
    • +2
    /openacs-4/packages/forums/www/message-view.tcl
updating catalog files

make exported code slightly smaller

    • -4
    • +10
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Got overeager with my version bumping ...

Ooops, got a bit over agressive with my version bumping

Fix apm_package_instance_delete in Oracle to delete content_folders of the package.

Now PostgreSQL and Oracle behave the same way, before the content_folders were only deleted in the PostgreSQL version.

some minor oracle fixes

Bumped version number to 2.4.0d1

ANOTHER missing message key! (sigh) Available_Messages ...

make page_order available for Oracle and postgres installations without ltree

bump version numbers for upgrade script

    • -4
    • +4
    /openacs-4/packages/xowiki/xowiki.info
    • -2
    • +2
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -16
    • +7
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
    • -13
    • +4
    /openacs-4/packages/xowiki/www/admin/list.tcl
fix typo

HTML Strict cleanup

Making switch's optional and adding object_id as a positional parameter.

This was causing problems when executing alias GetURL for contracts one_assigment_notif_type

and one_evaluation_notif_type. Thanks to Byron Linares for the patch (bhlr@galileo.edu)

Changed message key to match the title of the administration page for dotlrn communities

HTML Strict cleanup. Replaced stylesheet decs by calls to template::head, relative paths in include src attribute by absolute ones.

  1. … 9 more files in changeset.
HTML Strict cleanup. Replaced stylesheet decs by calls to template::head, relative paths in include src attribute by absolute ones. And changed message key that were pointing to evaluation-portlet...

simplify fetching of form-constraints

    • -9
    • +14
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
Enabled modification of the config.tcl according to user and database given by the user on the install

    • -10
    • +15
    /installers/debian/dotlrn/patches/config.dpatch
HTML Strict cleanup. Replaced stylesheet declaration by calls to template::head::add_css, relative paths in include src attributes by absolute ones.

HTML Strict cleanup. Replaced stylesheet declaration by calls to template::head::add_css

added s to info commands because info command is not valid and it was giving write and read permissions to all registerd users (-2) when editing a room

    • -1
    • +1
    /openacs-4/packages/chat/www/room-edit.tcl
HTML Strict cleanup

changing all_tables to user_tables, the same for _indexes and _views, so table creation works in a per user basis, before was for all the oracle database