• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
switch to using \\copy rather than copy since the backend typically

is not able to read the dat file because of permissions (or if it is

on a remote machine the file typically will not even exist).

bug #1033

  1. … 8 more files in changeset.
fixing typo in query apm_version_get.select_version_info

Fixed bug: hadn't removed all references to allowed_url_attributes_list

Fixing call to ad_sign by adding -- before parameters to protect against

values beginnign with -

Added a file for image library procs

    • -0
    • +36
    ./tcl/image-procs.tcl
Let AllowedAttributes, AllowedProtocol and AllowedTags to contain a * to make it easier to run an insecure site if you really don't care. Especially having to explicitly enumerate allowed tags can be a pain.

making sure proc apm_load_any_changed_libraries never reloads -init.tcl files. Those should only be source on server startup. Not sure how the -init.tcl files got on the reload list in the first place.

Added additional attributes to acs_user::get for /acs-admin/users/one.tcl

    • -2
    • +10
    ./tcl/community-core-procs-oracle.xql
    • -2
    • +10
    ./tcl/community-core-procs-postgresql.xql
create empty package directories on APM packages create

Make acs_privacy::set_user_read_private_data accept Tcl booleans

Don't print the illegal tag

removing obsolete catalog files

    • -12
    • +0
    ./catalog/acs-tcl.fi_FI.ISO-8859-15.xml
  1. … 2 more files in changeset.
Marking all procs with -public that are mentioned in /doc/db-api-detailed.html

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
    ./tcl/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
    ./tcl/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.
exporting messages from translation server

    • -1
    • +1
    ./catalog/acs-tcl.ast_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.da_DK.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.fr_FR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.gl_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.it_IT.ISO-8859-1.xml
    • -3
    • +3
    ./catalog/acs-tcl.nl_NL.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.no_NO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.pt_BR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.pt_PT.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-tcl.sv_SE.ISO-8859-1.xml
  1. … 385 more files in changeset.
re-adding non-ISO-8859-1 catalog files with utf-8 encoding

    • -0
    • +11
    ./catalog/acs-tcl.AR_EG.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.AR_LB.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.hu_HU.utf-8.xml
    • -0
    • +5
    ./catalog/acs-tcl.ja_JP.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.ko_KR.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.ms_my.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.pl_PL.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.ru_RU.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.sh_HR.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.tr_TR.utf-8.xml
    • -0
    • +11
    ./catalog/acs-tcl.zh_TW.utf-8.xml
  1. … 339 more files in changeset.
removing non-ISO-8859-1 catalog files. They will be re-added in utf-8 in a moment

    • -11
    • +0
    ./catalog/acs-tcl.AR_EG.ISO-8859-6.xml
    • -11
    • +0
    ./catalog/acs-tcl.AR_LB.ISO-8859-6.xml
    • -11
    • +0
    ./catalog/acs-tcl.pl_PL.ISO-8859-2.xml
    • -11
    • +0
    ./catalog/acs-tcl.ru_RU.windows-1251.xml
    • -11
    • +0
    ./catalog/acs-tcl.sh_HR.ISO-8859-5.xml
    • -11
    • +0
    ./catalog/acs-tcl.tr_TR.ISO-8859-9.xml
  1. … 299 more files in changeset.
twiddle braces for expr in rand routines