• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added xml-rpc to dotlrn-prereq

fixed directory/newer bug

added oacs-dav to dotlrn-prereq module

Grant commit to Joel Aufrecht on CVSROOT

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
    /openacs-4/packages/wp-slim/www/users.adp
    • -11
    • +2
    /openacs-4/packages/wp-slim/www/users.tcl
    • -1
    • +1
    /openacs-4/packages/wp-slim/www/users.xql
Replaced calendar_have_private_p with calendar::have_private_p

change checking of validity of term dates

Added doc string

Added exists command to template::multirow

added procs for easy use in listbuilder

    • -0
    • +898
    /openacs-4/packages/categories/tcl/category-list-procs.tcl
Added Oracle version of some query that which, for some reason didn't

have an oracle version.

    • -0
    • +29
    /openacs-4/packages/lars-blogger/lib/last-n-comments-oracle.xql
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

    • -0
    • +32
    /openacs-4/packages/acs-core-docs/www/analog-setup.html
    • -0
    • +3
    /openacs-4/packages/acs-core-docs/www/automated-backup.html
    • -0
    • +30
    /openacs-4/packages/acs-core-docs/www/backups-with-cvs.html
    • -0
    • +146
    /openacs-4/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

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

- 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