• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge with missing files

    • -0
    • +0
    ./postgresql/acs-templating-create.sql
  1. … 1463 more files in changeset.
merge from oacs-5-10

    • -1
    • +1
    ./postgresql/acs-templating-create.sql
  1. … 8098 more files in changeset.
removed code factored out to the separate "captcha" package

    • -2
    • +1
    ./postgresql/acs-templating-create.sql
    • -13
    • +0
    ./postgresql/upgrade/upgrade-5.10.1d0-5.10.1d1.sql
  1. … 6 more files in changeset.
Fixes for Oracle 19c: fix data types and interval calculation

Don't use expressions for the default value, apparently a nono in Oracle

See e.g. https://docs.oracle.com/javadb/10.8.3.0/ref/rrefsqlj30540.html#rrefsqlj30540__sqlj64478

A simple image captcha implementation:

a random text is converted to a distorted image, its checksum, together with the expected text are stored in a lookup table. Upon validation, the text input by the user is matched against the checksum to determine if the captcha is correct.

Plan is to use it downstream on certain publicly available contact forms.

    • -1
    • +2
    ./postgresql/acs-templating-create.sql
    • -0
    • +13
    ./postgresql/upgrade/upgrade-5.10.1d0-5.10.1d1.sql
  1. … 3 more files in changeset.
file captcha-create.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./oracle/captcha-create.sql
    • -0
    • +0
    ./postgresql/captcha-create.sql
file upgrade-5.10.1d0-5.10.1d1.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./oracle/upgrade/upgrade-5.10.1d0-5.10.1d1.sql
    • -0
    • +0
    ./postgresql/upgrade/upgrade-5.10.1d0-5.10.1d1.sql
- update postgres function to modern style plpgsql definitions using dollar quoting

    • -92
    • +94
    ./postgresql/template-demo-notes-sample.sql
- update postgres function to modern style plpgsql definitions, avoid backslash escaping

- add missing function_args

    • -68
    • +94
    ./postgresql/template-demo-notes-create.sql
    • -6
    • +13
    ./postgresql/template-demo-notes-drop.sql
  1. … 8 more files in changeset.
Correction of name constraint

  1. … 5 more files in changeset.
Correction of name constraint

fix typo in the define_function_args call for template_demo_notes__new:

if you want to use package_instantiate_object using some type <t>, then

your call to define_function_args for <t>__new needs to have the object_type

parameter defaulting to <t>

    • -2
    • +2
    ./postgresql/template-demo-notes-create.sql
Turn on the data model loading under oracle. (yes, BOLD move :)

move the sample data include to where it belongs; reformat some code

    • -13
    • +13
    ./postgresql/template-demo-notes-create.sql
fix Oracle bug (procedure cannot return a value)

    • -1
    • +1
    ./oracle/template-demo-notes-sample.sql
for oracle it's sysdate, not now()... corrected those.

    • -20
    • +20
    ./oracle/template-demo-notes-sample.sql
activate the inserting of sample data on the postgres side; it works.

    • -2
    • +2
    ./postgresql/template-demo-notes-create.sql
fix typos

    • -2
    • +2
    ./oracle/template-demo-notes-create.sql
fix silly typos

    • -3
    • +3
    ./oracle/template-demo-notes-create.sql
arrange to load sample data; commented out for now

create listbuilder sample data for oracle

    • -0
    • +302
    ./oracle/template-demo-notes-sample.sql
disabled loading the renamed notes package, as it's untested on oracle

add column "color" to template_demo_notes table; add display for it in list2,

add html row for list3 to the demo/index file

    • -4
    • +17
    ./oracle/template-demo-notes-create.sql
    • -12
    • +30
    ./postgresql/template-demo-notes-create.sql
    • -1
    • +1
    ./postgresql/template-demo-notes-drop.sql
    • -32
    • +39
    ./postgresql/template-demo-notes-sample.sql
  1. … 4 more files in changeset.
fixed problem with sample data for acs-templating demos of listbuilder

    • -8
    • +10
    ./postgresql/template-demo-notes-create.sql
    • -1
    • +0
    ./postgresql/template-demo-notes-drop.sql
    • -68
    • +55
    ./postgresql/template-demo-notes-sample.sql
    • -66
    • +0
    ./postgresql/template-demo-notes-sc-create.sql
    • -18
    • +0
    ./postgresql/template-demo-notes-sc-drop.sql
sample data is not working, so disable that function (so acs-templating

can install...)

    • -1
    • +1
    ./postgresql/template-demo-notes-sample.sql
fix typos in data model, add sample data for demo

    • -3
    • +4
    ./postgresql/template-demo-notes-create.sql
    • -0
    • +314
    ./postgresql/template-demo-notes-sample.sql
    • -3
    • +3
    ./postgresql/template-demo-notes-sc-create.sql
    • -3
    • +3
    ./postgresql/template-demo-notes-sc-drop.sql
notes-like data model for templating demo page to facilitate listbuilder tut

    • -0
    • +150
    ./oracle/template-demo-notes-create.sql
    • -0
    • +4
    ./oracle/template-demo-notes-drop.sql
    • -0
    • +163
    ./postgresql/template-demo-notes-create.sql
    • -0
    • +54
    ./postgresql/template-demo-notes-drop.sql
    • -0
    • +66
    ./postgresql/template-demo-notes-sc-create.sql
    • -0
    • +18
    ./postgresql/template-demo-notes-sc-drop.sql

Fixed the 'Simple Form' and 'Editing: several pages in one' demos.

Run demo-drop and then demo-create scripts in Postgresql to take advantage

of this fix in a running system.

  1. … 3 more files in changeset.
ported templating to use standard db api

    • -0
    • +12
    ./postgresql/acs-templating-create.sql
    • -0
    • +9
    ./postgresql/acs-templating-drop.sql
    • -0
    • +26
    ./postgresql/demo-create.sql
    • -0
    • +10
    ./postgresql/demo-drop.sql
  1. … 24 more files in changeset.