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

  1. … 1464 more files in changeset.
merge from oacs-5-10

  1. … 8099 more files in changeset.
removed code factored out to the separate "captcha" package

    • -13
    • +0
    ./upgrade/upgrade-5.10.1d0-5.10.1d1.sql
  1. … 9 more files in changeset.
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.

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

  1. … 1 more file in changeset.
file upgrade-5.10.1d0-5.10.1d1.sql was initially added on branch oacs-5-10.

    • -0
    • +0
    ./upgrade/upgrade-5.10.1d0-5.10.1d1.sql
  1. … 1 more file in changeset.
- update postgres function to modern style plpgsql definitions using dollar quoting

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

- add missing function_args

    • -68
    • +94
    ./template-demo-notes-create.sql
  1. … 8 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>

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

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

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

add html row for list3 to the demo/index file

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

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

can install...)

fix typos in data model, add sample data for demo

    • -0
    • +314
    ./template-demo-notes-sample.sql
notes-like data model for templating demo page to facilitate listbuilder tut

    • -0
    • +163
    ./template-demo-notes-create.sql
    • -0
    • +54
    ./template-demo-notes-drop.sql
    • -0
    • +66
    ./template-demo-notes-sc-create.sql
    • -0
    • +18
    ./template-demo-notes-sc-drop.sql
  1. … 4 more files in changeset.

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
    ./acs-templating-create.sql
    • -0
    • +9
    ./acs-templating-drop.sql
  1. … 24 more files in changeset.