• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
replace low-level cr_fs_path by higher level interface content::revision::get_cr_file_path

  1. … 8 more files in changeset.
remove spurious parens

    • -2
    • +2
    ./sql/oracle/search-packages-create.sql
    • -1
    • +1
    ./sql/oracle/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
improve spelling

Handle potential race condition in search observer queue maintenance

In some cases, when e.g. objects are quicky deleted after updates, the

object might be already be deleted when being tried to trigger a

DELETE operation in the search queue. as a consequence, one can sometimes

observer errors like the one below. The new code double-checks now,

if the object for the DELETE operation still exists.

ERROR: insert or update on table "search_observer_queue" violates foreign key constraint "search_observer_queue_object_id_fk"

: DETAIL: Key (object_id)=(497509146) is not present in table "acs_objects".

: CONTEXT: SQL statement "insert into search_observer_queue (

    • -1
    • +16
    ./sql/oracle/search-packages-create.sql
    • -0
    • +50
    ./sql/oracle/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
file upgrade-5.10.0d3-5.10.0d4.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./sql/oracle/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
whitespace changes: break overlong lines

whitespace changes

white space changes: break overlong lines

mark private functions as private

  1. … 9 more files in changeset.
avoid setting of unneeded function, reduce access to nsvs

provide a flushing interface to apm_package_id cache to avoid the need to call the uncached code directly

  1. … 1 more file in changeset.
Reinstate proc as private, remove dependency to such proc in external package

  1. … 1 more file in changeset.
prefer ns_dbquotevalue over db_quote, mark latter as deprecated

  1. … 3 more files in changeset.
Whitespace cleanup

As the doc says, use the uncached version to retrieve the package instance

improve spelling: move closer to the linux documentation recommendations

  1. … 9 more files in changeset.
Use portable sql idioms

Delete NOOP tcl file

Add ad_include_contract

add include contract

Downgrade as a warning the case when pdfs fail to be converted to text because of password protection

Bump version number

Export message key from the UI to normalize sorting, format and quoting and avoid diffs when creating new keys from UI

  1. … 3 more files in changeset.
Replace ad_decode idiom

  1. … 4 more files in changeset.
Bring files on oacs-5-10 in sync with HEAD

  1. … 162 more files in changeset.
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 33 more files in changeset.
bump version number to 5.10.0d2 and update dependencies

no need to call private function

Fix typos

Whitespace changes + editor hints

  1. … 1 more file in changeset.