Commit Graph

16692 Commits

Author SHA1 Message Date
Nathan Gray
f7fc74932e Add more custom fields for parsing into conversion fields, move cf parsing into seperate function 2010-11-08 17:18:19 +00:00
Klaus Leithoff
ae989c7758 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:25:33 +00:00
Klaus Leithoff
f6a44910b2 fixing scope problem for prefAskForMove 2010-11-08 11:15:04 +00:00
Ralf Becker
48e05558d1 * support multiget report on url with uid, as lightning uses multiget after a PUT on the PUT url, which is the uid 2010-11-08 09:26:31 +00:00
Klaus Leithoff
f8b665e0f1 decode header issue in ajaxfelamimail -> messagepreview 2010-11-08 09:15:28 +00:00
Ralf Becker
16213a58a3 use stat values for uid, gid and mode only for EGroupware stream wrapper, for stock PHP ones use is_(readable|writable|executable), do NOT check urls with placeholders on mount 2010-11-07 13:21:05 +00:00
Nathan Gray
f95cdd8006 Use common conversion function 2010-11-05 20:24:30 +00:00
Nathan Gray
314ee8862f Add select & link entry conversion to custom fields 2010-11-05 20:23:53 +00:00
Nathan Gray
ffcc2fba58 Call functions in common statically 2010-11-05 19:33:26 +00:00
Nathan Gray
4f9cad59a0 Use server's temp directory instead of /tmp
Only pass filename, entire path is not needed (and a security issue)
2010-11-05 19:32:46 +00:00
Klaus Leithoff
e147d6c366 decode header issue in ajaxfelamimail -> messagepreview 2010-11-05 14:43:54 +00:00
Klaus Leithoff
61693f14dc improved error handling for additional issues (getAttachment, getTextPart, getMessageRawHeaders,...), by testing on PEAR Errors before trying to process the data/pipe the data for handling in UI 2010-11-05 13:59:52 +00:00
Klaus Leithoff
9d171dd1a4 fix forgotten debug statement 2010-11-05 09:10:57 +00:00
Klaus Leithoff
0ba6657812 implementing fallback for wrong headerdata encoding; try to detect encoding from headerdata to improve message header data display, due to wrong encoding 2010-11-05 09:06:00 +00:00
Ralf Becker
42a814a7e5 * read access to groupmembers for account-selection "groupmembers" (only for account_repository sql!)
fixes not shown users in "grant access" for non-admin users
2010-11-05 08:57:17 +00:00
Ralf Becker
ce1bf31cee forgot to remove comment, photos get now resized 2010-11-05 07:51:42 +00:00
Ralf Becker
58d4cfd858 * scaling now addressbook images uploaded via CardDAV or SyncML to 60 pixel width like already done for web GUI 2010-11-04 20:41:51 +00:00
Nathan Gray
0a3f567d08 Format CSV export data from internal/numeric format into something a little more friendly for normal people 2010-11-04 17:31:48 +00:00
Nathan Gray
891b079896 Add export data conversion to a parent class so it can be used by other apps 2010-11-04 17:29:52 +00:00
Ralf Becker
99f88b97f2 if DateTime::__construct() throws error for strings interpreted as Ymd, catch it and try again as timestamp 2010-11-04 13:37:08 +00:00
Ralf Becker
b97ba82f27 convert all timestamps from DB returned as string to integers, to avoid missinterpretation from egw_time as Ymd string 2010-11-04 13:33:57 +00:00
Ralf Becker
7811a03067 * exceptions get now logged to Apache error_log again 2010-11-04 11:33:40 +00:00
Klaus Leithoff
e7b5cb1dbc do not use ENT_IGNORE on the first attempt (effective for php > 5.3 only anyway) 2010-11-03 16:22:01 +00:00
Klaus Leithoff
5ad3714fe9 implementing fallback for wrong headerdata encoding; try to detect encoding from headerdata to improve message list displaxy and prevent json encode failure, due to wrong encoding 2010-11-03 15:01:44 +00:00
Ralf Becker
06d3377298 switched off forgotten permanent error_log 2010-11-03 10:05:45 +00:00
Klaus Leithoff
0148b92a12 add FunctionFolder translations to French language 2010-11-02 14:21:38 +00:00
Ralf Becker
9c2b7a8d2f fixed 5px higher tab for history in infolog.edit 2010-11-02 14:15:45 +00:00
Ralf Becker
5b361f3f6c fixed not working alternating nextmatch colors of groups in account selection popup 2010-11-02 13:28:41 +00:00
Ralf Becker
42508c4f63 fixed wired sorting (no sorting) of groups in account selection popup 2010-11-02 13:03:42 +00:00
Jörg Lehrke
faa7878b90 * Calendar: Use participant's preferences to handle status resets while moving events 2010-11-02 10:56:39 +00:00
Klaus Leithoff
eae2f28735 * eMail: fixing problem with double converted date/time strings for certain DateTime Settings (reported with the user-list) 2010-11-02 09:35:24 +00:00
Jörg Lehrke
c264c481be Fix calendar preferences 2010-11-01 21:35:47 +00:00
Jörg Lehrke
2111b2429d * Calendar: Fix notification timezone issues (#2746) 2010-11-01 19:18:34 +00:00
Ralf Becker
370140a3af new debug-level user-preference, show getctag in autoindex and do NOT treat webkit browsers like kde clients 2010-10-31 07:57:25 +00:00
Jörg Lehrke
039e4a6c94 Fix Apple CardDAV issue 2010-10-29 08:42:24 +00:00
Jörg Lehrke
7112d5b9f6 Fix vCard-parser for multible type parameters 2010-10-29 08:37:42 +00:00
Nathan Gray
b93ad4c5f1 Some data conversions from internal to something with more meaning:
Dates, times, User IDs, Category IDs
2010-10-28 23:16:45 +00:00
Ralf Becker
82793d32b0 allow template to NOT support certain browser types / user agents 2010-10-28 16:28:16 +00:00
Klaus Leithoff
1f98be4e38 if the number of days left until change of password is expired is negative, dont warn, require the change 2010-10-28 11:03:05 +00:00
Ralf Becker
2fff99a676 fixed typo 2010-10-28 09:44:11 +00:00
Ralf Becker
6ba20abd97 an other PostgreSQL compatibility problem: cast to varchar necessary 2010-10-28 09:33:15 +00:00
Ralf Becker
e30a515824 an other PostgreSQL compatibility problem: cast to varchar necessary 2010-10-28 09:31:28 +00:00
Klaus Leithoff
1e82a48e37 * Infolog: Fix problem Delegated user was not able to edit infolog entrys owned by Groups, if he was not member of that group, and had no grouprights. Implicit rights where not applied; reported in Stylite Tracker#8255; 2010-10-27 08:44:45 +00:00
Ralf Becker
f323c33d22 separate method display_var(&$content=null,...) called by original display($content=null,...) method, to allow extending classes to use changes in content 2010-10-27 08:38:19 +00:00
Ralf Becker
6a052cb05d fixed warning (ExecMethod does not allow var parameters) 2010-10-27 08:21:02 +00:00
Ralf Becker
b5c7084669 fixed wrong parameter type warning 2010-10-26 13:29:33 +00:00
Klaus Leithoff
203b934e59 mainscreen_message must not be translated 2010-10-26 12:59:15 +00:00
Klaus Leithoff
52e6ac2086 fix typo 2010-10-26 11:43:05 +00:00
Ralf Becker
db5e4e84e3 Changelog for 10.1.20101026 2010-10-26 11:26:24 +00:00
Ralf Becker
7da1d851fc * InfoLog/*DAV: do NOT set current user for PUT in /infolog/ and do not allow to change owner of existing entries 2010-10-26 09:23:51 +00:00