• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Return an error if dependency is missing.

This happens if the (info file of the) required package is not present.

This solution is a bit dirty, but better than throwing the tcl error

"no such variable: spec_file"

Add another constraint name variant as it existed in our production system

Fix constraint name

Provide more infrastructure support for host-node-maps for more flexible domain handling

- add optional -cookie_domain parameter to the following functions

ad_user_login

ad_user_logout

sec_generate_session_id_cookie

auth::issue_login (wrapper for ad_user_login)

if not specified, the functions are full backward compatible

- add optional parameter -host_node_id to auth::authenticate

which refers to the node_id in the host-node-map

- pass host_node_id from from/to register pages

TODO:

1) probably, sec_generate_session_id_cookie picks up the wrong

session_id via [ad_conn session_id]

2) check interaction with CookieDomain (probably, we need

must not pass host_node_id wheren CookieDomain is non-empty)

Update construct to reload a page, as previous one was not working properly at least on Chrome and Explorer

- add optional parameter host_node_id (for future use)

- Reflow overlong lines

- fix bug for obtaining logout_url on host-node mapped subsites

- factor out security::get_register_subsite to streamline behavior of ad_get_login_url and ad_get_logout_url

Improve UI for Hostnode map so it is feasible on sites with many nodes to show navigate the site structure

Modernize code (use ad_include_contract instead of manual checks)

Flush cache sntries, when host-node-map is updated

Fix typo

Check if we have already a folder with same name before inserting, or we get error in the logs.

Remove small duplication

prevent bots to generate errors with old buggy urls from their indices

never offer items with publish-status "production"; should be probably parameterized in the future

Fix typos

Fix typos

Fix typos

  1. … 8 more files in changeset.
Fix typos

security::driver: consider additionally nsssl_v4 nsssl_v6 as possible names

Don't report pretty link in export comments for items without a package_id, or export will come out corrupted.

(This is the case for global template objects as en:folder.form)

    • -2
    • +3
    /openacs-4/packages/xowiki/tcl/import-procs.tcl
Make sure that driver dict d is set in host-node-mapped cases (many thanks to stefan sobernig for pointin that out)

Remove sql duplication, converge oracle and postgres codebase

Prevent user from selecting source folder as destination folder when moving files. Localize feedback messages (thanks to Markus Moser for the germen translation)

- Refactor ad_get_login_url reduce replicated code and to make semantics clearer

- ad_get_login_url handles now as well cases, where a subsite is mapped to an application package on a subsite

- fix a bug in util_current_location in connection with hostnode map

    • -127
    • +144
    /openacs-4/packages/acs-tcl/tcl/security-procs.tcl
Fix typo in comment

provide default for email_verified_p

- Don't name valdation black and formal argument the same

make sure, the message key in the comment is shown correctly in API browser

- handle fetch via revision_id over perpared statement

- repated formfields: set repeat formfield empty if nothing is returned from form (man thanks to Thomas Renner for the patch)

    • -0
    • +11
    /openacs-4/packages/xowiki/tcl/repeat-procs.tcl