• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
forums_reading_info__remove_msq query to xql

count_unread must be written like a xql partialquery

    • -1
    • +11
    ./lib/forums/forums-chunk-oracle.xql
    • -1
    • +12
    ./lib/forums/forums-chunk-postgresql.xql
forums_reading_info__user_add_msg query to xql

creation

    • -0
    • +16
    ./www/mark_all_readed-oracle.xql
    • -0
    • +16
    ./www/mark_all_readed-postgresql.xql
forums_reading_info__user_add_forum query to xql