• last updated 52 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file page-procs.tcl was initially added on branch oacs-5-1.

Fix code the gets form element values to use get_value or get_values as

appropriate.

Add code to generate dtype definiton and forms automagically from a database

table.

file add.adp was initially added on branch oacs-5-1.

file add.tcl was initially added on branch oacs-5-1.

added clarifications and new product category mapping option to bulk upload options, adjusted html to be more consistent.

updating or adding new query files

file categories-upload-2-oracle.xql was initially added on branch oacs-5-1.

adding bulk load categories using category tables indexing for bulk uploading category maps for complex category structures.

file categories-upload-by-id-2-oracle.xql was initially added on branch oacs-5-1.

file categories-upload-by-id.tcl was initially added on branch oacs-5-1.

file categories-upload-by-id-2.xql was initially added on branch oacs-5-1.

file categories-upload-by-id-2.tcl was initially added on branch oacs-5-1.

file categories-upload-by-id-2-postgresql.xql was initially added on branch oacs-5-1.

fix

removed previously escaped quotes, clarified other statements

added technical info about how images are handled

Add dynamic-types to 5.1 so I can work on a 5.1 compatible version seperate from 5.2 version on HEAD

  1. … 12 more files in changeset.
making more changes in layout, messages and verifying some permissions

  1. … 3 more files in changeset.
Update installation of daemontools. Description expanded for Fedora

Core 3. Broken link fixed.

Tuning the clubs queries, and adding database specific versions in the process.

file clubs-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    /openacs-4/packages/dotlrn/www/admin/clubs-postgresql.xql
comment out db_qd_log calls as almost noone will use these anymore and some added appreciable overhead. warn when a proc does not yield a statement name with advice about why, fix the bootstrap version of acs_kernel_id to cache

Don't call site_nodes_sync from apm_package_rename. site_nodes_sync rebuilds the entire site_nodes cache, which takes large sites, such as .LRN sites with tens of thousands of site nodes, completely offline for several minutes. Instead, update the cache for the specific node(s) at which the package is mounted.

changin names, adding messages

changed to course-details

I neglected to change the prompt context to match the adjustments made a few minutes ago

making fix here in addition to the xml, in case the html is not regenerated before the 5.1.5 release

Fixed bug #2136. Send just 1 notification. All messages internationalized. Fixed processing of 'username'. tcl is now consistent with adp: only 'first_names,last_name,email' are required.

creating database should be from user: postgres, not servicename to be consistent with rest of the docs

populate the categories translation cache directly when adding a category rather than forcing a second db query. don't sort when loading locales to array (since ordering not relevant when you array get two lines later). add divs and class names to category select widget so it's possible to style them with css