• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use doc(title) property

Strip outlook junk from replies

HTML Strict cleanup: removed trailing slash of input, img, link and meta tags

  1. … 35 more files in changeset.
HTML Strict cleanup: removed trailing slash of the BR tag

  1. … 40 more files in changeset.
Fix dependencies

  1. … 21 more files in changeset.
Marked up the subjects as heading (h2) in threads-chunk so that a screenreader user can navigate from one thread to the next. Added the corresponding style definition in CSS.

Moved the reply, forward, etc. buttons after the content (in the read order) but keep it displayed at the same place (CSS magic!).

Set meaningful alt text for the expand/collapse image of a message. Added title attribute to the link. Made both accurate with the status of the message.

Removed the tcl code in the adp and replaced it with a multirow

Fixed package forum-reading-info for Oracle.

    • -3
    • +2
    ./sql/oracle/forums-reading-info-drop.sql
    • -57
    • +140
    ./sql/oracle/forums-reading-info-package-create.sql
Fixed context bar. This had a empty parameter.

Remove unused parameter UseReadingInfo.

Merge oracle compatibility fix from HEAD

Fix path of the upgrade script to source

file mark-all-read-oracle.xql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./www/mark-all-read-oracle.xql
file mark-all-read.tcl was initially added on branch oacs-5-4.

    • -0
    • +0
    ./www/mark-all-read.tcl
file mark-all-read-postgresql.xql was initially added on branch oacs-5-4.

    • -0
    • +0
    ./www/mark-all-read-postgresql.xql
Renamed mark_all_readed to mark-all-read

    • -16
    • +0
    ./www/mark_all_readed-postgresql.xql
Fixed packaged body bug

    • -1
    • +1
    ./sql/oracle/forums-reading-info-package-create.sql
Fix to avoid the growth of the subject line in a multi-language environment. The Re: prefix is always added using the site wide locale to be able to trim it.

Fixed problem on forum-view with messages(new_p) doesn't exist.

    • -1
    • +1
    ./lib/message/threads-chunk-oracle.xql
Added callback implementation of forums_forum for search. Added comment in the SC implementation saying it's deprecated and not used, will have to be removed in 5.5

Moved css and js and a couple of templates over from 5.4, getting rid of

the notoriously broken expand/collapse thread buttons. This commit is a work

in progress, need to test and perhaps fix ...

The print.css link shouldn't be "alternative" but just plain style, since

it's enabled only for the "print" media type and we don't want theme zen's

or any other js to accidently select it ...

Cleaned up forums.js. As discussed in e-mail, changed generic function names

such as "toggle()" to "forums_toggle()" to reduce the odds of future name

clashes causing as much confusion and embarrassment as the recent ones in zen

and forums did. Made formatting consistent. Got rid of template::head calls

to load unused javascript which just made the code more confusing.

Behavior matches .LRN 2.2 behavior, the arrow on a message collapses or

expands that message only, not its subtree. Subtree would probably be better

(and I swear it did, once upon a time) but that will have to wait for the

future if people want it.

I think I removed a bit too much, such as stuff related to optional ajax

usage or something like that, so I put it back.

Got rid of Victor's terribly broken button stuff, and got simple open/close

message to work. However it only affects the one message, I thought it's

supposed to open/close subtrees ...

ANOTHER missing message key! (sigh) Available_Messages ...

Changing cookie name from "style" ( too general name for a cookie ) for

forums_messages_state.

Savin/loadingg state ( collapsed/expanded ) of messages.