• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added

    • -0
    • +17
    ./packages/calendar/www/views.xql
Put fs::new_root_folder tcl procedure back in. It has new optional parameters

but should behave the same as the original procedure.

Moved all remaining procs into the calendar namespace

    • -29
    • +4
    ./packages/calendar/tcl/calendar-procs.tcl
Added compatibility procs

    • -0
    • +50
    ./packages/calendar/tcl/calendar-compatibility-procs.tcl
added package maturity flag

Typo fix

updated package version numbers in core from 5.0.0 to 5.1.0d1

  1. … 10 more files in changeset.
fixed directory/newer bug

We still want security_inherit_p to default to 't', otherwise bcms::folder::create_folder breaks, because null is not a valid boolean value. This is also consistent with what the comments in the function says (default true)

fix bug 1131

    • -1
    • +1
    ./packages/wp-slim/www/index-unregistered.adp
Replaced calendar_have_private_p with calendar::have_private_p

change checking of validity of term dates

    • -4
    • +4
    ./packages/dotlrn/www/admin/term-edit.tcl
    • -4
    • +4
    ./packages/dotlrn/www/admin/term-new.tcl
Added doc string

    • -2
    • +4
    ./packages/acs-templating/tcl/query-procs.tcl
Added exists command to template::multirow

    • -3
    • +8
    ./packages/acs-templating/tcl/query-procs.tcl
added procs for easy use in listbuilder

    • -11
    • +43
    ./packages/categories/tcl/categories-procs.tcl
    • -7
    • +9
    ./packages/categories/tcl/categories-procs.xql
    • -0
    • +898
    ./packages/categories/tcl/category-list-procs.tcl
Added Oracle version of some query that which, for some reason didn't

have an oracle version.

Fixed , typo and simple optimization per Jeff's proposal

Added package awareness.

a few typo fixes

added lots of pictures to the admin guide; rearranged production and maintenance chapters and files

    • -1
    • +1
    ./packages/acs-core-docs/www/acs-admin.html
    • -1
    • +1
    ./packages/acs-core-docs/www/acs-plat-dev.html
    • -0
    • +32
    ./packages/acs-core-docs/www/analog-setup.html
    • -5
    • +5
    ./packages/acs-core-docs/www/aolserver.html
    • -33
    • +29
    ./packages/acs-core-docs/www/aolserver4.html
    • -2
    • +2
    ./packages/acs-core-docs/www/apm-design.html
    • -0
    • +3
    ./packages/acs-core-docs/www/automated-backup.html
    • -0
    • +30
    ./packages/acs-core-docs/www/backups-with-cvs.html
    • -0
    • +146
    ./packages/acs-core-docs/www/ch10s06.html
  1. … 132 more files in changeset.
Added package awareness to the mass subscribe.

Fix for bug where tree_sortkey would start from zero for each parent that wasn't a cr_item (since parent_id's foreign key constraint is on acs_objects, not cr_items). Now all non-cr_item-parent-ids are treated as one big pool of 'null' parent_id's, allowing you to create as many logical roots as you darn well please. I would appreciate review from the OCT on this patch (and am going to solicit one by email).

Wrapping if's in curly braces

checking for validity of term dates

    • -1
    • +5
    ./packages/dotlrn/www/admin/term-edit.tcl
    • -1
    • +5
    ./packages/dotlrn/www/admin/term-new.tcl
Fix for bug introduced by Don's 1.45 on_validation_error patch: Now we would enter the on/after_submit-new/edit_data blocks, even if the form was refreshing.

PG 7.3 doesn't support 'current_timestamp' as a literal any more (it still

is defined as a variable, of course). Also define_function_args assumes

NULL as the default value if none is specified, 'null' <> NULL ...

Should've been more thorough. Turns out every single test case was registered with backslash-space on the first line, causing an error

Fixed bug with default values for creating folders; default values in define_function_args are literal strings, not expressions, so security_inherit_p;null is treated as the literal string 'null', and so is creation_date;current_timestamp treated as the literal string 'current_timestamp', which is not a valid timestamp format. There are probably other similar bugs introduced, we just fixed the ones that were blocking us. Emailing OCT about this.

Fixed broken case: space after backslash

Fixed @returns -> @return

    • -15
    • +15
    ./contrib/packages/bcms/tcl/bcms-item-procs.tcl
    • -5
    • +5
    ./contrib/packages/bcms/tcl/bcms-procs.tcl