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

Added missing message key.

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. … 2 more files in changeset.
Fixing expand/collapse for messages, individual and global behavior.

Now the collpase.css and expand.css are no longer needed, just commentted

those additions.

Removed link to the truly horrid, dangerous subscribe people and do magic

page.

Removing Print button from message view interface.

Fixing behavior in expand/collpase buttons.

Removing links to unused css's.

Changed *^*&#$(&*(*$%&#@ tabs to spaces, and yes, it messes up history, and

no, I don't care.

HTML Strict cleanup

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

    • -0
    • +10
    ./lib/search/search-form.adp
    • -0
    • +14
    ./lib/search/search-form.tcl
    • -65
    • +65
    ./lib/user/post-history-chunk.tcl
  1. … 5 more files in changeset.
HTML Strict cleanup

HTML Strict cleanup

Replaced header_stuff with template::head procs

Import of message keys from translation server for core and .LRN packages.

This catalogs have no package version info. Check http://openacs.org/forums/message-view?message%5fid=1007666

    • -24
    • +24
    ./catalog/forums.es_ES.ISO-8859-1.xml
  1. … 1287 more files in changeset.
Greek catalogs for dotlrn

  1. … 45 more files in changeset.
Remove broken callback code which causes reply by email to not

work. message::new is called in a scheduled_proc, you can't use

ad_conn. Taking out new feature specific to project manager that

breaks existing feature.

Merged oacs-5-3 branch to HEAD

    • -4
    • +3
    ./tcl/forums-callback-procs-oracle.xql
    • -4
    • +4
    ./tcl/forums-callback-procs-postgresql.xql
  1. … 173 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

bumping version numbers to 1.3d7, since was added the attribute package-instance-name to use it in the context bar.

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

Child messages content was not indexed (search). Fix query to retrieve the whole thread and index its content

    • -4
    • +3
    ./tcl/forums-callback-procs-oracle.xql
    • -4
    • +4
    ./tcl/forums-callback-procs-postgresql.xql
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

    • -1
    • +15
    ./lib/message/threads-chunk-oracle.xql
    • -2
    • +17
    ./lib/message/threads-chunk-postgresql.xql