Commit Graph

15 Commits

Author SHA1 Message Date
Klaus Leithoff
2a4a93a465 improve (failsafe for non matching vartype personal (array instead of expected string)) imap_rfc822_write_address own fallback function; replace imap_base64 (used for decoding) 2014-07-11 11:32:04 +00:00
Klaus Leithoff
6fafa913bd remove error_log message on own imap_rfc822_parse_adrlist 2014-07-01 14:59:07 +00:00
Klaus Leithoff
570d9a76bd use own wrapperfunctions on used but possibly missing imap_rfc822_* functions; work to handle default horde stuff for (auto) loading vs. old Horde stuff used with lib/core.php 2014-07-01 13:20:19 +00:00
Ralf Becker
7082a10338 * API: support for mbstring.func_overload=0 (previously we required mbstring.func_overload=7 to correctly support utf-8) 2014-02-04 16:15:52 +00:00
Ralf Becker
464ad25139 using HTTP status 500 for exceptions, to ease detection of errors with externals tools 2013-03-29 09:45:49 +00:00
Ralf Becker
6b98d885e8 error-handler to throw recoverable errors (eg. catchable fatal error from type hinting) as ErrorException 2013-02-25 14:37:55 +00:00
Ralf Becker
5417fca5b9 removed menuaction check completly, as only missuse was setting currentapp from it, which get now checked
improved _check_script_tag and added a lot of tests, thought not all tests really apply here, so low count of ~50% are not as bad
2012-03-27 08:33:16 +00:00
Ralf Becker
48a38cc7d8 fix to get menuaction proxys (eg. used when creating a link) working again 2012-03-26 11:16:15 +00:00
Ralf Becker
7ee35dc3df allow dash in app-name like in "sitemgr-site" 2012-03-26 08:05:58 +00:00
Ralf Becker
bedd5eb01e Upps, forgot argument 2012-03-26 07:24:54 +00:00
Ralf Becker
7ce21bcaae propper encoding of exception messages, checking of $_GET[menuaction] and $GLOBALS[egw_info][flags][currentapp] 2012-03-26 07:19:03 +00:00
Ralf Becker
4df05d4f06 change max class-name lenght in __autoload to 64, as there are classes with more then 40 chars: projectmanager_wizard_export_elements_csv 2011-11-16 18:47:36 +00:00
Ralf Becker
41940f1f20 fixing warnings generated by php 5.3.8 is_a($obj) trying to autoload huge strings 2011-11-15 12:24:02 +00:00
Ralf Becker
897ea9216f * Setup: making SSHA (salted sha1) hashes the default password hash for SQL and LDAP
- fixing not working ssha hashes if mb_string.func_overload > 0 set
2011-05-04 07:56:09 +00:00
Ralf Becker
5b50417da2 * exceptions get now logged to Apache error_log again 2010-11-04 11:34:20 +00:00