Changeset a5d3e66 in github


Ignore:
Timestamp:
Aug 20, 2006 10:41:57 AM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6c76c91
Parents:
9960666
Message:

Set default spelling language (Ticket #1483938)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r64009eb ra5d3e66  
    11CHANGELOG RoundCube Webmail 
    22--------------------------- 
     3 
     42006/08/20 (thomasb) 
     5---------- 
     6- Set default spelling language (Ticket #1483938) 
     7- Added support for Nox Spell Server 
     8 
     9 
     102006/08/18 (thomasb) 
     11---------- 
     12- Re-built message parsing (Bug #1327068) 
     13- Fixed some XSS and SQL injection issues 
     14 
    315 
    4162006/08/10 (thomasb) 
  • program/steps/mail/compose.inc

    r9960666 ra5d3e66  
    396396                                "googie.lang_close = \"%s\";\n". 
    397397                                "googie.lang_revert = \"%s\";\n". 
    398                                 "googie.lang_no_error_found = \"%s\";\n%s".                                 
     398                                "googie.lang_no_error_found = \"%s\";\n%s". 
     399                                "googie.setCurrentLanguage('%s');\n". 
    399400                                "googie.decorateTextarea('%s');\n". 
    400401                                "%s.set_env('spellcheck', googie);", 
     
    406407                                rep_specialchars_output(rcube_label('nospellerrors')), 
    407408                                $lang_set, 
     409                                substr($_SESSION['user_lang'], 0, 2), 
    408410                                $attrib['id'], 
    409411                                $JS_OBJECT_NAME), 'foot'); 
Note: See TracChangeset for help on using the changeset viewer.