Commit Graph

19048 Commits

Author SHA1 Message Date
Ralf Becker
ea0f1a7ed5 ignore exception while sending notification to admin (eg. SMTP error), to block the account and give a correct error-message to user 2012-02-16 14:37:01 +00:00
Ralf Becker
f2f92a5b5f making ^/trunk default for svn-helper.php merge
r38045: handling special case of module "egroupware" in merge
2012-02-15 10:40:15 +00:00
Ralf Becker
f89024c594 improved svn-helper quickly merge affected modules only, run a diff afterwards and output a commandline for svn update incl. commit-messages of all merged commits: ./svn-helper.php merge (-c N|-r N:M)+ ^/trunk 2012-02-10 12:35:10 +00:00
Ralf Becker
9e6a471fe2 * Addressbook/CardDAV: fixed Apple iOS and OS X addressbook messed up phone numbers (Mobile is now mobile for both and iPhone is matched to EGroupware private cell)
also removed copy of supportedFields and using again default ones from addressbook_vcal, with Apple specific fixes in _get_handler()
2012-02-10 11:23:09 +00:00
Ralf Becker
2473b3060d * CalDAV: fixed Outlook needs Microsoft specific x-property to recognice all-day events as such 2012-02-10 11:19:42 +00:00
Ralf Becker
ccb2d9b80a fixed images allways get resized, because mb_substring returned 3 bytes, using cut_bytes now 2012-02-10 09:09:02 +00:00
Klaus Leithoff
f3fe7400b5 add missing closing tag for <div> in showBody 2012-02-07 11:55:59 +00:00
Klaus Leithoff
e1cb220eb7 for performance reasons, use tidy (if available) instead of htmlpurifier to fix html tags 2012-02-03 12:57:19 +00:00
Ralf Becker
02f53242d3 PHP uses "America/Argentina/Buenos_Aires" not just "America/Buenos_Aires" 2012-02-03 02:06:06 +00:00
Ralf Becker
3d9ddc631f * Calendar: fixed tz-aliases to NOT use Etc/GMT* but Olson identifiers 2012-02-03 01:53:07 +00:00
Nathan Gray
91adfbec6c Make sure letter filter doesn't persist 2012-02-02 15:28:16 +00:00
Hans-Jürgen Tappe
0faf511e65 Fix broken link from year view to month view.
Fixes Bug #3109 - Year view problem
reported and investigated by "ws Skygge"
2012-01-31 21:05:25 +00:00
Klaus Leithoff
37a6917ae3 fix up HTML as it may mess up HTML-Content later on display, if tags are not propper 2012-01-31 16:44:43 +00:00
Klaus Leithoff
874989e242 add a function to create a HTML-Purifier config to clean up HTML 2012-01-31 15:14:03 +00:00
Klaus Leithoff
efe20f74fe adapt html purifiers URIScheme cid to new purifiers class requirements; adapt URIScheme data to accept allowed types in whatever (upper/lower/mixed) case 2012-01-31 15:12:57 +00:00
Klaus Leithoff
e926f24929 change Stylite GmbH to Stylite AG in about. 2012-01-31 13:45:57 +00:00
Ralf Becker
1faabaa9f7 PROPPATCH request was not logged 2012-01-30 01:57:23 +00:00
Ralf Becker
d397cd9ec8 * Calendar/iCal/CalDAV: if no end(-time) is given in iCal we use the default lenght from user prefs 2012-01-29 19:34:51 +00:00
Ralf Becker
dd4b566995 * Calendar/iCal/CalDAV: if no end(-time) is given in iCal we use the default lenght from user prefs 2012-01-29 18:23:59 +00:00
Klaus Leithoff
521520b056 * API/Login: using tabindex to control tab succession on/in loginscreen. 2012-01-26 12:06:20 +00:00
Ralf Becker
31dd6362f8 missed merge of r37352: log full requests to files directory "$files/groupdav/$user-$agent.log"
log REQUEST_URI not PATH_INFO, to log the correct request
2012-01-20 07:32:28 +00:00
Ralf Becker
b997acb83a * Filemanager: allow WebDAVs (https) via PEAR HTTP_WebDAV_Client 2012-01-11 21:31:30 +00:00
Klaus Leithoff
c6f6ee3b1e API/tree: do not check parent treenodes if not expizitly selected 2012-01-09 14:51:50 +00:00
Klaus Leithoff
35f1ed9041 catching pear error on cmdStatus 2012-01-06 14:57:56 +00:00
Klaus Leithoff
87313ce982 fix assumed typo for returnvalue on error in function title; defined/described as boolean/string but was array for one error case 2012-01-06 12:58:16 +00:00
Klaus Leithoff
02f8a1d9d7 * felamimail: handle IE (8) problem regarding toggling editor modes in compose window 2011-12-29 11:41:46 +00:00
Klaus Leithoff
d58d5c5a70 fixing typo in error handling of authCRAM_MD5 and authDigest_MD5 2011-12-28 08:58:12 +00:00
Klaus Leithoff
8ce3bb4dea * API: fixed a reported deprecated warning on logout when using CAS 2011-12-09 11:26:31 +00:00
Ralf Becker
69e2750e3e remove old ISS specific redirect code and default of $_SERVER[PHP_SELF] for $url parameter of egw::redirect (not used in current EGroupware) 2011-11-30 20:40:49 +00:00
Ralf Becker
340da0bfbf quietening permanent error_log 2011-11-30 09:39:13 +00:00
Ralf Becker
becb6b44d6 fixed racecondition in caching translations for installs with multiple instances:
do NOT use automatic callback to cache result, as installing languages in setup can create a racecondition, therefore only cache existing non-instance-specific translations, never cache nothing found === array(), instance-specific translations can and should always be cached!
2011-11-30 09:22:04 +00:00
Ralf Becker
65a729f157 added some docu 2011-11-30 08:12:58 +00:00
Ralf Becker
59c1c02f6e changing french language from "French" to "Français" for *updating* installations 2011-11-25 06:38:18 +00:00
Ralf Becker
d0f831855b changing french language from "French" to "Français" for *new* installations 2011-11-25 06:32:15 +00:00
Ralf Becker
8cdf689b7f * CalDAV/CardDAV/GroupDAV new user preference to log requests and responses to Apache error-log 2011-11-23 16:41:45 +00:00
Ralf Becker
9e333ddda4 fixed groupmembers cant accept/reject group-invitations (error: failed because of insufficient rights!) 2011-11-21 14:27:51 +00:00
Ralf Becker
6752360c45 only check for class.$classname.inc.php files, when scanning for plugins, as backupfiles postfixing the filename with an other extension stall EGroupware completly (Fatal Error: Can not redeclar class) 2011-11-21 09:52:46 +00:00
Ralf Becker
84a5550bbf fixed warning if no name part exists 2011-11-18 13:06:16 +00:00
Klaus Leithoff
6b7272ec46 handle to,cc,bcc and replyto addresses the way, that spamassasin rules regarding TO_NO_BRKTS_DIRECT are not triggered, by adding a personal namepart to the address (generated from emailaddress), if only emailaddress is present 2011-11-17 08:49:37 +00:00
Ralf Becker
4df05d4f06 change max class-name lenght in __autoload to 64, as there are classes with more then 40 chars: projectmanager_wizard_export_elements_csv 2011-11-16 18:47:36 +00:00
Ralf Becker
41940f1f20 fixing warnings generated by php 5.3.8 is_a($obj) trying to autoload huge strings 2011-11-15 12:24:02 +00:00
Ralf Becker
395e247413 fixed alarm on series got lost, if creating an exception 2011-11-11 12:48:59 +00:00
Ralf Becker
4ab38b9cee Changelog for 1.8.002.20111111 2011-11-11 08:54:06 +00:00
Ralf Becker
bb8b2f8be7 * GroupDAV/CalDAV/CardDAV: removed alternative approach from groupdav.htaccess, as it is not suffient for iOS 4.3+ iCal 2011-11-11 08:53:22 +00:00
Klaus Leithoff
9f11e28439 try to work around the php5.3.7+8 is_a bug/feature, approach with instanceof only 2011-11-11 08:37:18 +00:00
Klaus Leithoff
4cb8b03134 handle utf-16 plain text attachments 2011-11-10 15:20:58 +00:00
Ralf Becker
82f96c19a7 in case no charset is set, default to utf-8, as otherwise setting charset in sqlfs_stream_wrapper can stall install 2011-11-10 10:26:02 +00:00
Ralf Becker
50beb545e6 * Filemanager/eTemplate: fix for MyStylite bug #2495: deleting files containing [ as first char deletes whole directory
added encoding of square brackets in eTemplate and improved etemplate_bo::(get|set|isset|unset)_array() to split indexes at ][ and not just [
2011-11-09 14:34:19 +00:00
Ralf Becker
d6d8331f51 calendar_boupdate::set_status needs to check if given user is a participant 2011-11-09 09:49:45 +00:00
Ralf Becker
54b2adf10b fixing r37108 calendar_timezone::DateTimeZone() returns a DateTimeZone not an egw_time object 2011-11-07 17:14:15 +00:00