• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file faq-procs-oracle.xql was initially added on branch oacs-5-10.

    • -0
    • +0
    /openacs-4/packages/faq/tcl/faq-procs-oracle.xql
Go straight to the database skipping the many trivial stored procedures, this reduces divergency between Oracle and Postgres

feed_parser::test::parse_feed is also used by the news-aggregator package, make it public again, document this and claim its coverage

Make test api private

Deprecate feed_parser::sort_result, trivial wrapper over lreverse used only internally

Deprecate trivial wrapper of HTTP client api

Return after a response was given to the client

Many thanks to Markus Moser

    • -0
    • +1
    /openacs-4/packages/caldav/tcl/caldav-procs.tcl
Move api in a namespace to comply with automated tests

Document public api

Update page to current practices, using the schema browser for cross compatibility

As it turns out, even caching only by request has consequences e.g. when one installs xolp from scratch

Disabl caching and prepare the statement instead

Fix english

Deprecate fs::get_folder_contents

Avoid using get_folder_contents, doing a lot more stuff, and get the info from the db directly

Retrieve only the necessary information

Replace ad_tmpnam

Complete api coverage for the package

Cover remaining export api

Make fs::get_folder_contents private: this api is only used internally to the file-storage over the codebase and its documentation suggests that it should be used with caution

Deprecate trivial fs::get_archive_extension and inline its only upstream occurrence

Prevent usage of fs::get_archive_command outside a file-storage connection context, as in this case the parameter value will be uspecified

Deprecate fs::item_editable_info and fs::item_editable_p, probably unfinished work towards some kind of inline editing feature

Increase proc coverage

Complete proc coverage, which required some heavier refactoring of the tests: it is not trivial otherwise to simulate subscription to an arbitrary object

addeded page contract filter: safetclchars

safetclchars should be used in cases, were the variable value is passed

to "subst", or "eval"...

Update comment

Document the decision of not testing .ppt text extraction anymore

Convert MS Office files to plain text: reuse the approach employed for .pptx to extract text also from .docx and .xlsx, as it is very similar.

Comply with Semantic Versioning: additional localization is a new feature

Italian localization for the package