• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use doc(title) instead of title

- normalize string expressions

  1. … 11 more files in changeset.
- don't abbreviate subcommands of "file"

  1. … 2 more files in changeset.
- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 323 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 64 more files in changeset.
- replace deprecated ad_permission_p with permission::permission_p

  1. … 22 more files in changeset.
Merged 5.3 to HEAD

  1. … 56 more files in changeset.
Remove obsolete wrap attribute (textarea)

  1. … 28 more files in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 361 more files in changeset.
revert file to version 1.1

revert file to be same as vers 1.3

Add 9th and final row to listbuilder demo: add page group caching to pagination

    • -0
    • +144
    ./list9/add-edit.tcl
    • -0
    • +30
    ./list9/add-edit.xql
    • -0
    • +17
    ./list9/delete-oracle.xql
    • -0
    • +15
    ./list9/delete-postgresql.xql
    • -0
    • +35
    ./list9/index-oracle.xql
    • -0
    • +54
    ./list9/index-postgresql.xql
    • -0
    • +22
    ./list9/view-one.tcl
delete should use template_demo_note as type, not note

finish fixing delete

delete should use template_demo_note as type, not note

Add eighth row to listbuilder demo: add non-cached pagination

    • -0
    • +131
    ./list8/add-edit.tcl
    • -0
    • +30
    ./list8/add-edit.xql
    • -0
    • +17
    ./list8/delete-oracle.xql
    • -0
    • +15
    ./list8/delete-postgresql.xql
    • -0
    • +35
    ./list8/index-oracle.xql
    • -0
    • +54
    ./list8/index-postgresql.xql
    • -0
    • +22
    ./list8/view-one.tcl
Enhanced narrative text; changed filter name to color_filter_value to be

less confusing and because I think it was conflicting with the incoming

color value from the table.

Add the color purple to the possible filter values

add 7th row of listbuilder demo: add a filter (needs oracle test)

    • binary
    ./list7/add-disabled.gif
    • -0
    • +123
    ./list7/add-edit.tcl
    • -0
    • +30
    ./list7/add-edit.xql
    • -0
    • +17
    ./list7/delete-oracle.xql
    • -0
    • +15
    ./list7/delete-postgresql.xql
    • -0
    • +43
    ./list7/index-oracle.xql
    • -0
    • +30
    ./list7/index-postgresql.xql
    • -0
    • +109
    ./list7/index.tcl
  1. … 3 more files in changeset.
finish up, make sure the add-edit.tcl refers to template_demo_note, not note

fix typos: note should really be template_demo_note

add support for color column in the queries to get a note and update one

correct no-data situation in where clause of oracle query

in some queries oracle claimed the title column ambiguous; fixed.

in third thru sixth rows, got the orderby clause from listbuilder (oracle)

Add 6th row of listbuilder demo, adding non-bulk action to add new note.

Having a problem where the sql of adding a new note tells the wrong type

to template_demo_note__new(); this happens somewhere in the call to

package_instantiate_object in the -new_data section of the form in

add-edit.tcl

    • binary
    ./list6/add-disabled.gif
    • -0
    • +130
    ./list6/add-edit.tcl
    • -0
    • +30
    ./list6/add-edit.xql
    • -0
    • +17
    ./list6/delete-oracle.xql
    • -0
    • +15
    ./list6/delete-postgresql.xql
    • -0
    • +42
    ./list6/index-oracle.xql
    • -0
    • +29
    ./list6/index-postgresql.xql
  1. … 3 more files in changeset.
Add fifth row of listbuilder demos: add "delete checked notes" as bulk action

    • binary
    ./list5/add-disabled.gif
    • -0
    • +123
    ./list5/add-edit.tcl
    • -0
    • +30
    ./list5/add-edit.xql
    • -0
    • +17
    ./list5/delete-oracle.xql
    • -0
    • +15
    ./list5/delete-postgresql.xql
    • -0
    • +42
    ./list5/index-oracle.xql
    • -0
    • +29
    ./list5/index-postgresql.xql
    • -0
    • +22
    ./list5/view-one.tcl
add fourth row to template demo page: link title to detail page

    • -0
    • +42
    ./list4/index-oracle.xql
    • -0
    • +29
    ./list4/index-postgresql.xql
    • -0
    • +22
    ./list4/view-one.tcl
add list3, the third row in the demo/index, showing orderbys

    • -0
    • +42
    ./list3/index-oracle.xql
    • -0
    • +29
    ./list3/index-postgresql.xql
add column "color" to template_demo_notes table; add display for it in list2,

add html row for list3 to the demo/index file

  1. … 4 more files in changeset.