• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #988: Error while accessing news items

Adding a note that db_dml deals with blobs.

fixing variable name typo

Fix bug #580 - site_nodes::closest_ancestor_package

- test for site_node::closest_ancestor_package

    • -0
    • +74
    ./test/site-nodes-test-procs.tcl
- make the memoized procs private

removing ns_log LARS: debug printouts. Retaining those in the APM dependency check on debug level

  1. … 3 more files in changeset.
Added permission::write_permission_p and permission::require_write_permission, which tests if the user has write, or create and is the creation_user

    • -122
    • +167
    ./acs-permissions-procs.tcl
Added acs_object::get and acs_object::get_element

Logout goes to nearest subsite, which will then determine where to redirect next

- Added apm_highest_version_name proc

- Added package pretty name to apm_version_get

Indenting of documentation

cleanup and renaming of import/export procs in lang::catalog namespace. Now there are really only two public procs to know about: lang::catalog::import and lang::catalog::export. Updating all invocations of the procs and test cases. Adding proc lang::message::unregister for deleting message keys - used in test case teardown.

  1. … 10 more files in changeset.
twiddle braces for expr in rand routines

- documented difference between -edit_request and -select_query. Fix bug #746

Make db_boolean public

Lars fixed acs_user::flush_cache invocation from membership_rel::change_state. We were flushing using the wrong user_id. Also, now we only flush if the membership_rel of a user (as opposed to some other party) is changed.

- Fixed problem with watching, so we can watch any tcl/xql file.

- Output message if we're trying to watch a file that we can't reload, so you'll at least know that the watch didn't occur.

- apm_guess_file_type had changed, causing watching to break - not using it now

Moved the cache flushing into the membership-change proc, so we also flush the acs_user cache if we happento change the state through the other route.

changing apm_package_install proc to not source acs-tcl libraries since they are already sourced on server startup

Added util::subst_safe to fix bug #899

correction of 9i porting. The call to plsql proc deleted was replaced by del. However, deleted is different from delete. Changing back to deleted so that the acs rel is not deleted but state is changed to deleted (is this confusing or what...).

fixing bug I introduced: making sure ctl_file files are sources last (after datamodel has been created)

typo fix in full install proc - removing .

drop the test table at end

test cases for db_transaction bug #733

fixing problem that I introduced earlier with ctl files not being loaded when package is installed from install.xml file and the the proc apm_packages_full_install. The problem was that no data model files were provided and the proc apm_data_model_scripts_find was used to provide the default. However, that proc would not return ctl files. I therefore changed it to do so and removed the proc apm_ctl_files_find that we no longer need

  1. … 2 more files in changeset.
reverted to 1.14 patch deferred until further decision is made, see bug 891

add additional checking before using the default value, see bug 891

Log errorInfo when installation fails