• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
The error message from ad_html_security_check wasn't HTML quoted like it should be.

  1. … 1 more file in changeset.
Removed erroneous '2' in html_p label

Fixed bug #232, my last merge contained #...# instead of literal words

Fixed bug #11: Post new message link (merged over from HEAD)

Fixed bug #11: Post new message link

Change merged in from HEAD: Make the Post New Message link appear when people aren't logged in

Make the Post New Message link appear when people aren't logged in

merge bartt PG 7.3 fixes from HEAD

  1. … 53 more files in changeset.
fixes forum_create perm checking bug 108/patch 29 Vinod Kurup

  1. … 1 more file in changeset.
fixes some quoting issues for i18n message lookups bug 102/patch 23 Vinod Kurup

Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2

on oacs-4-6 are included.

  1. … 52 more files in changeset.
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)

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

    • binary
    ./graphics/angel.gif
    • binary
    ./graphics/bigsmile.gif
    • binary
    ./graphics/crazy4.gif
    • binary
    ./graphics/crossedlips.gif
    • binary
    ./graphics/embarrassed.gif
    • binary
    ./graphics/farted.gif
    • binary
    ./graphics/moneymouth.gif
    • binary
    ./graphics/oneeye.gif
    • binary
    ./graphics/scream.gif
  1. … 8 more files in changeset.
Patches to make OpenACS PG 7.3 compatible.

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

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

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

I18N: localizing posting date iwth lc_time_fmt from acs-lang

  1. … 1 more file in changeset.
merge from oacs-4-6

  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. … 3 more files in changeset.
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.

  1. … 11 more files in changeset.
suppress display of unchanged subject, html/text as radio button

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

  1. … 1 more file in changeset.