• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

Big 'ole update to implement multi-db aware packages. Don't try this yet,

I can't *possibly* have gotten all the right files added and removed in

one fell swoop!

    • -0
    • +12
    ./oracle/acs-templating-create.sql
    • -0
    • +9
    ./oracle/acs-templating-drop.sql
    • -0
    • +26
    ./oracle/demo-create.sql
    • -0
    • +10
    ./oracle/demo-drop.sql
  1. … 111 more files in changeset.
Initial revision

    • -0
    • +12
    ./acs-templating-create.sql
    • -0
    • +9
    ./acs-templating-drop.sql
  1. … 1318 more files in changeset.