• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
- Required 'create' priv to set create_p

- Check create_p before showing '+' sign link to post new

updated aolserver4 to use version-specific path; some other notes on

compiling modules

breaking generation of xml test report out into a proc. Generating xml report after each run of a series of tests (proc aa_runseries)

DS toolbar using id atttribute instead of class

Worked on config page, making it (hopefully) somewhat more useful, as well

as simplifying the code somewhat. Soon it can become a template rather

than HTML-from-Tcl.

    • -48
    • +58
    ./contrib/packages/portal/tcl/portal-procs.tcl
    • -3
    • +17
    ./contrib/packages/portal/www/place-element.adp
    • -3
    • +1
    ./contrib/packages/portal/www/place-element.tcl