• last updated 23 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Non-anonymous posting was broken

Allow anonymous postings

    • -0
    • +5
    ./admin/permissions-user-add.adp
    • -0
    • +16
    ./admin/permissions-user-add.tcl
    • -0
    • +5
    ./admin/permissions.adp
    • -0
    • +16
    ./admin/permissions.tcl
  1. … 1 more file in changeset.
Added -- after call to ad_text_to_html to prevent argument from being considered a switch

  1. … 5 more files in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 809 more files in changeset.
Merging in paginated forum view from openacs.org-dev

these templates make things look left-justified but they are actually centered in some versions of IE. This fixes that as far as I know.

added link back to forum view from message view

make forums noquote friendly and remove special case in acs-templating

  1. … 1 more file in changeset.
get the ansi formatted dates in the queries

I had hard-coded a table name when I needed to use a variable, because the table used depends on whether the user has moderation rights on the message or not

Uppercase "C" in "Confirm". Come on, Yon! :)

use table.column so it will sort by the actual date and not it's alpha representation

noquote changes (Dirk Gomez)

  1. … 80 more files in changeset.
noquote changes (Dirk Gomez)

  1. … 117 more files in changeset.
merge of 4.6.3b1 to HEAD

  1. … 60 more files in changeset.
remove duplicate new_p line

properly format HTML in messages e-mailed to a third party

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