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

add @forums-reading-info-package-create.sql script

add reading info creation scripts

creation

    • -0
    • +213
    ./sql/oracle/forums-reading-info-package-create.sql
Change datatype from text to email for forwarded email

Remove obsolete wrap attribute (textarea)

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

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

Removed trailing / in link tag to pass HTML 4.01 transitional validation

- Redirecting always to the whole thread view after posting.

- Fixing documentation.

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.

creation

    • -0
    • +22
    ./sql/postgresql/forums-reading-info-drop.sql
fixed some problems with constraints

creation: load the reading_info script

    • -0
    • +1
    ./sql/oracle/upgrade/upgrade-1.3d5-1.3d6.sql
adding variable unread_or_new_query to allow reading_info feature

port to oracle and a small display change

creation

    • -0
    • +50
    ./sql/oracle/forums-reading-info-create.sql
    • -0
    • +18
    ./sql/oracle/forums-reading-info-drop.sql
Insert forums-reading-info-drop to drop

Added multirow to pass CSS and script to the default-master in the new way but preserving the old way (header_stuff) for dotLRN/Zen compatibility

store and display reading info

    • -1
    • +1
    ./lib/forums/forums-chunk-postgresql.xql
    • -3
    • +3
    ./lib/message/threads-chunk-postgresql.xql
    • -0
    • +225
    ./sql/postgresql/forums-reading-info-create.sql
    • -0
    • +1
    ./sql/postgresql/upgrade/upgrade-1.3d5-1.3d6.sql
  1. … 5 more files in changeset.