• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file intermedia-driver-create.sql was initially added on branch oacs-5-4.

- some cleanup after yesterdays renaming for form-fields

- allow categories includelet to obtain data from an ordered composite

    • -5
    • +5
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -18
    • +62
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -4
    • +16
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -1
    • +2
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
- rename flag "as_order_composite" of ::xo::db::Class->instantiate_objects to "as_ordered_composite"

- add delete method (opposite of existing "add") to ordered composite

    • -4
    • +4
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -3
    • +3
    ./packages/xotcl-core/tcl/06-param-procs.tcl
- rename flag "as_order_composite" of ::xo::db::Class->instantiate_objects to "as_ordered_composite"

- add delete method (opposite of existing "add") to ordered composite

    • -4
    • +4
    ./packages/xotcl-core/tcl/05-db-procs.tcl
    • -1
    • +1
    ./packages/xotcl-core/tcl/06-param-procs.tcl
added function util::random_list_element which returns a random element from the given list

    • -0
    • +10
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Adapt to namespace change to ::xowiki::formfield

Change namespace for form-fields from class (::xowiki::FormField) to

ordinary Tcl namespace (::xowiki::formfield) to make it easier to

create formfield classes in other packages. This allows the file

xowiki/tcl/form-field-procs.tcl to be reloaded without swiping the

namespace.

    • -142
    • +142
    ./packages/xowiki/tcl/form-field-procs.tcl
    • -2
    • +3
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -2
    • +2
    ./packages/xowiki/tcl/xowiki-form-procs.tcl
    • -3
    • +3
    ./packages/xowiki/tcl/xowiki-procs.tcl
    • -9
    • +9
    ./packages/xowiki/tcl/xowiki-www-procs.tcl
handle invisible tables in table_exists correctly

    • -7
    • +12
    ./packages/xotcl-core/tcl/05-db-procs.tcl
handle invisible tables in table_exists correctly.

    • -7
    • +12
    ./packages/xotcl-core/tcl/05-db-procs.tcl
generalized temp table support

    • -2
    • +37
    ./packages/xotcl-core/tcl/05-db-procs.tcl
use tmp_table support for activity graph

    • -25
    • +17
    ./packages/xowiki/tcl/includelet-procs.tcl
bump version number for being able to depend on tmp-table support functions

simple framework support for temporary tables

    • -2
    • +37
    ./packages/xotcl-core/tcl/05-db-procs.tcl
Made naming constraints follow our standard so PG core AA tests won't bitch

Bumped version numbers to 5.4.2b1

    • -8
    • +8
    ./packages/acs-subsite/acs-subsite.info
  1. … 7 more files in changeset.
Added referer arg to return to caller after enabling/disabling a faq

    • -1
    • +6
    ./packages/faq/www/admin/faq-disable.tcl
    • -1
    • +6
    ./packages/faq/www/admin/faq-enable.tcl
HTML Strict cleanup

HTML Strict cleanup

HTML Strict cleanup

    • -3
    • +3
    ./packages/faq-portlet/www/faq-portlet.tcl
Remove the multiple include since it would repeat the headers of the table generating by listtemplate, with the same headers IDs which is not valid html strict. Moreover it makes no point to repeat the header for each class

    • -10
    • +0
    ./packages/lorsm-portlet/www/lorsm-portlet.adp
Fix layout of the forums list (br were missing in case of readinginfo is true)

Change ns_log mode to debug

    • -2
    • +2
    ./packages/xotcl-core/tcl/06-param-procs.tcl
Fix path of the upgrade script to source

Fix to store and retrieve the syllabus for whatever language used by the user

added temporary db flushing option (to fix later)

    • -0
    • +1
    ./packages/ecommerce/www/admin/index.adp
    • -1
    • +6
    ./packages/ecommerce/www/admin/index.tcl
fixing key clash

allow image column (but ignore) so the same file can be used for image upload

small bug fixes

fix escaping of block markers; prevent double escaping in book-mode

    • -2
    • +2
    ./packages/xowiki/tcl/includelet-procs.tcl
    • -7
    • +7
    ./packages/xowiki/tcl/xowiki-procs.tcl
Moved these from HEAD to oacs-5-4