• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Import of news-aggregator version 0.4d (from Guan's and Simon's CVS) by Guan Yang <guan@unicast.org>

  1. … 66 more files in changeset.
Initial revision

    • -0
    • +391
    ./packages/news-aggregator/tcl/aggregator-procs.tcl
    • -0
    • +31
    ./packages/news-aggregator/tcl/aggregator-procs.xql
    • -0
    • +58
    ./packages/news-aggregator/tcl/install-procs.tcl
    • -0
    • +33
    ./packages/news-aggregator/tcl/install-procs.xql
    • -0
    • +77
    ./packages/news-aggregator/tcl/opml-procs.tcl
    • -0
    • +282
    ./packages/news-aggregator/tcl/source-procs.tcl
    • -0
    • +13
    ./packages/news-aggregator/tcl/source-procs.xql
  1. … 52 more files in changeset.
stupid mistake

    • -4
    • +2
    ./packages/acs-templating/tcl/parse-procs.tcl
Initial import of feed-parser by Guan Yang <guan@unicast.org>

    • -0
    • +0
    ./packages/feed-parser/feed-parser.info
Initial revision

    • -0
    • +26
    ./packages/feed-parser/feed-parser.info
    • -0
    • +139
    ./packages/feed-parser/tcl/feed-parser-procs.tcl
    • -0
    • +37
    ./packages/feed-parser/tcl/tdom-helper-procs.tcl
file user-batch-add-2.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./packages/acs-subsite/www/members/user-batch-add-2.adp
file user-batch-add.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./packages/acs-subsite/www/members/user-batch-add.tcl
file user-batch-add.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./packages/acs-subsite/www/members/user-batch-add.adp
file user-batch-add-2.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./packages/acs-subsite/www/members/user-batch-add-2.tcl
moving bulk user add pages from /acs-admin to subsite admin

    • -1
    • +1
    ./packages/acs-admin/www/users/index.adp
    • -1
    • +24
    ./packages/acs-subsite/tcl/subsite-procs.tcl
setting context_id of registered users group to be the main site package so that admin privilege on that package entitles you to add users. See http://openacs.org/forums/message-view?message_id=171339

A few more fixes - getting rid of backslashes.

profile each .tcl and .adp page included, make ds_collection_enabled_p only check IP list once

    • -3
    • +17
    ./packages/acs-templating/tcl/parse-procs.tcl
Removed some dupes that were due to not trimming trailing spaces/underscores.

fix the subject lookup

    • -2
    • +2
    ./packages/forums/www/message-email.tcl
bringing over changes by bdolicki from head

A bunch of new keys.

  1. … 29 more files in changeset.
A bunch of new translations and fixes

#1573: Fixed the deletion of sections.

#1515: Fixed templating problems with custom templates.

update version to HEAD + warning

Applying the groups your member of patch by Branimir from head: cvs update -j1.4 -j1.5 packages/acs-subsite/lib/user-info.adp cvs update -j1.11 -j1.12 packages/acs-subsite/lib/user-info.tcl

    • -0
    • +6
    ./packages/acs-subsite/lib/user-info.adp
    • -0
    • +5
    ./packages/acs-subsite/lib/user-info.tcl
Fixed up the master/slave stuff and made the wizard configure stuff correctly

according to the new scheme, made some minor changes to the other admin pages.

    • -1
    • +1
    ./contrib/packages/portal/lib/tabbed-master.adp
    • -30
    • +27
    ./contrib/packages/portal/lib/tabbed-master.tcl
    • -7
    • +1
    ./contrib/packages/portal/www/index.adp
    • -2
    • +2
    ./contrib/packages/portal/www/index.tcl
    • -1
    • +4
    ./contrib/packages/portal/www/admin/index.adp
    • -1
    • +2
    ./contrib/packages/portal/www/admin/index.tcl
bugfixes, performance enhancements and Sloan layout/presentation changes

    • -19
    • +65
    ./contrib/packages/photobook/tcl/photobook-procs.tcl
    • -2
    • +2
    ./contrib/packages/photobook/www/ae.adp
    • -18
    • +26
    ./contrib/packages/photobook/www/ae.tcl
    • -0
    • +2
    ./contrib/packages/photobook/www/new.adp
    • -13
    • +42
    ./contrib/packages/photobook/www/new.tcl
  1. … 10 more files in changeset.
Rewrote the tabbed master to use the user portal theme to decorate application

pages.

    • -8
    • +8
    ./contrib/packages/portal/lib/tabbed-master.adp
    • -0
    • +16
    ./contrib/packages/portal/lib/tabbed-master.tcl
    • -2
    • +2
    ./contrib/packages/portal/tcl/element-procs.tcl
use db_get_dbhost to get host for windows remote connections to work bug 1258 fix by John Sequeira

    • -2
    • +2
    ./packages/acs-tcl/tcl/00-database-procs.tcl
stripping off trailing space in the text of temporary tags on syntax <# key text #>. Checked new functionality with test case.

    • -2
    • +2
    ./packages/acs-lang/tcl/lang-util-procs.tcl
on the message edit page - adding info about who did the first translation and when

add a url to the message and the forum and subject of the original message. bug 1271

    • -4
    • +12
    ./packages/forums/tcl/forums-email-procs.tcl
fix for bug 1433, PermissionCacheP used memoize on non list thing which would break with empty object_id etc