• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix spelling errors

  1. … 8 more files in changeset.
Remove broken links

  1. … 2 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 8 more files in changeset.
Fix wrong localization key

- 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

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.

- modernize HTML

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

- reduce dependencies on acs_object_party_privilege_map (for PostgreSQL)

  1. … 2 more files in changeset.
- fix typos

- minor markup changes

- updated version numbers, regenerated documentation

  1. … 298 more files in changeset.
- prepare documentation for release

  1. … 221 more files in changeset.
- pass tree_id via properties (amny thanks to Antonio Pisano for the fix)

- add editor hints to keep spaces/tabs in the future more consistent

  1. … 299 more files in changeset.
- use templating for navigation in doc files

- add adp-files /packages/acs-core-docs/lib/navheader and

/packages/acs-core-docs/lib/navfooter

  1. … 213 more files in changeset.
- let all package doc files start with H1

  1. … 51 more files in changeset.
- add .adp files for pretty documentation

  1. … 37 more files in changeset.
file design.adp was initially added on branch oacs-5-9.

file requirements.adp was initially added on branch oacs-5-9.

  1. … 2 more files in changeset.
file o.adp was initially added on branch oacs-5-9.

file install.adp was initially added on branch oacs-5-9.

file index.adp was initially added on branch oacs-5-9.

  1. … 4 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 124 more files in changeset.
- fix and standardize quoting in template properties

  1. … 382 more files in changeset.
- harden page contracts

- standardize url construction

  1. … 1 more file in changeset.
- make sure to quote hrefs

  1. … 4 more files in changeset.
- fix invalid bracing

- quote HTML attribute values

- use &amp instead of & in urls

  1. … 19 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 19 more files in changeset.