• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix required checking for dropdowns merged from 4.6

    • -133
    • +101
    /openacs-4/packages/survey/www/process-response.tcl
fix required for checkbox and radio also

add code to properly check required questions for dropdowns

fix extra comma

merge from oacs-4-6

adds commentability to files, adds GeneralCommentsP flag (default 0), bump version number to create flag. Patch from Caroline Meeks

change from exec /bin/file to exec file, bug 26

merge from oacs-4-6

remove ip_address from column list

donb ad_schedule_proc using ns_schedule_daily/weekly, util_text_to_url from oacs-4-6 branch

new funtion util_text_to_url bug 6/patch 3 Tilmann Singer

lookups should be drawn from all packages, not only the package of the catalog file. Got burned on the fact that xargs invokes egrep multiple times making my or construction fail.

use where exists rather than select distinct since it can be 10-50x faster for this query

I18N: moving Rename Page string into message catalog

sync info files with package data and correct provides identifiers

    • -0
    • +1
    /openacs-4/packages/acs-tcl/acs-tcl.info
  1. … 22 more files in changeset.
file plpgsql-utility-procs-postgresql.xql was initially added on branch oacs-4-6.

remove missing files from .info, misnamed plpgsql-utility-procs-postgres.xql should have been plpgsql-utility-procs-postgresql.xql

removing large commented out pieces of code from home.tcl, I18N: moving the default texts for screen name and portrait title into the message catalog. As a result, nvl / coalesce was no longer needed and I could remove the home-oracle.xql file

removing file www/permissions/revoke-2-oracle.xql from info file as the file doesn't exist anymore

removing file www/users/modify-admin-privileges-oracle.xql from info file as file doesn't exist

removing file www/permissions/revoke-2-oracle.xql from info file as the file doesn't exist anymore

remove body and notes from page contract and use form validation for them

    • -11
    • +14
    /openacs-4/packages/notes/www/add-edit.tcl
Fixed SDM bug #1904, missing "as" in a query

Extended ad_schedule_proc to allow use of ns_schedule_weekly and

ns_schedule_daily rather than just ns_schedule_proc.

use the faster acs_permissions_all view on postgresql

templated, made to browse tree, and quote plaintext to avoid cross site scripting security holes

file index.adp was initially added on branch oacs-4-6.

file one.adp was initially added on branch oacs-4-6.

add search code

Fixed the text entry box showing the tail end of the HTML tags on the page. Added closing tag.