• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- added curly braces around expression

Don't output the UL if the actions list is empty (not valid HTML)

- normalize string expressions

  1. … 9 more files in changeset.
- present reply/post button only, when permissions allow it

- present email-message button only, if user is logged in

- present mark_all_read button only, if user is logged in

- add parameter "-user_id" to forums:permissions for orthogonality with the rest of the API

Set widh to 100% for richtext widget

Remove package versions from catalog files

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 ...