Commit Graph

15863 Commits

Author SHA1 Message Date
Ralf Becker
c62a5aa13d fixed contactform so anonymous user can attach files (without giving him addressbook run rights and edit rights for the used addressbook) 2010-06-30 09:57:43 +00:00
Andreas Stöckel
0a303c032a Added space to imploding of email addresses in infolog email import to allow linebreaks for long email lists 2010-06-28 14:48:42 +00:00
Andreas Stöckel
b00823c636 Fixed bug with simple timesheet view mode and the unused quantity field 2010-06-28 13:44:55 +00:00
Ralf Becker
2045c0fd31 backporting r30991-4: using egw_db->capabilities[egw_db::CASE_INSENSITIVE_LIKE] and other PostgreSQL 8.3 fixes 2010-06-22 17:14:48 +00:00
Jörg Lehrke
749f20c718 Fix SlowSync timestamp issue (#2663) 2010-06-19 15:30:40 +00:00
Christian Binder
dea97a8f05 Raise resultlimit in felamimail AJAX addressbooksearch for mail compose and make resultarea scrollable if needed 2010-06-17 18:34:23 +00:00
Ralf Becker
59b6aafc8a 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:44 +00:00
Ralf Becker
98eacac2b6 fixed not working non-static use after Jörgs commit ($app was NOT set anymore) 2010-06-16 11:05:48 +00:00
Jörg Lehrke
230d666597 Fix config::save_value static call issue 2010-06-16 08:37:45 +00:00
Ralf Becker
8cd67e0af7 correct validation errors, if no file selected or file could not be attached 2010-06-14 20:21:44 +00:00
Ralf Becker
9310a2b0d8 delete db entry again, if we are not able to open a new(!) file in filesystem 2010-06-14 20:13:38 +00:00
Jörg Lehrke
0aacf11b43 Fix GroupDAV/Addressbook categories issue 2010-06-14 07:48:59 +00:00
Jörg Lehrke
8c1d96907d 2nd Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601) 2010-06-14 07:42:03 +00:00
Ralf Becker
c34031bdee removed array_stripslashes function, which is now in common_functions.inc.php 2010-06-11 10:55:51 +00:00
Jörg Lehrke
9593134a7c Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601) 2010-06-11 10:00:27 +00:00
Jörg Lehrke
97449cce68 Fix WebDAV support for Bitkinex client (EGw.org#2650) 2010-06-11 09:05:16 +00:00
Klaus Leithoff
0d925fd9fd fix typo that prevented the redisplay of the saved setting for inital-dot-last and intial-last email creation schemes 2010-06-07 11:24:30 +00:00
Klaus Leithoff
ad0ffffd32 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:35 +00:00
Klaus Leithoff
f035f30dd8 remove message_org block in displayMsg as it is used only in view_message_printable template 2010-06-04 07:07:02 +00:00
Klaus Leithoff
4cd24e87ee 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:12:41 +00:00
Ralf Becker
bcdc5ca175 removing unnecessary diagnostics 2010-05-30 11:21:19 +00:00
Klaus Leithoff
d388206b8c handle calendar replacements (search for events) only when there are calendar replacements required 2010-05-26 12:51:19 +00:00
Jörg Lehrke
7de0936dbb Fix iCal attendee CN issue 2010-05-21 16:36:24 +00:00
Jörg Lehrke
328f92cedf Fix iCal parameter parser 2010-05-21 16:22:10 +00:00
Klaus Leithoff
d7befada9c make sure all possible return values that are passed by xajax to ajaxfelamimail are treated correct when calling sendNotify 2010-05-21 11:50:54 +00:00
Ralf Becker
c749c71216 fixed wrong language in notifications 2010-05-20 19:39:55 +00:00
Jörg Lehrke
e99558d39f Fix chunked item issue (bug#2576) 2010-05-20 15:23:32 +00:00
Klaus Leithoff
4987cc1b4d 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:45:34 +00:00
Ralf Becker
d8766c735a fail if trying to unlink a directory 2010-05-19 17:34:49 +00:00
Andreas Stöckel
d58b746bf5 Fixed bug with FCKEditor and Safari in which the fck editor area isn't maximized 2010-05-19 12:00:33 +00:00
Ralf Becker
3f9f60bfca "fix warning if there are no custom status defined (as in Trunk)" 2010-05-19 09:34:48 +00:00
Andreas Stöckel
8be03a98ac Fixed unlocking of calendar entries when the edit window is closed 2010-05-18 11:32:40 +00:00
Ralf Becker
ea623e16bc 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:58:28 +00:00
Ralf Becker
6047b7930a "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:23:56 +00:00
Jörg Lehrke
0a202da4a6 Improved calendar_boupdate::find_event() (#2582) 2010-05-14 13:31:50 +00:00
Jörg Lehrke
f12f7ce27c Add more tolerance for chunked packages 2010-05-14 13:07:07 +00:00
Jörg Lehrke
6d90e4a5d1 Fix email-only attendees issue 2010-05-14 10:26:18 +00:00
Jörg Lehrke
51cce571ea Fix 'non_blocking' issue (especially for Nokia) 2010-05-14 10:23:44 +00:00
Jörg Lehrke
005787a2b2 Fix monthly recurrence issue (bug#2584) 2010-05-14 10:20:22 +00:00
Ralf Becker
209dec4c55 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:44:52 +00:00
Ralf Becker
f09f846d4e "re-enabling \"No access\" eACL, as it was in 1.6.002 and is also re-enabled in Trunk and EPL" 2010-05-13 08:45:57 +00:00
Ralf Becker
6785a48dff "only add \"your session could not be verified\", if a sessionid is given (cookie or on url)" 2010-05-11 16:22:02 +00:00
Ralf Becker
fc52dfa528 "prefer iconv for windows-874 and tis-620 (Thai) charsets, as they are not supported by mbstring" 2010-05-11 15:47:02 +00:00
Klaus Leithoff
8ed01db988 fix for bug reported at the developer list regarding apply with allof/anyof. 2010-05-11 07:48:47 +00:00
Klaus Leithoff
5075294848 fix to match non-numeric timeout; provided by A.Stoeckel 2010-05-10 08:29:12 +00:00
Ralf Becker
5e3b6067c7 "fix for bub #2579 - PHP Fatal error: Using $this when not in object context
--> get_path can NOT be static"
2010-05-09 20:25:00 +00:00
Ralf Becker
2f2bc79253 "allowing (at least) German umlauts in domain names" 2010-05-06 08:03:25 +00:00
Ralf Becker
dcfe59c670 skip notifications on second write in infolog_ui::edit(), used to update just the link_id: causes double notification for new infologs 2010-05-05 16:49:46 +00:00
Klaus Leithoff
9611d73062 backport of functionality to mark messages as read when navigating with next/previous buttons in message-view 2010-05-05 14:09:11 +00:00
Klaus Leithoff
b27b1e7b37 upgrade htmlpurifier to version 4.1.0 2010-05-03 12:07:18 +00:00