• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed the last post problems cleaned up templates a little bit ..

  1. … 3 more files in changeset.
Added "last_post" column to the forums table and "last_child_post" column

to the forums messages table to track these values. Previously the code

was abusing the related object's last_modified field and it didn't bother

tracking the date of the last reply to a thread.

  1. … 11 more files in changeset.
suppress display of unchanged subject, html/text as radio button

adds forum::posting_policy_set and calls it on forum create or edit fixes bug 1859 (sort of)

  1. … 1 more file in changeset.
userid, objectid backwards in select_forums query permission check

trim multiple leading Re: from subject bug 1888

nbsp for empty last post since nn4 is moronic bug 1923

fixes bug 1921, input validation on message edit

Date/time/number localization

  1. … 71 more files in changeset.
I18N: un-localizing a log message (we haven't been localizing them elsewhere), adding a few keys to the catalog file that were missing

  1. … 1 more file in changeset.
converting a temporary message catalog tag that we missed

  1. … 1 more file in changeset.
I18N: converting the forums application to using the message catalog

  1. … 27 more files in changeset.
merging bug fixes checking into HEAD instead of 4.6

fix disappearing subject. removed set subject "" and checked for

subject existence before setting the form element value. This only affects

replies.

http://openacs.org/sdm/one-baf.tcl?baf_id=1848

add check for blank or all whitespace forum name

fix: http://openacs.org/sdm/one-baf.tcl?baf_id=1856

add whitespace only cehcking to subject and body. add html security checking to body.

file not-allowed.adp was initially added on branch oacs-4-6.

file not-allowed.tcl was initially added on branch oacs-4-6.

Added a not-allowed page, which forums seems to be redirecting to, anyway, but which wasn't there. And changed do_abort so that it doesn't throw an error, but rather an ad_script_abort, and so that it offers the user a login page if he isn't logged in, instead of simply throwing the not-allowed page.

  1. … 2 more files in changeset.
sloan fixes.

verbose outgoing message with links back to forums and message

doubleclick check

dont display moderate link when not available.

default to users can create threads.

  1. … 6 more files in changeset.
ns_return->ad_return, ad_script_abort, redirect to absract urls

  1. … 25 more files in changeset.
cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id)

  1. … 678 more files in changeset.
remove superfluous package local masters and use sitewide master by default

  1. … 687 more files in changeset.
propigate context to master

  1. … 11 more files in changeset.
Removed the <div> with font-family: monospace after Dave confirmed that I wasn't alone in my thinking over at http://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=00065f&topic_id=15&topic=dotLRN%20Development

message deletion fixes

  1. … 3 more files in changeset.
fixes oacs bug #1644 "Alias to function person_name referred to in where clause is not recognized.

Oracle syntax is non-standard. Repeat function call in where clause." patch by Dave Bauer

copyright OpenForce -> MIT

  1. … 113 more files in changeset.
correcting query name

Added focus on first field on forms. Fixed context bar on forum-new. Made charter optional on forum-edit, just like it is on forum-new. Added the missing [form is_request] on forum-new.