• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

  1. … 4 more files in changeset.
Removed the tcl code in the adp and replaced it with a multirow

Merge oracle compatibility fix from HEAD

Renamed mark_all_readed to mark-all-read

  1. … 6 more files in changeset.
Fixed problem on forum-view with messages(new_p) doesn't exist.

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

  1. … 1 more file in changeset.
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.

  1. … 3 more files in changeset.
Making expanded state the default when showing threads ( js functionality ).

Fixing typo in lib/forums/forums-chunk.

Making "new tag" in portlet consistent with bold forum titels showed

in forums index.

  1. … 3 more files in changeset.
Changed *^*&#$(&*(*$%&#@ tabs to spaces, and yes, it messes up history, and

no, I don't care.

HTML Strict cleanup

  1. … 2 more files in changeset.
HTML Strict cleanup. Refactor to use listtemplate. Added a lib for search box

    • -0
    • +10
    ./search/search-form.adp
    • -0
    • +14
    ./search/search-form.tcl
  1. … 9 more files in changeset.
HTML Strict cleanup

  1. … 3 more files in changeset.
HTML Strict cleanup

  1. … 1 more file in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 185 more files in changeset.
changeing message key acs-kernel.common_no to acs-kernel.common_No (since the label is No as well), adding a new message key acs-kernel.common_no (with lower case "no")

  1. … 51 more files in changeset.
reverting change made to fix flat mode oracle as it has been solved in the xql file

added t alias to for postgresql compatibility

fixes an order_by clause that was broken for oracle in flat mode

makes all messages dates in a thread show in local time of the user reading, previously just the first post worked this way

Fixing unread_or_new_query db_map and mapping unread queries as well

    • -2
    • +17
    ./message/threads-chunk-postgresql.xql
forums_reading_info__remove_msq query to xql

count_unread must be written like a xql partialquery

    • -1
    • +12
    ./forums/forums-chunk-postgresql.xql
Remove obsolete wrap attribute (textarea)

  1. … 32 more files in changeset.
change unread_or_new_query by unread_or_new_query_clause using db_map to support oracle and postgresql

    • -1
    • +7
    ./message/threads-chunk-postgresql.xql
add from clause in query

- Redirecting always to the whole thread view after posting.

- Fixing documentation.

  1. … 1 more file in changeset.
Fixing the display of messages for forums in flat mode:

1. Removing buttons "expand", "collapse" ( flat mode and threaded mode ).

2. Showing messages ordered by input.

3. Showing messages in "flat" mode.

4. Removing "Replay" button.

  1. … 1 more file in changeset.
adding variable unread_or_new_query to allow reading_info feature

port to oracle and a small display change

store and display reading info

    • -3
    • +3
    ./message/threads-chunk-postgresql.xql
  1. … 14 more files in changeset.