• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
Fix dependencies and their version

  1. … 14 more files in changeset.
- fix incorrect reference to table in category_tree__copy

- revert a change of don to make categories admin interface working again.

    • -1
    • +1
    ./sql/postgresql/category-tree-package.sql
Fixed apparently untested fix by gustafn that tried to update a table

using the syntax "update categories c set ...", which is not SQL.

    • -1
    • +1
    ./sql/postgresql/category-tree-package.sql
Fix typo: added missing ',' from the previous commit

Added missing spanish translations

    • -0
    • +1
    ./catalog/categories.es_ES.ISO-8859-1.xml
  1. … 7 more files in changeset.
remove deprecated calls to ad_parameter

  1. … 4 more files in changeset.
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 370 more files in changeset.
- standardize expressions and comparison operations

Adding space between vars object_id and ctx_id.

- remove useless "required" message for language (is always set)

- slightly extended message catalog

- fixed localization in context bar

- added new context variable ctx_id used for permission checking.

This optional variable allows to specify category clients

to provide am object, on which permissions are checked for

adding categories. This has the advantage that package_admin

could be allowed this way to add categories without needing

explicit rights on the categories package.

    • -0
    • +1
    ./catalog/categories.de_DE.ISO-8859-1.xml
    • -0
    • +1
    ./catalog/categories.en_US.ISO-8859-1.xml
    • -7
    • +10
    ./www/cadmin/category-link-add-2.tcl
    • -1
    • +2
    ./www/cadmin/category-link-delete-2.tcl
    • -6
    • +10
    ./www/cadmin/category-links-view.tcl
  1. … 25 more files in changeset.
fix 2 bugs

- call to a non-existing acs_object__new with 5 args

- 2 table references were incorrect in category_tree__copy

    • -2
    • +3
    ./sql/postgresql/category-tree-package.sql
    • -0
    • +63
    ./sql/postgresql/upgrade/upgrade-1.1.2d3-1.1.2d4.sql