Commit Graph

5681 Commits

Author SHA1 Message Date
Klaus Leithoff
a87e750690 use notifications option/configuration to enforce the use of emailadminprofiles only for notifications 2010-07-19 07:33:39 +00:00
Ralf Becker
db4a6020b2 remove border and use black color for nicer printing of input elements 2010-07-17 15:53:43 +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
b805eedcf8 fix/workaround for bug #2658 - Monthview navigation issue with Google Chrome (Linux 5.0.x beta)
see http://code.google.com/p/chromium/issues/detail?id=43973
2010-06-17 10:40:20 +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
Andreas Stöckel
54b979d976 Fixed bug with FCKEditor and Safari in which the fck editor area isn't maximized 2010-05-19 11:36:44 +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
Andreas Stöckel
9a99d80bc1 Removed code from wz_tooltip.js which removed all html "title" properties from the page on some occasions 2010-05-18 07:07:18 +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
Ralf Becker
6f5cc0c387 "fix tiny mail window, because felamimail uses egw_getWindowOuterHeight() instead of a fixed height given as number" 2010-05-09 09:42:49 +00:00
Klaus Leithoff
710ce399ed fix for missing CRLF after emailreplace/cleaning of/for emailaddresses 2010-05-06 11:18:16 +00:00
Klaus Leithoff
e016d9ed16 upgrade htmlpurifier to version 4.1.0 2010-05-03 12:07:44 +00:00
Klaus Leithoff
30bd38491c allow |align|style|width|height for img 2010-05-03 09:00:27 +00:00
Klaus Leithoff
8ce6ac92ae upgrade htmlpurifier to version 4.1.0 2010-04-27 11:15:35 +00:00
Ralf Becker
b9dcde1e25 "do not allow to fopen a directory" 2010-04-27 10:38:16 +00:00
Ralf Becker
06fb05a891 "- using sqlfs_stream_wrapper::id2path instead of links_stream_wrapper::id2path, as it's the same, but allows to replace links_stream_wrapper with an other class (based on links_stream_wrapper and sqlfs_stream_wrapper)
- using egw_vfs::urlstat instead of links_stream_wrapper::urlstat, to not depend on using links_stream_wrapper
--> required to do versioning on the links"
2010-04-27 07:35:26 +00:00