• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bring portable SQL inline, prefer portable SQL idioms

  1. … 2 more files in changeset.
improve .adp quoting, fix spelling, whitespace changes

  1. … 8 more files in changeset.
Repair broken opml export, exploit new api to streamline query, fix typo

  1. … 1 more file in changeset.
Return 0 also when a default is there but is the empty string

Bring other sql inline, simplify idioms

  1. … 1 more file in changeset.
Bring sql for this proc inline, remove unused statements

  1. … 1 more file in changeset.
Document public procs (fixes automated tests), rework code, remove leftover statements

  1. … 2 more files in changeset.
Use db_0or1row flag to return an array natively, repair news_aggregator::aggregator::as_xml as for some reason creating the xml processing instruction via tDOM is broken on tDOM 0.8.3

  1. … 1 more file in changeset.
Whitespace cleanup

Removed 'setResultEncoding' tdom option, which has no effect in Tcl > 8.0, and is removed in tdom > 0.9.0.

See upstream commit: http://tdom.org/index.html/info/d729de4c396d71ff

From the old docs: http://tdom.org/index.html/artifact/2a79d8cf33feacf9

dom setResultEncoding ?encodingName?

This option is for backward compatibility with Tcl 8.0. If tDOM is build

with any newer Tcl version this option does not has any effect.

If encodingName is not given the current global result encoding is

returned. Otherwise the global result encoding is set to encodingName.

All character data, attribute values etc. will then be converted from

UTF-8, which is delivered from the Expat XML parser, to the given 8 bit

encoding at XML/DOM parse time. Valid values for encodingName are:

utf-8, ascii, cp1250, cp1251, cp1252, cp1253, cp1254, cp1255, cp1256,

cp437, cp850, en, iso8859-1, iso8859-2, iso8859-3, iso8859-4, iso8859-5,

iso8859-6, iso8859-7, iso8859-8, iso8859-9, koi8-r.

Fiy typo

Rework conditional expressions

  1. … 4 more files in changeset.
remove conditions, which are always true

remove parens

  1. … 7 more files in changeset.
modernize tcl

  1. … 13 more files in changeset.
reduce usage of deprecated procs

modernize tcl

  1. … 3 more files in changeset.
- fix sloppy pseudo-comments to silence automated testing

  1. … 8 more files in changeset.
fix bug uncovered by this poster: http://openacs.org/forums/message-view?message_id=404567; bump version and tag

  1. … 1 more file in changeset.
convert to localtime and sort in DB (much, much faster index page); releasing v1.0.1

  1. … 4 more files in changeset.
remove debugging for multiple group by; drop title column for na_sources (not used by UI plus part of acs_objects with 5.2) and made user_id optional for source::new; still need to deal with the group by issue on index page - now, the first grouping (pub date) is not applied when there is only one source (source_id being the second grouping

  1. … 3 more files in changeset.
lots of little tweaks for data cleanup on uninstantiate, some more UI work, bug fixes, etc.; added daveb's sweeper proc; not tagging v0.9.8 just yet though

  1. … 25 more files in changeset.
fixing something minor i broke in proc args and changing now() to current_timestamp

  1. … 1 more file in changeset.
add ability to post item to subsite lars-blogger instances, more UI and perm tweaks. bump version to 0.9.6b

  1. … 14 more files in changeset.
Minor tweaks to the UI and data model to better support instance awareness and manageability. The Oracle code is WAY out of date and, not having an Oracle install, I'm not going to worry about it now. Version bumped to 0.9.5b and I removed Simon from owner list as he's no longer active in the community. Release will be tagged oacs-5-1-compat but work will need to be done to get it going on oacs-5-2.

  1. … 26 more files in changeset.
Import of news-aggregator version 0.4d (from Guan's and Simon's CVS) by Guan Yang <guan@unicast.org>

  1. … 80 more files in changeset.
Initial revision

    • -0
    • +391
    ./aggregator-procs.tcl
  1. … 66 more files in changeset.