Commit Graph

15884 Commits

Author SHA1 Message Date
Ralf Becker
32cc36d269 allow dash in app-name like in "sitemgr-site" 2012-03-26 08:06:17 +00:00
Ralf Becker
75f25867a6 propper encoding of exception messages, checking of $_GET[menuaction] and $GLOBALS[egw_info][flags][currentapp] 2012-03-26 07:38:10 +00:00
Ralf Becker
f3784d9286 fix problem "found" on www.autosectools.com> 2011-08-03 08:33:12 +00:00
Ralf Becker
5bc91fba83 fix problem "found" on www.autosectools.com> 2011-08-03 07:34:41 +00:00
Ralf Becker
d53628edc0 fix problem reported by Fabio Ciuffani / John Leitch <john@autosectools.com> 2011-08-03 07:22:07 +00:00
Ralf Becker
912e2881d9 - fixed silently not working statistic submit with Webkit browsers (Safari, Chrome, ...)
- changed submit url to https://www.egroupware.org/usage-statistic to overcome unsecure submit warnings
2011-05-31 09:32:10 +00:00
Klaus Leithoff
f8e277733d assumption if strlen>24 and not starting with " it is to be treated as bas64 encoded, falls short of postgres timestamps length; testing for strlen>26 now 2010-11-08 13:28:17 +00:00
Klaus Leithoff
9d972dc7c5 make sure keywords of parameters/dparameters are stripped of leading and trailing whitespase, as this meets the expectation later on. Otherwise keys in the parameters/dparameters structure may not be found/identified 2010-09-28 07:45:03 +00:00
Klaus Leithoff
161ae77e61 missing handling of decoding in emailAddressToHTML; forgotten subject in getMessageEnvelope 2010-09-10 13:58:48 +00:00
Klaus Leithoff
0c89fe6661 fixed bug reported by V.Richert, about not decoded envelope information; thus allow arrays to be passed and processed to bofelamimail::decode_header; use the new ability; provide better control if data should be decoded or not 2010-09-10 13:20:35 +00:00
Oscar Manuel Gómez Senovilla
9a37b65ee5 Slovak update 2010-08-25 16:57:31 +00:00
Jörg Lehrke
9a8b790d50 Fix external event owner issue 2010-08-21 09:36:41 +00:00
Ralf Becker
f9a4c8c48b fixed fatal error: Cannot use object of type PEAR_Error as array, happening eg. if no or wrong credentials 2010-08-18 10:04:42 +00:00
Jörg Lehrke
ee8b9cb617 Fix old format vCard/vCalendar quoting issue 2010-08-06 20:51:13 +00:00
Jörg Lehrke
65dc637c5d Improve support of BB Funambol Client 2010-08-06 18:14:23 +00:00
Klaus Leithoff
0bdbec1fc8 adapted backport of ralfs commit to trunk to improve performance for groupdav/caldav by not checking exeptions for refering to a existing (and refering) master 2010-08-06 09:35:43 +00:00
Jörg Lehrke
d893fe7af0 Fix unknown qualifier issue for contact fields 2010-07-27 19:37:13 +00:00
Jörg Lehrke
80a4be76ff Fix syncml:metinf and syncml:devinf namespace issue (#2696) 2010-07-25 18:11:05 +00:00
Ralf Becker
46fa2a5f77 avoiding deprecated warning under php5.3 2010-07-25 09:09:20 +00:00
Klaus Leithoff
19189042b7 quitening warning for mb-strpos, when attachment->cid is not set 2010-07-08 09:23:04 +00:00
Ralf Becker
b211bae5b8 backported jscalendar-setup stuff (access without special app rights) 2010-06-30 12:08:43 +00:00
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