• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
While working on reducing divergencies between oracle and postgres codebase and testing changes I have found the following issues:

- fs::add_created_version.new_text_revision query was defined in postgres only

- version-delete and folder-delete were broken in case notification was enabled,

because this was issued after object was deleted and therefore all references

needed to build notification message were missing (and query failed looking up the object)

  1. … 3 more files in changeset.
Reduce divergency between oracle and postgres codebase and remove redundant statements

Dont even offer to delete the root folder as this is prevented anyway

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
improve query name

regenerated documentation

Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
remove conditions, which are always true

remove parens

Fix more typos

  1. … 83 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 9 more files in changeset.
add required ad_script_abort after ad_returnredirect

add required ad_script_abort after ad_returnredirect

Use "ad_try" instead of "with_catch"

  1. … 1 more file in changeset.
Fix typo

Reduce divergencies between oracle and postgres codebase by using api when available and avoiding unnecessary xql queries

Reduce divergencies between oracle and postgres codebase

Revert db_exec_plsql or Oracle will break, remove leftover xql files

  1. … 1 more file in changeset.
Reduce divergence between oracle and postgres

Uniform API when deleting folder, drill through some calling levels in stored procedure, use a simpler db_string instead of db_exec_plsql

  1. … 2 more files in changeset.
Fix boolean expressions in .adp file

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 81 more files in changeset.
Fix: folder "name" is in fact "label" property, remove obsolete xql, remove superfluous ad_return_template

Allow to modify folder description

Fix idiom to check for string being populated

Use full <if @foo_p@ true> instead of undocumented shortcut idiom <if @foo_p@>

  1. … 1 more file in changeset.
normalize expression in adp

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 251 more files in changeset.
Modernize script:

- use export_vars

- reduce redundancy

- remove misleading SQL statements

- brace SQL statements, when no substitutions are needed

pass required return url to included adp