• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file categories.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-9.

    • -0
    • +0
    ./catalog/categories.it_IT.ISO-8859-1.xml
- remove leftovers from earlier upgrades

- bump version number to 1.1.3d8

file upgrade-1.1.3d7-1.1.3d8.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-1.1.3d7-1.1.3d8.sql
- make boolean tests in .adp files more uniform

  1. … 8 more files in changeset.
- standardize entries in de_DE: rule of thumb: when en_US entry does not end with colon, then the german entry should not do so either.

This way, we avoid .adp pages with double colons.

    • -1
    • +1
    ./catalog/categories.de_DE.ISO-8859-1.xml
  1. … 10 more files in changeset.
Fix wrong localization key

Some more Tcl cleanup

- use curly brackes to enable byte code compilation

- don't use "[expr ...]" when not needed

- prefer "incr i -1" over "set i [expr {$i - 1}] "

  1. … 15 more files in changeset.
acs_privilege_descendant_map is obsolete: http://openacs.org/forums/message-view?message_id=5330206

Remove possibly leftover definition of category_tree__new/9 stored procedure.

It can still be present on old upgraded installations, conflicting with the new one (different argument types...)

file upgrade-1.1.3d6-1.1.3d7.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-1.1.3d6-1.1.3d7.sql
- Fix site-wide-status-change so it doesn't require an implicit (broken) cast to boolean

- Pass permissions context to tree-form.adp so admins of xowiki instances can create and map categories there

    • -1
    • +1
    ./www/cadmin/site-wide-status-change.xql
Bugfix: when creating a paginator, queries containing $ variables cannot be passed by name and resolved by the

internal paginator machinery, because those vars won't be available in the expected evaluation scope when calling db_map.

Probably db_map could be made more clever about this, but as a simple solution for this case I have just made so the

pagination query is computed in the caller level and passed to the paginator directly.

- add missing upgrade script

file upgrade-1.1.3d5-1.1.3d6.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-1.1.3d5-1.1.3d6.sql
- remove catalog entry with typo (wrong entry "Actions_permissions...", right "Action_permissions...")

    • -1
    • +0
    ./catalog/categories.de_DE.ISO-8859-1.xml
- bump version number to 1.1.3d6

- modernize HTML

  1. … 20 more files in changeset.
- modernize HTML in documentation

- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

    • -5
    • +25
    ./www/categories-browse-postgresql.xql
- fix typos

- minor markup changes

- improve indentation CVS: ----------------------------------------------------------------------

- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

    • -0
    • +18
    ./tcl/tagcloud-procs-postgresql.xql
file tagcloud-procs-oracle.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./tcl/tagcloud-procs-oracle.xql
file tagcloud-procs-postgresql.xql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./tcl/tagcloud-procs-postgresql.xql
- remove xql query with bad name

- updated version numbers, regenerated documentation

  1. … 298 more files in changeset.
- update dirty editor buffer

    • -2
    • +2
    ./sql/postgresql/category-tree-package.sql
file upgrade-1.1.3d4-1.1.3d5.sql was initially added on branch oacs-5-9.

    • -0
    • +0
    ./sql/postgresql/upgrade/upgrade-1.1.3d4-1.1.3d5.sql
Alter caveman style booleans (type character(1)) to real SQL boolean types.

    • -15
    • +5
    ./sql/postgresql/categories-create.sql
    • -2
    • +2
    ./sql/postgresql/category-tree-package.sql