Commit Graph

15854 Commits

Author SHA1 Message Date
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
Klaus Leithoff
2cb616909c allow |align|style|width|height for img 2010-05-03 09:00:55 +00:00
Jörg Lehrke
c3c5d1103f Fix SIF-T tag issue (bug #2573) 2010-05-03 07:00:24 +00:00
Klaus Leithoff
4995202b8f fix for tabbing problem (backport from trunk) 2010-04-29 08:54:33 +00:00
Jörg Lehrke
35f6385a6b Add Nokia 5800 XpressMusic to supported devices 2010-04-29 05:14:12 +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
Klaus Leithoff
ed040955bb prevent foreach warning, when & is not an array 2010-04-27 10:37:50 +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
Nathan Gray
09539d3ca2 Changes to calendar list view:
- Add button to add timesheet for one entry
- Disable delete button for other apps that got integrated
- Fix edit link for integrated apps
- Add scrollbar to long descriptions
- Create timesheet now works for integrated apps as well
2010-04-26 21:41:07 +00:00