• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
More occurrances of ad_table. Using list templates instead.

- improve page-contracts

    • -2
    • +2
    ./www/cadmin/category-link-delete-2.tcl
    • -2
    • +2
    ./www/cadmin/category-parent-change-2.tcl
    • -2
    • +2
    ./www/cadmin/category-parent-change.tcl
    • -1
    • +1
    ./www/cadmin/site-wide-status-change.tcl
  1. … 3 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -1
    • +1
    ./www/cadmin/category-link-delete-2.tcl
  1. … 24 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 111 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

    • -2
    • +2
    ./www/cadmin/category-link-delete-2.tcl
    • -3
    • +3
    ./www/cadmin/category-parent-change-2.tcl
    • -2
    • +2
    ./www/cadmin/category-parent-change.tcl
  1. … 89 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- use "lassign" instead of "foreach ... break" idiom

- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

- used expand operator instead of "eval"

- use "in" or not in (ni) operator instead of lsearch

- no need to use "expr" inside an "if" or "for" condition

- brace expressions to allow for tcl compilation

- bump version number

    • -2
    • +4
    ./www/cadmin/category-parent-change.tcl
- use "lassign" instead of "util_unlist"

    • -1
    • +1
    ./www/cadmin/category-parent-change.tcl
  1. … 5 more files in changeset.
- completing/improving .info files of major packages

  1. … 9 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. … 334 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 31 more files in changeset.
- bump version numbers

  1. … 39 more files in changeset.
- modernize tcl

  1. … 8 more files in changeset.
- modernize tcl

- remove unneeded "expr" in side if-expressions

  1. … 13 more files in changeset.
- update release dates in .info files to make it easier to spot, what old versions are installed

  1. … 36 more files in changeset.
- require for all packages in oacs-5-8 branch acs-kernel 5.8.0

  1. … 13 more files in changeset.
- get rid of empty_string_p

  1. … 4 more files in changeset.
- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 10 more files in changeset.
- update postgres function to modern style plpgsql definitions using dollar quoting

    • -11
    • +11
    ./sql/postgresql/categories-init.sql
    • -23
    • +23
    ./sql/postgresql/categories-relation.sql
    • -17
    • +32
    ./sql/postgresql/category-link-package.sql
    • -123
    • +156
    ./sql/postgresql/category-package.sql
    • -150
    • +183
    ./sql/postgresql/category-tree-package.sql
    • -17
    • +20
    ./sql/postgresql/upgrade/upgrade-1.0d1-1.0d2.sql
    • -6
    • +13
    ./sql/postgresql/upgrade/upgrade-1.0d3-1.0d4.sql
    • -41
    • +63
    ./sql/postgresql/upgrade/upgrade-1.0d6-1.0d7.sql
    • -16
    • +20
    ./sql/postgresql/upgrade/upgrade-1.1d1-1.1d2.sql
    • -58
    • +55
    ./sql/postgresql/upgrade/upgrade-1.1d2-1.1d3.sql
    • -27
    • +27
    ./sql/postgresql/upgrade/upgrade-1.1d3-1.1d4.sql
  1. … 27 more files in changeset.
typo on message key name.

i18n of categories package. Mostly all of the interface are now internationalized, probably a couple are missing. Bumping up version so catalog files are loaded. New message keys added on en_US and de_DE catalogs.

    • -3
    • +100
    ./catalog/categories.de_DE.ISO-8859-1.xml
    • -0
    • +110
    ./catalog/categories.en_US.ISO-8859-1.xml
  1. … 18 more files in changeset.
dont give table and id columns for tables that do not exist; maybe there should be an upgrade to fix this as well

    • -4
    • +4
    ./sql/postgresql/categories-relation.sql
sort output from category::get_children and tidy the proc

Basic package drop works now for PostgreSQL (Oracle will come later)

    • -16
    • +10
    ./sql/postgresql/categories-drop.sql
Merged oacs-5-5 branch of .LRN packages to HEAD.

  1. … 87 more files in changeset.