• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
use case-insensitive access to configuration values

merge with missing files

  1. … 1461 more files in changeset.
merge from oacs-5-10

  1. … 8093 more files in changeset.
Always use "--" in "dom parse" when document is interpolated

This is a safety measure to make sure that the document parsed is

never confused with an option, when the document starts with a "-". In

the best case, the error message provided by "dom parse" might be

misleading. This might be a problem for user contributed documents

(passed as variables, or return values from functions).

The double dash is supported in tdom since version 0.9.0.

  1. … 18 more files in changeset.
improved spelling

  1. … 14 more files in changeset.
improved spelling

  1. … 7 more files in changeset.
Make use of new API "ad_mktmpdir" and "ad_opentmpfile" instead of "ad_tmpnam"

  1. … 6 more files in changeset.
Follow the litmus test suite and address issues reported in the "props" section:

* allow properties expressed in "high unicode" by using the database, rather than the filesystem to store them. (TODO: provide an own data-model, right now I am using persistent client properties)

* return all requested properties, reporting 404 when these properties do not exist

Cleanup debug

Follow the litmus test suite and improve standard compliance for the "copymove" test section:

- return 204 when trying to copy on an existing resource (by trimming traling slash in the destination path before checking)

- return 409 when one tries to copy/move to a non-existant resource

This makes the "copymove" section pass without warnings

Fix boolean expression, as the permission api will return a generic boolean, not necessarily 1 or 0

Fix query in oacs_dav::children_have_permission_p

Test oacs_dav::children_have_permission_p: this test exposes a bug in the api

Modernize tcl

Make service contract implementation private and replace foreign occurrences

  1. … 1 more file in changeset.
Streamline ns_set idiom

  1. … 3 more files in changeset.
improve spelling

  1. … 42 more files in changeset.
prefer using API over query in package for common data model

replace low-level cr_fs_path by higher level interface content::revision::get_cr_file_path

  1. … 7 more files in changeset.
added more covered procs to the list of tested procs

Whitespace changes

Add proc names to the list of covered procs in oacs-dav tests

improve spelling

  1. … 1 more file in changeset.
fix typo

new API call "http_auth::basic_authentication_decode" to replace 3 distinct implementations of this logic

  1. … 5 more files in changeset.
improve spelling

  1. … 10 more files in changeset.
Whitespace changes

  1. … 1 more file in changeset.
Harmonize parameter names in proc documentation removing unexistent ones

improve testcases by removing useless expr commands

  1. … 3 more files in changeset.
Fix regression test by recreating test file: as it seems, put operation destroys it