Commit Graph

11 Commits

Author SHA1 Message Date
Ralf Becker
915f0f3493 * PHP 5.4: fixes for strict warnings, thought disabling E_STRICT for now, because of various strict warnings in working code, which could not be easy fixed in all areas 2012-04-02 07:48:13 +00:00
Ralf Becker
340da0bfbf quietening permanent error_log 2011-11-30 09:39:13 +00:00
Ralf Becker
becb6b44d6 fixed racecondition in caching translations for installs with multiple instances:
do NOT use automatic callback to cache result, as installing languages in setup can create a racecondition, therefore only cache existing non-instance-specific translations, never cache nothing found === array(), instance-specific translations can and should always be cached!
2011-11-30 09:22:04 +00:00
Ralf Becker
82f96c19a7 in case no charset is set, default to utf-8, as otherwise setting charset in sqlfs_stream_wrapper can stall install 2011-11-10 10:26:02 +00:00
Klaus Leithoff
2888e7dfdc * API: decodeMailHeader handle nested encoding for imap_mime_header_decode 2011-08-18 15:03:56 +00:00
Ralf Becker
5a45d31e1e fixed creating of new translations / give [Write] button file not yet existing (permissions given) 2011-08-04 07:40:16 +00:00
Klaus Leithoff
e57eb8d891 fixing a problem of swallowed whitespace while converting html to text 2011-05-05 09:04:26 +00:00
Ralf Becker
60172b481d * Setup: fixed not working deinstall of languages 2011-04-09 10:05:05 +00:00
Klaus Leithoff
71a7911711 fix for Stylite Ticket#8044 -Message on loginscreen and home doesent have a default lang fallback as all other egroupware translations 2010-10-05 08:47:17 +00:00
Klaus Leithoff
cb2b42b0c2 convertHTML2Text: handling of chars that break further processing of converted Data (e.g.: Mail to Infolog) 2010-09-15 08:45:01 +00:00
Klaus Leithoff
78b615ad5d preserving ampersands while converting html to text; improving linebreak behavior; switching off WordWrapn (by setting it to 0) in phpmailer, as we handle our linebreaking on our own 2010-09-09 10:28:11 +00:00