Commit Graph

3951 Commits

Author SHA1 Message Date
Klaus Leithoff
d34486462a postgres compatibility gathering of birthdays for homearea (calendar merge of birtdays into holidays) order by column must be part of distinct selection list; adapting calendar home view to meet expected date format by using egw_time::to 2010-09-17 14:00:50 +00:00
Klaus Leithoff
28d5e5b49f 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:33:28 +00:00
Ralf Becker
d3ac0f0687 setting NO memory limit for async service 2010-08-23 16:34:00 +00:00
Ralf Becker
c07bbde11d * restore to current system charset, to force all restores to utf-8, and do NOT halt on sql errors in restore 2010-08-19 08:09:27 +00:00
Ralf Becker
642489ded5 * not overwriting system configuration (eg. pathes) on restore, which break a running system and if called from within EGroupware update the restored backup, in case it is an older version 2010-08-15 15:51:24 +00:00
Jörg Lehrke
c5d0478294 Fix old format vCard/vCalendar quoting issue 2010-08-06 20:51:03 +00:00
Jörg Lehrke
76723b08fa Improve support of BB Funambol Client 2010-08-06 18:14:07 +00:00
Jörg Lehrke
5edfad2233 Fix syncml:metinf and syncml:devinf namespace issue (#2696) 2010-07-25 18:10:52 +00:00
Ralf Becker
bad2477f30 fixed wrong extraction of the extra_attr, eg. uid 2010-07-21 14:40:08 +00:00
Ralf Becker
c8a989ce0c fixed PHP warning: Illegal offset type in phpgwapi/inc/class.accounts_ldap.inc.php on line 1100 and not working update of group mail addresses 2010-07-21 14:22:01 +00:00
Ralf Becker
b900124c1c replace deprecated call_user_method(_array) with call_user_func(_array) 2010-07-20 16:49:46 +00:00
Klaus Leithoff
a87e750690 use notifications option/configuration to enforce the use of emailadminprofiles only for notifications 2010-07-19 07:33:39 +00:00
Jörg Lehrke
c28f03c9d9 Fix FroupDAV report issue 2010-07-02 05:03:37 +00:00
Klaus Leithoff
0c678f50a9 fix for cached titles that are empty 2010-07-01 11:16:26 +00:00
Ralf Becker
753138536b backported jscalendar-setup stuff (access without special app rights) 2010-06-30 12:06:38 +00:00
Jörg Lehrke
947e54d15b Fix CTag issues for GroupDAV 2010-06-29 13:16:09 +00:00
Jörg Lehrke
9c5284bc61 Fix CalDAV issues 2010-06-29 09:21:52 +00:00
Jörg Lehrke
9265095371 Various GroupDAV improvements 2010-06-27 22:18:01 +00:00
Jörg Lehrke
26e2721fea Backport of various SyncML core improvements 2010-06-26 16:28:37 +00:00
Ralf Becker
0ca03d3af1 backporting r30991-4: using egw_db->capabilities[egw_db::CASE_INSENSITIVE_LIKE] and other PostgreSQL 8.3 fixes 2010-06-22 17:06:51 +00:00
Jörg Lehrke
0db219ca7d Fix SlowSync timestamp issue (#2663) 2010-06-19 15:31:01 +00:00
Ralf Becker
c8615c194c fixed not working non-static use after Jörgs commit ($app was NOT set anymore) 2010-06-16 11:04:49 +00:00
Jörg Lehrke
a97b6ed74c Fix config::save_value static call issue 2010-06-16 08:36:36 +00:00
Ralf Becker
2c75cd5705 delete db entry again, if we are not able to open a new(!) file in filesystem 2010-06-14 20:12:14 +00:00
Jörg Lehrke
5e371effcf 2nd Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601) 2010-06-14 07:41:56 +00:00
Jörg Lehrke
0abcc56d6a Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601) 2010-06-11 10:00:12 +00:00
Andreas Stöckel
522b9884c3 Solved problem with magic_quotes_pgc and xajax request with depth greater 1 2010-06-10 12:36:27 +00:00
Klaus Leithoff
76d349397f some additional stuff to improve mailheader decoding 2010-06-07 14:53:30 +00:00
Klaus Leithoff
f8a7b498f2 update to Version 4.1.1:HTML Purifier 4.1.1 is a major security and bugfix release that
improves on 4.1s fix for an XSS vulnerability exploitable on Internet Explorer.  It also contains a number of important bugfixes, including
> the removal of improper logic that could result in infinite loops and
> fixed parsing for single-attributes with entities with DirectLex.
2010-06-04 11:16:14 +00:00
Klaus Leithoff
063e451437 postgres: fix for problem with db_backup/update -> no MetaColumns retrieved anymore: if tablenames are quoted, remove the quotes as the use of tablenames in MetaColumns is for comparsion of content of fields in postgres system tables; quoting tablenames breaks comparsion here. 2010-06-01 12:22:45 +00:00
Ralf Becker
297e1dbe76 backported Andreas r30212: Resolved problem with some directories that cannot be opened if they contain a symlink, due to a problem with vfs_stream_wrapper::check_symlink_components, which returned that a path doesn't have a symlink in it caused by to the vfs_stream_wrapper internal symlink_cache 2010-05-22 11:36:02 +00:00
Ralf Becker
2610b365c8 fixed PHP Fatal error: Declaration of vfs_stream_wrapper::url_stat() must be compatible with that of iface_stream_wrapper::url_stat() 2010-05-22 11:01:29 +00:00
Ralf Becker
0f32405f0a fixed bug egw.stylite.de#8079: new symlinks in /apps not visible on same request 2010-05-22 08:45:11 +00:00
Jörg Lehrke
2c1e4b28ce Fix egw_ical_iterator issue; special CalDAV treatment for lightning 2010-05-21 16:52:05 +00:00
Jörg Lehrke
3650f8f222 Fix parameter parser again 2010-05-21 16:21:09 +00:00
Ralf Becker
7c2ba12a48 fixed wrong language in notifications 2010-05-20 19:34:28 +00:00
Jörg Lehrke
c1c11ca1df Improve chunked item handling 2010-05-20 13:08:14 +00:00
Jörg Lehrke
809399b305 Fix chunked item issue (bug#2576) 2010-05-20 11:02:24 +00:00
Ralf Becker
8edc18e3e3 fail if trying to unlink a directory 2010-05-19 17:34:09 +00:00
Ralf Becker
92578f9d02 backported Jörgs r30193: Fix DAV issue for neon for GroupDAV, too 2010-05-18 12:08:36 +00:00
Ralf Becker
f0eed36597 backported Jörgs r30183: Fix CalDAV invitation issue (Stylite#513) 2010-05-18 11:19:32 +00:00
Jörg Lehrke
a2face5308 Add more tolerance for chunked packages 2010-05-14 13:07:15 +00:00
Ralf Becker
5a8cd752b1 "removed permannent error_log" 2010-05-13 10:46:20 +00:00
Ralf Becker
ee9650dce6 using since php<=5.0 available raw_output=true parameter for md5 and sha1 instead of deprecated and in newer distros no longer available mhash extension 2010-05-13 10:41:31 +00:00
Ralf Becker
97eaea6d40 "Fixed handling of url-special-chars: #?% get urlencoded before returned from this wrapper and all path get urldecode before passing on to php's filesystem functions" 2010-05-13 09:29:44 +00:00
Ralf Becker
07db55d3d3 missing encoding and decoding for attachments 2010-05-12 19:00:17 +00:00
Ralf Becker
625b28a0e9 Backporting fixes to support the following special characters in
filenames: " ' & # ?
Commit r30066-30127 (without mail support!)
2010-05-12 12:58:32 +00:00
Ralf Becker
07b478fc9e "prefer iconv for windows-874 and tis-620 (Thai) charsets, as they are not supported by mbstring" 2010-05-11 16:21:11 +00:00
Ralf Becker
a6c0a043ba "only add \"your session could not be verified\", if a sessionid is given (cookie or on url)" 2010-05-11 16:20:29 +00:00
Ralf Becker
5ff2f7169e remove not needed all mount options, as hidden files are handled now by our vfs (and if hidden files are not accessible, you can not remove directories containing them) 2010-05-10 14:30:46 +00:00