openacs.org-dev

  • last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improved design of openacs.org mainpage

    • -38
    • +16
    ./www/templates/homepage-new-index.adp
Add metrics xowiki include

    • -0
    • +44
    ./www/templates/metrics.adp
    • -0
    • +33
    ./www/templates/metrics.tcl
Update info-file.tcl to use the NSV array instead of the database and filesystem. (Duh\!)

unclobber pkg var

Added the info-file include for xowiki

    • -0
    • +20
    ./www/templates/info-file.adp
    • -0
    • +40
    ./www/templates/info-file.tcl
Added the bug-tracker include for xowiki

    • -0
    • +33
    ./www/templates/bug-tracker.adp
    • -0
    • +109
    ./www/templates/bug-tracker.tcl
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.

Committing an uncommitted change, so that we can have a clean record of the next change, which I'm about to make.

Show fix for version all the time.

Added some helpful text.

    • -1
    • +13
    ./packages/bug-tracker/www/bug-add.tcl
Added ability to open or close a thread and properly disallow replies on closed threads or any child posts.`

    • -0
    • +16
    ./packages/forums/www/message-close.tcl
    • -1
    • +7
    ./packages/forums/www/message-post.tcl
    • -1
    • +5
    ./packages/forums/www/message-view-flat.adp
    • -1
    • +3
    ./packages/forums/www/message-view.tcl
Oops missing ?. fixed.

    • -1
    • +1
    ./www/templates/widgets/user-status.tcl
Adding return_url to register links

    • -7
    • +8
    ./www/templates/widgets/user-status.adp
    • -1
    • +2
    ./www/templates/widgets/user-status.tcl
Obfuscating emails for anonymous visitors

    • -2
    • +4
    ./packages/bug-tracker/www/patch-list.adp
    • -4
    • +10
    ./packages/bug-tracker/www/patch-list.tcl
robots file

Added FAQ style

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.

    • -1
    • +1
    ./packages/irc-logger/data/default.xsl
More fixed from HEAD

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

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

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

    • -1
    • +133
    ./packages/acs-tcl/tcl/text-html-procs.tcl
    • -2
    • +2
    ./www/templates/widgets/statistics.adp
etp__create_page accepts item_id.

Added file upload for postgresql.

    • -2
    • +2
    ./packages/edit-this-page/tcl/etp-procs.tcl
Allow file upload

    • -1
    • +1
    ./packages/edit-this-page/www/etp-create-2.tcl
    • -0
    • +2
    ./packages/edit-this-page/www/etp-file-upload.adp
    • -0
    • +31
    ./packages/edit-this-page/www/etp-file-upload.tcl
    • -0
    • +1
    ./packages/edit-this-page/www/etp-publish.tcl
    • -0
    • +29
    ./packages/edit-this-page/www/index.vuh
Remove errant 0 character.

Checking in local modifications.

Add file to roll error logs.

    • -0
    • +74
    ./tcl/logroll.tcl.postload
Changed link from hosting widget to point to hosting page, not jobs page