• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Almost complete rewrite of news_aggregator::source::new

- replace deprecated calls

- remove code duplication

- don't loop through response items, as nothing is done with that information

- replace array idioms with dict idioms

- let stored procedure figure out the object_id

Works on WU RSS URLs on a vanilla instance

Update documentation, as no mention to tag closing is made in the code and reimplement procedure exploiting builting tcl idioms (passes automated tests)

Remove superflous parentheses

  1. … 15 more files in changeset.
Whitespace changes

Remove superflous parentheses

Remove commented leftover debugging statement, add comment about why we need to name the list by folder_id

Put template::list name back as parametric, because this code might be included multiple times

Redefine this page as ad_include_contract, therefore removing all hardcoded variable checks and exploit builtin checks, remove duplicated definitions and queries, streamline template::list definitions in a way its is readable and simpler to maintain

    • -104
    • +116
    /openacs-4/packages/file-storage/www/folder-chunk.tcl
Pass also orderby to the includelet

simplyfy expressions, remove useless file

Trim whitespaces

Remove unnecessary parentheses and idioms, state query variables explicitly

don't pass deprecated argumentent "-user_id" to fs::get_folder_contents_count

Update es_ES catalog files

Update italian localization, bump version number

Trim whitespace

Bump version number so new message key is loaded

Trim whitespace

Port a few downstream modifications to the main codebase

When changing notification frequency, show also name and creation date for the object

Driver is making easier to merge this script

Provide a localized "Creation date" message in english, german and italian

Fix typos

Trim whitespace

Whitespace changes

    • -151
    • +150
    /openacs-4/packages/dotlrn/tcl/community-procs.tcl
Align case of acs_object_type with that of the actual table (fixes automated tests)

This change intentionally ignores Oracle, as its behavior with respect to case is not clear to me.

Fix indentation and whitespace cleanup

    • -12
    • +12
    /openacs-4/packages/faq/tcl/faq-procs.tcl
    • -6
    • +6
    /openacs-4/packages/faq/tcl/faq-sc-procs.tcl
    • -250
    • +250
    /openacs-4/packages/faq/tcl/test/faq-procs.tcl
    • -238
    • +238
    /openacs-4/packages/faq/tcl/test/tclwebtest-procs.tcl
Trim whitespace

Rename constraints to follow coding standards (fixes automated test datamodel__named_constraints)

Renaming constraints on Postgres without dropping/rebuilding requires version >= 9.2

Trim whitespace

Whitespace trimming

Whitespace trimming