• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add ad_page_contract (fixes automated tests)

Note that this include might be obsolete

Use cached api

Add ad_include_contract (fixes automated tests)

Add ad_page_contract to pages (fixes automated tests)

Add ad_include_contract (fixes automated test)

Relax cleanup of parenthesis: remove them only when they don't match, like it used to be in older versions of the code

Fixes automated tests (that were refreshed to latest syntax and labelled with the proc they are testing)

Update test case for lang::util::default_locale_from_lang

Trim padding from column to be sure

Redefine ad_locales.language table column as varchar to avoid Oracle idiosyncrasies when comparing a char(n) with other string datatypes when using bind variables (following insightful LARS's remark)

char(n) in Oracle are automatically padded to be n characters long. Apparently, comparing char(n) -> char(n) is "blanks insensitive", while comparing char(n) -> varchar2(n) will account for such automatically inserted blanks. When using bind variables, one should carefully specify the type to use to avoid surprises with char(n) (for this we should touch the oracle driver), normalize the value via trim/pad all the time or replace every char(n) datatype with varchar2. ...are there other places where this is happening?

file upgrade-5.10.0d2-5.10.0d3.sql was initially added on branch oacs-5-10.

fix for issue #3380

Respect production_mode in cases, where pages are created via www-create-new

and a name is provided via query parameter.

Fix message key + bump version number

Rewrite the query to leverage transparent variable quoting, replace count with quicker existance check, bring sql inline

Add remarks about "correct" usage of ad_decode in proc doc

Replace ad_decode idioms, improve legibility

Replace ad_decode idioms

Replace ad_decode idiom

Replace ad_decode idioms

Replace ad_decode idioms

Bring back to life edit-history page:

- fix oracle-only limit idiom

- link the page to the UI (again?). Will be in acs-lang/admin

- provide message key for the UI

Replace ad_decode idioms

Whitespace cleanup

Prefer db quoting

Replace ad_decode idiom, prefer db quoting

Replace ad_decode idiom with plain sql

Whitespace cleanup

Replace ad_decode idioms

Replace ad_decode idiom (and keep pleasing Oracle)

Whitespace cleanup