daveb in OpenACS

Add additional where clause to prevent cartersian product of forms and attributes when selecting attribute parameters for a form

Accessibility improvements, link titles

Noquote the return URL since it is not displayed to the browser and its quoted in the form under display mode, causing a double quoting.

Fixed to handler cookies from previous version correctly. Add back in inf max_age for session cookie when Remember Me is checked so it passes the expiration test.

Put the strict check in the wrong place.

use -strict when checking for integer as empty string returns true without it

Fix so if the session renew time is NOT included in the cookie (ie: cookies created before this fix) will be renewed

Include last session renew time in ad_session_id cookie so we can compare expiration independent of validity

Don't discard session cookie if its expired, go to login handler.

Added fix to make session_id cookie persistent if you checked remember me

Add require_login to admin filter. This was exposed as an issue when someone accidentally granted admin to the public. No administrator action ever needs to be performed when not logged in.

Merge TinyMCE 3.3.9.3

  1. … 725 more files in changeset.
Fix remember me checkbox. Conditionally set login cookie discard_p setting based on value of the remember me checkbox when creating or renewing the login cookie.

Fix passing HTML in url variable and use util_user_message instead

Fix unterminated XML tags for required

Add test with many datatypes

Add bind var support. Note incomplete hack to handle to_timestamp. Since when we construct the query we don't have access to the attribute/form datatypes. Also return new object_id in new_from_form procedure.

Fix count query to also honor the extra_args

Use passed in content type, default to image

Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

Fix test which in one part assumed live revision and the rest of the test looked for latest revision. Second pass, all tests pass now.

Fix test which in one part assumed live revision and the rest of the test looked for latest revision.

Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

Make content::item::new is live parameter default to f instead of empty string to match content::revision::new

Replace single quote in tcl string with double quotes

Fix single quotes around string in procedure call

Add missing query for question choices stored in CR filesystem

Fix misnamed and misordered variables in creating body script multirow.

Don't kill the whole search page if a datasource or other proc fails on one item. Log info on the error.

    • -22
    • +27
    /openacs-4/packages/search/www/search.tcl
Make sure you always cascade when dropping the views or it will fail.