• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:peterm:20030618094006:1 does not match your current filter (clear filter).

file forums-sc-create.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/postgresql/forums-sc-create.sql
file forums-sc-drop.sql was initially added on branch oacs-4-6.

    • -0
    • +0
    ./sql/postgresql/forums-sc-drop.sql
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

    • -0
    • +3
    ./sql/oracle/forums-messages-create.sql
    • -1
    • +1
    ./sql/postgresql/forums-forums-create.sql
    • -5
    • +5
    ./sql/postgresql/upgrade-0.1d-0.2d.sql
    • -0
    • +3
    ./sql/postgresql/upgrade-0.3d-0.4d.sql
  1. … 50 more files in changeset.
remove duplicate new_p line

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

removing the file listings from the info files since those are no longer used by OpenACS

  1. … 5 more files in changeset.
The error message from ad_html_security_check wasn't HTML quoted like it should be.

  1. … 1 more file in changeset.
committing the latest translations from the dotLRN translation server

    • -1
    • +1
    ./catalog/forums.fi_FI.ISO-8859-15.xml
    • -0
    • +117
    ./catalog/forums.no_NO.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/forums.ru_RU.windows-1251.xml
  1. … 422 more files in changeset.
I've changed "timestamp" to "timestamptz" and have begun fixing some

code that used to be legal but as of PG 7.3 is not. You can no longer

subtract an integer from a timestamp but must cast to date, "timestamp"

disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"),

and suchwhat.

Not done but closer than it was before ...

    • -1
    • +1
    ./sql/postgresql/forums-forums-create.sql
    • -5
    • +5
    ./sql/postgresql/upgrade-0.1d-0.2d.sql
  1. … 33 more files in changeset.
forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now.

    • -9
    • +0
    ./sql/postgresql/forums-forums-drop.sql
  1. … 7 more files in changeset.
Removed erroneous '2' in html_p label

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