Commit Graph

26375 Commits

Author SHA1 Message Date
e923931fda catch exception from unparsable date and display it empty instead 2014-11-12 19:23:47 +00:00
f0868ec431 copy 14.1 changelog to trunk to satisfy update checker 2014-11-12 18:21:22 +00:00
6d9969b050 Some W.I.P. of egw framework restructuring 2014-11-12 17:14:58 +00:00
4b6ae4d445 copy 14.1 changelog to trunk to satisfy update checker 2014-11-12 16:29:14 +00:00
842f7211bf * Mail: setting a font-size of 12pt for printing mails 2014-11-12 10:34:02 +00:00
b1b11167e7 fix fatal error and call vfs hooks to create user and group home directories 2014-11-12 08:41:40 +00:00
628a112e4e change setup to only add admin account to new groups, but never set memberships removing existing ones, important if using an existing account, also fixed it to change password of existing account if a non-empty password given 2014-11-12 08:06:33 +00:00
95e343cb27 Drag & Drop support for [infolog] favorite to Home 2014-11-11 23:11:16 +00:00
872a11bfdb Home progress:
- Fix some incorrect sizes on new portlets
- Fix mainscreen message
- Base for using other app favorites on home screen
2014-11-11 23:07:35 +00:00
af1bf822a9 Provide missing context, fixes unwanted unregister of all callbacks instead of just the ones for that nextmatch 2014-11-11 22:51:54 +00:00
af83de8198 Work in progress of egw framework restructuring 2014-11-11 18:00:29 +00:00
9aeae3185a some little additional stuff regarding the signature-selector-placeholder issue in compose 2014-11-11 14:12:34 +00:00
311d5fa4dd Do not register dataCache for popups 2014-11-11 11:46:16 +00:00
2926ab109d added video/mp4 mime-type and fixed IDE warnings 2014-11-11 10:48:58 +00:00
d5715314d9 remove quotes enclosing mailaddresses on replaceEmailAdresses when replacing style <email@adress.es> to email@adress.es addresses 2014-11-11 10:29:58 +00:00
9d7d6accd7 * CalDAV: fixed users participating only in exceptions of a recurring event were also shown in whole series in Thunderbird and iCal 2014-11-10 20:04:37 +00:00
80d0716b6c Home progress:
- Fix link did not reload properly
- Place new widgets where context menu was opened
- Add mainscreen message
2014-11-10 18:44:11 +00:00
0497818385 Include menu context in action so callback can find click location 2014-11-10 17:50:58 +00:00
e6dffefdd0 sessions with status blocked or wrong password could not be deleted from access log (to unblock an account) 2014-11-10 16:49:21 +00:00
4ed5c57364 Fix link list broken by r49319. 2014-11-10 16:24:09 +00:00
2a4d7c382b * CalDAV: big calendars with more then 500 events in result-set were missing events 2014-11-10 14:19:43 +00:00
a3260eb100 Remove not used variables 2014-11-10 12:45:22 +00:00
cbc3074491 We do not need to resize explicitly the mail display popup, because the window resize handler does it correctly 2014-11-10 12:38:28 +00:00
2ebad86634 Fix mail compose resize handler, and make sure that is happening after popup window resize 2014-11-10 12:03:49 +00:00
4d5149ae23 Set minimum height for mail display and compose 2014-11-10 10:45:04 +00:00
df7025f879 allow app to specify "availHeight" for its popup height and keep that height in automatic resize, for OS (eg. Linux) does not report an availHeight < height, we subtract 100px 2014-11-10 10:41:23 +00:00
318ebe29a2 fix big $_GET[f] URL parameter got removed by Suhosin extension 2014-11-08 15:33:52 +00:00
7511965da9 copy 14.1 changelog to trunk to satisfy update checker 2014-11-07 18:24:38 +00:00
b721ae1afc changes for Univention install 2014-11-07 13:16:30 +00:00
dd7daa8dad comment permanent error_log 2014-11-07 12:33:56 +00:00
cee1a48939 fix infinit recursion caused by systemtime < max modification time of files, now relying only on modification times 2014-11-07 10:33:46 +00:00
cbbb0bf39f Some WIP on getting home working again 2014-11-06 21:40:03 +00:00
8fab640449 Fake the drop position when pasting 2014-11-06 21:33:23 +00:00
f0d4523de1 Add support for link change handler, better support for not saved links 2014-11-06 21:31:11 +00:00
8a32ae7c32 fix typo in smtp plugin name and stay on selected accounts plugin, even if it is inaccessible due to open_basedir, as we otherwise would store default "sql" 2014-11-06 19:21:56 +00:00
42368769a0 Fix %s as value in description widget 2013-11-11 14:16:18 +00:00
3ccfe3fb93 Add app prefix name to calendar css classes 2013-11-11 14:02:08 +00:00
f7c9f87f10 translation for new "copy instead of move" feature in addressbook 2013-11-11 12:04:22 +00:00
6195a36a1a uncommited changes (class is not used anyway) 2013-11-11 08:32:46 +00:00
af8f7b2c35 uncommited changes 2013-11-11 08:31:33 +00:00
d4d0c13876 static method can not use $this, there is no need to anyway 2013-11-11 08:28:03 +00:00
b1f5649451 fixed egw_min_php_version to 5.3 2013-11-11 08:27:10 +00:00
aeced1ddae always check for read access too 2013-11-11 08:23:14 +00:00
e4ee379138 fix wrong sql produced by column_data_implode with param $use_key="VALUES" and numerical indexes in data 2013-11-11 08:21:54 +00:00
d7a1b12d96 normalize ./ away 2013-11-11 08:19:00 +00:00
f975e93677 get display of mails working again, using now Horde_Mime_Part based structure and for images, attachments not yet fully working, should use it too 2013-11-10 20:53:51 +00:00
7c4d696f4b change height of et2_button_icon class to 16px, as that is size of all our current images, rescaling them to 20px looks uggly 2013-11-09 12:10:08 +00:00
12e8a3bbcd iterator to run arbitrary callbacks on a select 2013-11-08 19:54:08 +00:00
1943b35303 Add \"copy\" feature for copying contact(s) to addressbook 2013-11-08 18:51:37 +00:00
75a26eed0c Another fix for viewing parent - fix missing last row on first load 2013-11-08 18:03:27 +00:00