• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added code to deal with trailing /'s so links wouldn't get screwed.

Initial index.vuh to give forums the ability to respond to "pretty" URLs,

i.e.: /forums/openacs (instead of /forums/forums-view?forum_id=34245) and

/forums/56803 instead of /forums/message-view?message_id=56803.

fix context for Entire Thread

context fix, sort by unformatted date, dont display seconds

require user to be a registered user to forward a forum message, fix context bar

make link forward rather than email to prevent brain confusion for crb

ad_maybe_redirect_for_registration for posting

remove center tags

add attribute to new.gif

add new icon to message list

remove unsed master.tcl

clean up background-color: (nothing) with some ifs

fix context bar and clean up views

fix context/context_bar

change context_bar to context for 4.6

fix message-post-confirm

remove unused file

clean up forums formatting

clean up html checking to sync with 4.6

OpenACS update 2002-10-08

  1. … 2799 more files in changeset.
clean up forum-view page navigation

merge latest forums from CVS

  1. … 20 more files in changeset.
more fixing

removed that, it was a mistake, ad_form uses its own hidden vars and I don't

want to be dependent on the internal structure of ad_form

maybe a ad_form_cofirm proc to generate the mutltirow would be nice

simplified message-post-confirm to explicitly show

the form vars instead of the multirow magic. This is alot easier to read and

not really necessary to use the multirow in this case because we know what

form vars are coming.

added useful comments explaining change to ad_form

fixed css problem with netscape

added ad_html_security check to post contents

rewrote message-post with ad_form

    • -0
    • +12
    ./message-post-confirm-postgresql.xql
    • -0
    • +56
    ./message-post-confirm.tcl
    • -0
    • +21
    ./message-post-confirm.xql
Fixed invisible message bug in NN 4.7x

Modified message-post-* to do a security check on the html entered. and

changed to use ad_form.

Made it so it says "You may rquest notification for this message" instead of

"You may request notification for <message title>", which was confusing.

rearrange

moved validate block to correct place