• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
mark private functions as private

  1. … 9 more files in changeset.
avoid setting of unneeded function, reduce access to nsvs

provide a flushing interface to apm_package_id cache to avoid the need to call the uncached code directly

  1. … 1 more file in changeset.
Reinstate proc as private, remove dependency to such proc in external package

  1. … 2 more files in changeset.
prefer ns_dbquotevalue over db_quote, mark latter as deprecated

  1. … 3 more files in changeset.
As the doc says, use the uncached version to retrieve the package instance

Use portable sql idioms

Downgrade as a warning the case when pdfs fail to be converted to text because of password protection

Replace ad_decode idiom

  1. … 4 more files in changeset.
Bring files on oacs-5-10 in sync with HEAD

  1. … 162 more files in changeset.
Replace/remove deprecated proc 'db_null' and update doc accordingly

  1. … 33 more files in changeset.
no need to call private function

Fix typos

Whitespace changes + editor hints

  1. … 1 more file in changeset.
Deprecate broken proc 'search::is_guest_p', and replace its only occurrence in the whole codebase, in the 'intermedia-driver' package, with working code.

  1. … 1 more file in changeset.
Fix capitalization

  1. … 3 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 71 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7829 more files in changeset.
Fix spelling errors

  1. … 8 more files in changeset.
Improve robustness of "file delete" operations

  1. … 24 more files in changeset.
- get rid of annying messages "Format a4 is redefined" caused by broken xls2csv

- Don't choke on empty content

- remove duplicate delete command

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

- prefer utf8 over iso8859

  1. … 61 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2546 more files in changeset.
- The C-library function tmpnam() is deprecated since a while. Therefore naviserver has deprecated ns_tmpnam as well.

Therefore we introduce a new function "ad_tmpnam" which requires just a minimal change and uses ns_mktemp.

  1. … 26 more files in changeset.
- added argument "-passing_style" to search::content_filter

to make explicit whether data contains content or a file name.

Previously, text/* meant automatically passing-style string,

leading to missing results when plain files were added

to the content repository

- added filter for text/plain

- fixed filter for text/html

- further clean up

- remove unneeded expr from condition in "for" loop

  1. … 1 more file in changeset.
ppthtml is now catppt, part of catdoc package on most distros

- replace deprecated acs_sc_call by acs_sc::invoke

  1. … 10 more files in changeset.