• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Committing the latest translation work from the dotlrn translation server. Many thanks to all the volunteer translators.

    • -1
    • +62
    ./catalog/forums.de_DE.ISO-8859-1.xml
    • -7
    • +12
    ./catalog/forums.fi_FI.ISO-8859-15.xml
    • -1
    • +11
    ./catalog/forums.ru_RU.windows-1251.xml
  1. … 125 more files in changeset.
Fixed bug #232, my last merge contained #...# instead of literal words

Removed some postgresql-isms. SC drop is Still missing, and it will still fail because of child record problems in notifications.

Added missing drop script.

    • -0
    • +12
    ./sql/oracle/forums-tree-drop.sql
file upgrade-0.3d-0.4d.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/oracle/upgrade-0.3d-0.4d.sql
    • -0
    • +0
    ./sql/postgresql/upgrade-0.3d-0.4d.sql
adds user_id and parent_id indexes in forums_messages, bump version to 0.4d, upgrade scripts

    • -0
    • +3
    ./sql/oracle/forums-messages-create.sql
    • -0
    • +3
    ./sql/postgresql/upgrade-0.3d-0.4d.sql
Fixed bug #11: Post new message link (merged over from HEAD)

Fixed bug #11: Post new message link

Make current choice be in bold

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

I18N: committing all the message catalog files from the dotLRN translation server. Kudos to all our translators for this contribution.

    • -0
    • +112
    ./catalog/forums.da_DK.ISO-8859-1.xml
    • -0
    • +56
    ./catalog/forums.de_DE.ISO-8859-1.xml
    • -0
    • +112
    ./catalog/forums.es_ES.ISO-8859-1.xml
    • -0
    • +112
    ./catalog/forums.fi_FI.ISO-8859-15.xml
    • -0
    • +23
    ./catalog/forums.it_IT.ISO-8859-1.xml
    • -0
    • +112
    ./catalog/forums.nl_NL.ISO-8859-1.xml
    • -0
    • +112
    ./catalog/forums.pl_PL.ISO-8859-2.xml
    • -0
    • +112
    ./catalog/forums.pt_BR.ISO-8859-1.xml
    • -0
    • +11
    ./catalog/forums.ru_RU.windows-1251.xml
    • -0
    • +54
    ./catalog/forums.sh_HR.ISO-8859-5.xml
    • -0
    • +113
    ./catalog/forums.sv_SE.ISO-8859-1.xml
  1. … 323 more files in changeset.
merge bartt PG 7.3 fixes from HEAD

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

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.

    • -0
    • +4
    ./sql/oracle/forums-messages-create.sql
    • -0
    • +28
    ./sql/postgresql/upgrade-0.2d-0.3d.sql
  1. … 46 more files in changeset.
Use posting_date_ansi + adds error check for non doubleclick submit error. closes bug 103/patch 21 Vinod Kurup

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