• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adding a sort filter to the thread listing page so that you can easily discover threads with new postings (sort by first or last post)

removing the post new thread link on the page for viewing one thread (message) as people mistakenly start new threads with it (at least I do). Decreasing step size of indentation from 3 to 1 as was done on the 4-6 branch

the body format should have a default selection when posting to forums

message lookups in Tcl files should not be quoted with curly braces

Added emoticons, bumped up version number to 0.4 (to be merged with 0.3d from oacs-4-6 later) so that the new parameter gets recognised.

    • -0
    • +35
    ./tcl/messages-format-procs.tcl
    • binary
    ./www/graphics/angel.gif
    • binary
    ./www/graphics/bigsmile.gif
    • binary
    ./www/graphics/burp.gif
    • binary
    ./www/graphics/crazy4.gif
    • binary
    ./www/graphics/crossedlips.gif
    • binary
    ./www/graphics/cry.gif
    • binary
    ./www/graphics/embarrassed.gif
    • binary
    ./www/graphics/farted.gif
    • binary
    ./www/graphics/kiss.gif
    • binary
    ./www/graphics/moneymouth.gif
    • binary
    ./www/graphics/oneeye.gif
  1. … 8 more files in changeset.
Date/time/number localization that was forgotten to carry over to postgresql, fixes message posting on pg

Patches to make OpenACS PG 7.3 compatible.

  1. … 51 more files in changeset.
adding package version information to message catalog files

  1. … 42 more files in changeset.
use parent_id is null rather than tree_level(forums_messages.tree_sortkey) = 1 since it's much faster

file upgrade-0.2d-0.3d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade-0.2d-0.3d.sql
    • -0
    • +0
    ./sql/postgresql/upgrade-0.2d-0.3d.sql
create necessary index, make forums_message__root_message_id isstrict, icachable, upgrade script

    • -0
    • +4
    ./sql/oracle/forums-messages-create.sql
    • -0
    • +28
    ./sql/postgresql/upgrade-0.2d-0.3d.sql
bug fix: with the 4-6 merge column name changed from last_post_pretty to last_post_ansi

bug fix: after the 4-6 merge the column name is last_post_ansi instead of last_modified_ansi

Minor layout fix.

I18N: moving the thread options Flat and Threaded into message catalog, correcting misspelled last_child_post_pretty column name

    • -91
    • +94
    ./catalog/forums.en_US.ISO-8859-1.xml
sync info files with package data and correct provides identifiers

  1. … 36 more files in changeset.
quote html in subjects on the search page

I18N: localizing posting date iwth lc_time_fmt from acs-lang

merge from oacs-4-6

    • -0
    • +1
    ./sql/oracle/forums-messages-create.sql
    • -1
    • +16
    ./sql/oracle/forums-messages-package-create.sql
    • -0
    • +328
    ./sql/oracle/upgrade-0.1d-0.2d.sql
    • -13
    • +2
    ./sql/postgresql/forums-forums-create.sql
    • -0
    • +173
    ./sql/postgresql/upgrade-0.1d-0.2d.sql
  1. … 89 more files in changeset.
html quotes subject bug 1953/patch 512 Stan Kaufman

Fixed the last post problems cleaned up templates a little bit ..

    • -1
    • +9
    ./sql/oracle/forums-messages-package-create.sql
file upgrade-0.1d-0.2d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade-0.1d-0.2d.sql
    • -0
    • +0
    ./sql/postgresql/upgrade-0.1d-0.2d.sql
Added "last_post" column to the forums table and "last_child_post" column

to the forums messages table to track these values. Previously the code

was abusing the related object's last_modified field and it didn't bother

tracking the date of the last reply to a thread.

    • -0
    • +1
    ./sql/oracle/forums-messages-create.sql
    • -1
    • +8
    ./sql/oracle/forums-messages-package-create.sql
    • -0
    • +321
    ./sql/oracle/upgrade-0.1d-0.2d.sql
    • -13
    • +2
    ./sql/postgresql/forums-forums-create.sql
    • -0
    • +173
    ./sql/postgresql/upgrade-0.1d-0.2d.sql
suppress display of unchanged subject, html/text as radio button

email message format cleaned up bug 1893/patch 502 Tilmann Singer + some tweaks

adds forum::posting_policy_set and calls it on forum create or edit fixes bug 1859 (sort of)

userid, objectid backwards in select_forums query permission check

trim multiple leading Re: from subject bug 1888

nbsp for empty last post since nn4 is moronic bug 1923

fixes bug 1921, input validation on message edit