Jörg Lehrke
5da13cf940
Fix recurring event issues for vCal 1.0 imports
2010-06-23 15:11:15 +00:00
Ralf Becker
d0d44d07d4
removed since 1.6 not used notify*.php files
2010-06-22 17:31:55 +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
50b1e6f4cc
Fix recurrence enddate for vCalendar 1.0, missing pieces
2010-06-21 17:48:48 +00:00
Jörg Lehrke
0db219ca7d
Fix SlowSync timestamp issue ( #2663 )
2010-06-19 15:31:01 +00:00
Jörg Lehrke
bdd7bb2c64
Backport of revision 30558++ from trunk
2010-06-18 15:32:38 +00:00
Jörg Lehrke
37328844c5
Fix SyncML device timezone issues
2010-06-18 09:41:25 +00:00
Jörg Lehrke
a1f2d37bfc
Fix excess of maximum column length issue
2010-06-18 09:36:58 +00:00
Klaus Leithoff
73a94f95f3
fix problem with Quota NOT SET (displayed as 0k)
2010-06-17 11:14:02 +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
Jörg Lehrke
6c91da69d6
Fix field mapping in vCards
2010-06-16 16:31:38 +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
Ralf Becker
e7f0769a26
fixed Template Error: set_block: unable to find block 'admin_line' in 'info_admin_t'
2010-06-16 08:46:14 +00:00
Jörg Lehrke
a97b6ed74c
Fix config::save_value static call issue
2010-06-16 08:36:36 +00:00
Ralf Becker
84ae85530f
correct validation errors, if no file selected or file could not be attached
2010-06-14 20:20:54 +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
Ralf Becker
59beb0a6ca
service not in Debian5, only newer Ubuntu, which complains about /etc/init.d/xx
2010-06-14 08:14:19 +00:00
Jörg Lehrke
45dca7586f
Fix GroupDAV/Addressbook categories issue
2010-06-14 07:49:07 +00:00
Jörg Lehrke
5e371effcf
2nd Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601)
2010-06-14 07:41:56 +00:00
Ralf Becker
2e3222b8e7
removed array_stripslashes function, which is now in common_functions.inc.php
2010-06-11 10:55:03 +00:00
Ralf Becker
6938797c3b
removed now global available array_stripslashes
2010-06-11 10:46:40 +00:00
Jörg Lehrke
0abcc56d6a
Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601)
2010-06-11 10:00:12 +00:00
Jörg Lehrke
f05e818112
Fix WebDAV support for Bitkinex client (EGw.org#2650)
2010-06-11 09:05:35 +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
Jörg Lehrke
aa6f617322
CalDAV Infolg support for Evolution (Stylite #602 )
2010-06-09 19:46:16 +00:00
Klaus Leithoff
76d349397f
some additional stuff to improve mailheader decoding
2010-06-07 14:53:30 +00:00
Klaus Leithoff
01696f0074
added startfolder to filemanager translations
2010-06-07 11:53:05 +00:00
Klaus Leithoff
1fa0cb468a
fix typo
2010-06-07 11:42:27 +00:00
Klaus Leithoff
f7ba20e0d3
fix typo that prevented the redisplay of the saved setting for inital-dot-last and intial-last email creation schemes
2010-06-07 11:17:36 +00:00
Klaus Leithoff
b17b8c889e
fix to make sure that MDN Send Messages are treated for previewmode as well;
2010-06-07 10:21:52 +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
e1657c74ec
remove message_org block in displayMsg as it is used only in view_message_printable template
2010-06-04 07:07:28 +00:00
Klaus Leithoff
3a74183a4f
fix: display inline text attachment as attachment too, as they are part of a multipart/mixed mail, and was not displayed as attachment, but indicated as mail with attachment by headerinformation
2010-06-02 08:19:09 +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
Klaus Leithoff
c46be3b997
fix problem regarding the ability to save smtp forwardings triggered by the user
2010-06-01 09:51:53 +00:00
Ralf Becker
4152099975
removing unnecessary diagnostics
2010-05-30 11:20:37 +00:00
Klaus Leithoff
5a8f98fc31
if is not a string but 0, the comparsion == ->autoinc_id is true, which leads to an SQL Query error, if an extra column is used in sorting/filtering together with the lettersearch
2010-05-28 11:18:17 +00:00
Klaus Leithoff
399abd4060
handle calendar replacements (search for events) only when there are calendar replacements required
2010-05-26 12:47:50 +00:00
Ralf Becker
5b6a39cce8
ignoring empty lines or comments and adding to svn cp --parent -m "creating $svntag"
2010-05-25 20:55:12 +00:00
Ralf Becker
72d07f94e8
ability to create svn tag or branch for the package
2010-05-25 20:19:36 +00:00
Ralf Becker
51f619e54b
moving phrase "linked entries:" to common, as notifications phrases get not loaded for each app
2010-05-22 16:10:27 +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
082aef12dc
Allow upgrade of single events to series via SyncML/CalDAV
2010-05-21 18:38:41 +00:00
Jörg Lehrke
2c337344c0
Backport of CalDAV improvements
2010-05-21 18:27:39 +00:00
Jörg Lehrke
4dd5efd3d6
Improve series event exception handling
2010-05-21 17:30: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
Klaus Leithoff
fc9f9908c6
make sure all possible return values that are passed by xajax to ajaxfelamimail are treated correct when calling sendNotify
2010-05-21 11:41:29 +00:00