• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed a bug with the new version of create_type, found as I was porting to

Oracle (there *is* a use for Oracle, I'll be damned!).

1st draft qf_choices, untested

- Don't require ad_returnfile_background to be a proc

Removed unneeded queries

make description field dates between edit and view more consistent and readable.

Fixed bug in regard to types that require a "to_sql" option to work

correctly. Removed Daveb's kludge to look for to_timestamp() directly.

Fixed bugs in the test code, which was confusing the issue.

Had to add the bleeping time_of_day acs datatype to the templating code.

Believe it or not, "create_type" has never, ever checked to see if the

given supertype is a valid type. The code now verifies that the given

supertype is a child of "acs_object", except when supertype is passed in

as NULL or '' (in which case it's set to acs_object). Only did it for

PostgreSQL since it's been around forever and whatever Oracle users don't

know, won't hurt them.

Typo on proc docu.

- improve the exerimental support of ckedit to allow some more configurations

Foreach assignees was iterating on the names of the array instead of on the values

- allow workflow instances to be included in weblog listings

    • -1
    • +3
    /openacs-4/packages/xowiki/tcl/weblog-procs.tcl
- handle potential enconding problems in update_query

Bumped kernel to 5.7.0d4. Modified acs-object-management package to reflect

the fact that attribute and type stuff was moved to acs-kernel.

- fix sloppy pseudo-comments to silence automated testing

    • -2
    • +2
    /openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl
    • -2
    • +2
    /openacs-4/packages/imsld/tcl/imsld-procs.tcl
- keep non-persistent variables after caching

First cut at Oracle upgrade for enhanced acs_datatypes and create_type,

create_attributes functionality that's already been completed for PG.

DO NOT ATTEMPT TO USE, IT'S NOT FINISHED.

Moved table building and column adding code from content repository to

kernel, so all objects can benefit. Part of the acs object management package

work.

1st draft qf_choce, untested

Added doc section to the richtext to_sql proc.

fixing typos, progress on general bulk inputs, untested

Add require_login to admin filter. This was exposed as an issue when someone accidentally granted admin to the public. No administrator action ever needs to be performed when not logged in.

- provide method qn on nx::Object as well

Adding messing extention to image src url.

Merge TinyMCE 3.3.9.3

  1. … 725 more files in changeset.
Fix remember me checkbox. Conditionally set login cookie discard_p setting based on value of the remember me checkbox when creating or renewing the login cookie.

- moved test to regression tests, extended tests

    • -2
    • +52
    /openacs-4/packages/xowiki/www/admin/test.tcl
- make sure, that resolve_package_path returns always 2nd argument set

- avoid warning messages when not necessary

    • -2
    • +6
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
- generalize code

Fixed nagging problem with bogus package key being passed to add-applications-2.