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
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
Klaus Leithoff
82d0348940
enable sorting of columns of db_backup by name, modified or size by clicking on columnheader (done via javascript) provided by Chr.Fueller
2010-05-20 12:18:02 +00:00
Klaus Leithoff
22f96a06dc
PrintView (from compose) Make sure draftfolder settings from user-defined-account is checked (and applied if existing) before checking for draftfolder settings in felamimail preferences
2010-05-20 11:40:03 +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
1048235251
"remove checkbox from empty line"
2010-05-19 12:26:39 +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
a16ed86be4
backport of Jörgs r30209: Fix calendar_bo::search() issue with events outside the search window (bug#8090)
2010-05-18 15:59:39 +00:00
Ralf Becker
c19a42a586
backporting Jörgs r30207: Special Lightning CalDAV treatment
2010-05-18 15:06:23 +00:00
Ralf Becker
2aebd3e9c0
backported Jörgs r30190: Fix iCal attendee CN issue
2010-05-18 12:12:10 +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
0abbc95889
backported Jörgs r30191: Fix DAV issue for neon
2010-05-18 12:06:27 +00:00
Ralf Becker
c9d23410e5
backport Jörgs r30189: Fix CalDAV PUT failure
2010-05-18 12:04:12 +00:00
Ralf Becker
aef939ec1e
backported Jörgs r30184: Fix calendar_bo::search() returning all-day events one day later (bug#2602)
2010-05-18 11:20:23 +00:00
Ralf Becker
f0eed36597
backported Jörgs r30183: Fix CalDAV invitation issue (Stylite#513)
2010-05-18 11:19:32 +00:00
Ralf Becker
ec2e34ffa8
backported Nathan r30167: Log a change in modified date to the history log, but do not send a notification if that is the only change
2010-05-18 11:15:59 +00:00
Andreas Stöckel
2963132004
Fixed unlocking of calendar entries when the edit window is closed
2010-05-18 10:47:34 +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
Ralf Becker
fd4c8d8678
setup->setup_account_object() need to load config to $GLOBALS[egw_info][server] too, as eg. auth::encyrpt_password needs the encryption type
2010-05-15 07:57:57 +00:00
Ralf Becker
563129b44f
"disabling not working iterator:
...
Replacement code for in r29270 removed filter
$cal_filters['query']['cal_reference'] = 0;
only works, if all recurrences and the master are returned in a single chunk, otherwise events get returned multiple times"
2010-05-14 17:22:11 +00:00
Jörg Lehrke
345e955c59
Improved calendar_boupdate::find_event() ( #2582 )
2010-05-14 13:32:25 +00:00
Jörg Lehrke
a2face5308
Add more tolerance for chunked packages
2010-05-14 13:07:15 +00:00
Jörg Lehrke
743ada827f
Fix 'non_blocking' issue (especially for Nokia)
2010-05-14 11:14:06 +00:00
Jörg Lehrke
0f048fe08b
Fix monthly recurrence issue (bug#2584)
2010-05-14 11:13:11 +00:00
Jörg Lehrke
4572aa47ed
Fix email-only attendees issue
2010-05-14 11:11:24 +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
12cdbf7df4
"fix for bug #2588 and #2592 : links/popups in resources are not working
...
--> seems to be an aftermath of the new quoting
Thanks to Yudhi Kusnanto for a patch"
2010-05-12 19:18:28 +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