• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
removing debug printout

making more text in the calendar portlet use the message catalog

suppress subject display if it matches the root subject with response to or re:

correcting mistake - must story the message key in the database rather than the localized text for Day Summary pretty name

I18N: making the day summary pretty name be localized

making the admin pretty name use the message catalog

I18N: internationalizing time-related words used by acs-datetime such as month names. Work done by Steffen Tiedemann. Thanks Steffen.

strip multiple leading Re: from subject on reply

I18N: converting general-comments package to using the message catalog. Kudos to Steffen Tiedemann who did the job as a volunteer

  1. … 15 more files in changeset.
regexp correction - dash is a permissible character in a message catalog key

making the faq portlet admin pretty name use the message catalog

I18N: converting faq package to using the message catalog. Adding some danish translations. Adding popup javascript confirmation to deletion of FAQ:s and questions

    • -0
    • +47
    /openacs-4/packages/faq/catalog/faq.da_DK.ISO-8859-1.xml
    • -0
    • +49
    /openacs-4/packages/faq/catalog/faq.en_US.ISO-8859-1.xml
    • -3
    • +4
    /openacs-4/packages/faq/www/one-faq.adp
    • -4
    • +5
    /openacs-4/packages/faq/www/one-question.adp
    • -1
    • +1
    /openacs-4/packages/faq/www/one-question.tcl
    • -23
    • +22
    /openacs-4/packages/faq/www/admin/faq-new.adp
    • -5
    • +4
    /openacs-4/packages/faq/www/admin/faq-new.tcl
    • -5
    • +6
    /openacs-4/packages/faq/www/admin/index.adp
    • -11
    • +12
    /openacs-4/packages/faq/www/admin/one-faq.adp
  1. … 3 more files in changeset.
fix service contract file. unported from oracle.

fix call to question__delete should be question__remove

fix question_delete (change to remove)

adds template::paginator::get_row_last, template::paginator::get_pages_info

better documentation

template::paginator::get_page_count now correct.

non integer ID support

patch 493 Deds Castillo

fix ad_html_to_text pre CRLF to return mapping (was inserting literal \n)

fix ad_html_to_text pre CRLF to return mapping (was inserting literal \n)

fix typo

    • -1
    • +1
    /openacs-4/packages/survey/www/admin/one.adp
fix survey copy

fix question renumbering

I18N: adding danish translation of news

    • -0
    • +115
    /openacs-4/packages/news/catalog/news.da_DK.ISO-8859-1.xml
allow component_id to be passed in URL

I18N: converting dotlrn-fs to using the message catalog

I18N: converting file-storage to using the message catalog

  1. … 38 more files in changeset.
I18N: adding support for handy interpolation of variables into localized messages from tcl files by using upvar

Adding links to message catalog translation UI from site-wide admin page and from the locale preference page for users, adding explaining text to translation UI

Made message URLs be of the form "forums/<forum>/message/<message_id>"

    • -13
    • +36
    /openacs.org-dev/packages/forums/www/index.vuh
Added code to deal with trailing /'s so links wouldn't get screwed.

Fixed some minor details.