• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added -- after call to ad_text_to_html to prevent argument from being considered a switch

  1. … 5 more files in changeset.
Adding search capabilities to forums. These two files are copied over from openacs.org-dev, with a fix so they don't break because of missing locale in non-connected threads.

    • -0
    • +36
    ./tcl/forums-sc-procs-postgresql.xql
    • -0
    • +98
    ./tcl/forums-sc-procs.tcl
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

    • -0
    • +76
    ./sql/postgresql/forums-sc-create.sql
    • -0
    • +23
    ./sql/postgresql/forums-sc-drop.sql
  1. … 805 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

committing all translations on the translation server at http://translate.dotlrn.collaboraid.net

    • -41
    • +41
    ./catalog/forums.es_ES.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/forums.fi_FI.ISO-8859-15.xml
    • -0
    • +67
    ./catalog/forums.gl_ES.ISO-8859-1.xml
    • -0
    • +117
    ./catalog/forums.ko_KR.EUC-KR.xml
    • -0
    • +51
    ./catalog/forums.ms_my.US-ASCII.xml
    • -5
    • +10
    ./catalog/forums.pt_BR.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/forums.ru_RU.windows-1251.xml
  1. … 532 more files in changeset.
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

adding OpenFTS site-wide search integration of forums from openacs.org. We tested it on a .LRN server and it worked fine

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