• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed #843 by adding site_node::delete in the destructor of the init class

partial fix for bug 981

fixed admin index bug, internationalized

Focus

removing obsolete catalog files

    • -62
    • +0
    ./catalog/news.fi_FI.ISO-8859-15.xml
  1. … 23 more files in changeset.
Added view news_items_live_or_submitted to upgrade script.

    • -0
    • +96
    ./sql/postgresql/upgrade/upgrade-4.1.0b-4.6.sql
exporting messages from translation server

    • -33
    • +38
    ./catalog/news.nl_NL.ISO-8859-1.xml
  1. … 387 more files in changeset.
re-adding non-ISO-8859-1 catalog files with utf-8 encoding

    • -0
    • +12
    ./catalog/news.AR_EG.utf-8.xml
    • -0
    • +116
    ./catalog/news.AR_LB.utf-8.xml
    • -0
    • +6
    ./catalog/news.ch_zh.utf-8.xml
    • -0
    • +10
    ./catalog/news.el_GR.utf-8.xml
    • -0
    • +10
    ./catalog/news.ja_JP.utf-8.xml
    • -0
    • +112
    ./catalog/news.ko_KR.utf-8.xml
    • -0
    • +103
    ./catalog/news.ms_my.utf-8.xml
    • -0
    • +113
    ./catalog/news.pl_PL.utf-8.xml
    • -0
    • +84
    ./catalog/news.ru_RU.utf-8.xml
    • -0
    • +46
    ./catalog/news.tr_TR.utf-8.xml
  1. … 340 more files in changeset.
removing non-ISO-8859-1 catalog files. They will be re-added in utf-8 in a moment

    • -12
    • +0
    ./catalog/news.AR_EG.ISO-8859-6.xml
    • -111
    • +0
    ./catalog/news.AR_LB.ISO-8859-6.xml
    • -10
    • +0
    ./catalog/news.el_GR.ISO-8859-7.xml
    • -112
    • +0
    ./catalog/news.pl_PL.ISO-8859-2.xml
    • -66
    • +0
    ./catalog/news.ru_RU.windows-1251.xml
    • -46
    • +0
    ./catalog/news.tr_TR.ISO-8859-9.xml
  1. … 300 more files in changeset.
Resolves bug #944. Merged two duplicate I18N keys.

  1. … 3 more files in changeset.
taking action on lost gl_ES messages (http://openacs.org/forums/message-view?message_id=133859). The messages had ended up in message files with locale utf-8 (don't know why yet). Moving the messages back to ISO-8859-1 files and removing the utf-8 files

  1. … 29 more files in changeset.
taking action on lost gl_ES messages (http://openacs.org/forums/message-view?message_id=133859). The messages had ended up in message files with locale utf-8 (don't know why yet). Moving the messages back to ISO-8859-1 files and removing the utf-8 files

  1. … 14 more files in changeset.
removing I18N messages no longer used (almost 200). Collapsing certain keys to make translation easier. Our message key structure is still too fragmented in many places (we have too many keys)

  1. … 281 more files in changeset.
Added upgrade to upgrade to changes made for Oracle 9i support

    • -0
    • +588
    ./sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql
  1. … 23 more files in changeset.
Updated version numbers to upgrade to changes made for Oracle 9i support

  1. … 37 more files in changeset.
adding latest translations from the translation server. Will tidy up the files next using the check-catalog.sh script.

    • -0
    • +62
    ./catalog/news.fi_FI.utf-8.xml
    • -0
    • +114
    ./catalog/news.gl_ES.utf-8.xml
  1. … 630 more files in changeset.
to_timestamptz didn't work so using to_timestamp instead

    • -1
    • +1
    ./tcl/test/news-db-test-init-postgresql.xql
making the news Tcl API tests work with the new status plsql function

    • -1
    • +1
    ./tcl/test/news-db-test-init-oracle.xql
    • -1
    • +1
    ./tcl/test/news-db-test-init-postgresql.xql
    • -45
    • +10
    ./tcl/test/news-db-test-init.tcl
removing message key archived_in not used

fixing bug 240 - internationalization of news publish status. Making the PLSQL function news_status return only a short name status instead of human readable text. Instead generating human readable text from new Tcl proc news_pretty_status. Bumping version number to 5.0d1. Providing an automated test covering both functions.

    • -0
    • +673
    ./sql/oracle/upgrade/upgrade-4.6-5.0d1.sql
    • -50
    • +27
    ./sql/postgresql/news-create.sql
    • -0
    • +145
    ./sql/postgresql/upgrade/upgrade-4.6-5.0d1.sql
    • -0
    • +12
    ./tcl/test/news-test-procs-oracle.xql
    • -0
    • +12
    ./tcl/test/news-test-procs-postgresql.xql
writing a Tcl proc with accompanying test case to replace the news__status plsql function. TODO: replace usage of plsql function with Tcl proc and update view

    • -0
    • +70
    ./tcl/test/news-test-procs.tcl
Oracle9i porting changes

- Changed procedure names from delete to del

- Changed view declaration to use actual column names

- Changed "rel_constraints_violated_one" and "rel_constraints_violated_two"

(http://openacs.org/forums/message-view?message_id=81045)

    • -3
    • +3
    ./tcl/test/news-db-test-init-oracle.xql
  1. … 270 more files in changeset.
Fixed bug #562: news admin page broken on Oracle

re-exporting the Arabic catalog files as their keys were previously messed up (had question marks in them)

  1. … 60 more files in changeset.
adding latest translations from the translation server

    • -0
    • +13
    ./catalog/news.AR_EG.ISO-8859-6.xml
    • -0
    • +114
    ./catalog/news.AR_LB.ISO-8859-6.xml
    • -96
    • +96
    ./catalog/news.de_DE.ISO-8859-1.xml
    • -0
    • +114
    ./catalog/news.it_IT.ISO-8859-1.xml
  1. … 616 more files in changeset.
Added -- after call to ad_text_to_html to prevent argument from being considered a switch

  1. … 4 more files in changeset.
More noquote fixes.

Merge in fix for postgresql 7.3 from HEAD.

    • -32
    • +23
    ./sql/postgresql/news-create.sql
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 813 more files in changeset.
Noquote fixes and some minor html/navigational cleanup.