• last updated 11 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Temporary mod to cleanup_notifications.select_notification_ids. Old notifications were hanging around, and as they piled up where bogging down sweep_notifications.select_notifications, which computes a product of notifications and notification_requests that can become quite large. Something's going wrong with the outer join, because querying notification_user_map shows that sent_date is not null for all rows. So we're getting non-matching rows for some reason. Have to figure out why. For now we've simply added a clause that permits deletion of any notification with notif_date greater than 30 days old.

    • -1
    • +1
    ./notifications/tcl/sweep-procs-postgresql.xql
Committing an uncommitted change, so that we can have a clean record of the next change, which I'm about to make.

    • -2
    • +1
    ./notifications/tcl/sweep-procs-postgresql.xql
Show fix for version all the time.

Added some helpful text.

Added ability to open or close a thread and properly disallow replies on closed threads or any child posts.`

    • -0
    • +16
    ./forums/www/message-close.tcl
Obfuscating emails for anonymous visitors

Used dl dt dd for faq

Fixed display of URLs that are broken up into 50 character chunks. Each chuck used to start with the last character of the previous chunck.

More fixed from HEAD

    • -27
    • +36
    ./acs-tcl/tcl/text-html-procs.tcl
Finally the REAL new ad_html_to_text proc

    • -347
    • +127
    ./acs-tcl/tcl/text-html-procs.tcl
Missed ad_html_to_text last time

    • -2
    • +232
    ./acs-tcl/tcl/text-html-procs.tcl
Adding Lars' fix for ad_html_to_text

    • -1
    • +133
    ./acs-tcl/tcl/text-html-procs.tcl
etp__create_page accepts item_id.

Added file upload for postgresql.

    • -0
    • +1
    ./edit-this-page/tcl/etp-procs-postgresql.xql
Allow file upload

    • -0
    • +2
    ./edit-this-page/www/etp-file-upload.adp
    • -0
    • +31
    ./edit-this-page/www/etp-file-upload.tcl
    • -3
    • +3
    ./edit-this-page/www/etp-subtopic-create.tcl
- Fixed bug where searching for maintainer would fail because the query

tried to look into screen_name in the dir_all_users view, but screen_name

is not part of the view.

    • -2
    • +2
    ./bug-tracker/www/admin/component-ae.tcl
Change default view to last active (reply) date.

Applied Robert Locke's fix for the cleanup proc

    • -3
    • +6
    ./notifications/tcl/sweep-procs-postgresql.xql
Added "new since last visit feature"

    • -0
    • +52
    ./forums/www/forum-view-postgresql.xql
Added a "view unasnwered" option to forums

    • -0
    • +45
    ./forums/www/forum-view-postgresql.xql
Added link to go back to default sorting

Sort by latest reply implemented.

    • -1
    • +45
    ./forums/www/forum-view-postgresql.xql
Added admin link to one-revision. Noone needs to see that as an extra step to

download.

Activated direct download by filename.

Fixed memory leak. HTML DOM was lingering around.

checking in indexing per thread patch from tils

    • -1
    • +11
    ./forums/sql/postgresql/forums-sc-drop.sql
updating CVS to make sure latest changes are in

Added title and CVS Id.

    • -0
    • +6
    ./acs-core-docs/www/xml/files/openacs4.tcl.txt
- Add IRC logs in reverse order so that the newest log is at the top of the page.

- Add 'current' link to latest IRC log at the top of the page.

- Add 'current' link to irc-logger for links from other sites to the latest log.

- Update documentation.

    • -0
    • +36
    ./irc-logger/tcl/irc-logger-procs-postgresql.xql
    • -3
    • +91
    ./irc-logger/tcl/irc-logger-procs.tcl
    • -0
    • +41
    ./irc-logger/tcl/irc-logger-procs.xql
    • -0
    • +22
    ./irc-logger/www/current.tcl
    • -29
    • +29
    ./irc-logger/www/doc/license.tcl
- Fixed small problem when looping over all RDF logs.

  1. … 2 more files in changeset.