Commit Graph

30774 Commits

Author SHA1 Message Date
Ralf Becker
0c1018ba94 move check_logoutcode to Api\Framework\Login, where it is used 2016-07-11 11:06:13 +02:00
Ralf Becker
314836f7e1 * Mail: mailing attachments failed in minimal install caused by using deprecate path-separator constant "SEP" 2016-07-11 10:09:24 +02:00
Ralf Becker
f47be85acf suppress PHP Deprecated in vendor, as they need to be solved by the vendor 2016-07-10 11:52:14 +02:00
Ralf Becker
4fdc940e47 * Package install/update: no more limit memory as backup might fail, do not run backup for single apps 2016-07-10 09:01:58 +02:00
Ralf Becker
58e134415e * Setup/Auth: fix PHP Fatal with Sqlssl authentication (Class EGroupware\Api\Auth\auth_sql not found) 2016-07-09 09:22:38 +02:00
Ralf Becker
c421676041 do not use jdots class not always installed by Api\Framework\Ajax, which is always available 2016-07-08 16:38:22 +02:00
Ralf Becker
e8f0fbc736 Changelog for 16.1.20160708 2016-07-08 11:28:16 +00:00
Hadi Nategh
708ca8d63b Style et2_taglist_category similar to nextmatch filter-cat 2016-07-08 13:24:53 +02:00
Hadi Nategh
25269def8e Fix touch area for no_notification switch 2016-07-08 13:24:15 +02:00
Hadi Nategh
291007c0dd * All application/category filter:
- Implement category colors for cats-filter in all lists
2016-07-08 13:23:45 +02:00
Hadi Nategh
cb5ced6084 Implement no_notification switch, used in infolog,tracker and calendar edit dialogs for mobile template 2016-07-08 13:19:46 +02:00
Hadi Nategh
356c2b0cee Infolog mobile template:
- Fix view mode styling
- Get info_number shown in view mode, similar to other apps
- Some code cleanup
2016-07-08 13:18:49 +02:00
Hadi Nategh
d5d0e99fe9 Better alignment for tabbox in view mode 2016-07-08 13:18:14 +02:00
Ralf Becker
1687476928 * Admin: add used caching provider and APCu stats to "PHP Information" 2016-07-08 12:10:55 +02:00
Ralf Becker
5f3f550bd3 * eSync: fix not synced subject and other headers, after RC3 Outlook memory reduction 2016-07-08 10:35:41 +02:00
Ralf Becker
998bf163af grr fix typo, thanks to Travis 2016-07-08 09:10:48 +02:00
Ralf Becker
5c8070d5d2 * Restore: fix failed restore under MySQL 5.7 by temp. disabling strict mode to allow inserting zero dates 2016-07-08 08:41:46 +02:00
Ralf Becker
0b64ced1d1 * PHP7/ImportExport: fix different evaluation order of PHP 5 and 7 gives eg. error "Function name must be string" in wizard 2016-07-07 21:23:59 +02:00
Ralf Becker
a75c425f57 turn off permanent error_log 2016-07-07 19:55:59 +02:00
nathangray
cca763bba2 Fix favorite delete confirm dialog header was not translated 2016-07-07 10:19:59 -06:00
Ralf Becker
28731fbbb9 * APCu/PHP7: fixed not used APCu under PHP7, as it has no APC compatible interface
Apcu class is basicly a copy of Apc, but as its methods are called quite a lot, I dont want to add the overhad of checking to call apc_ or apcu_ on every call, anyway APC died with PHP 5.5 so we can remove Apcu class once we no longer support PHP 5.4
2016-07-07 17:41:35 +02:00
Ralf Becker
5d90b8f16d * Mail/Sieve: fix PHP Fatal error on minimal install when trying to edit rules or vacation notice 2016-07-07 10:24:28 +02:00
Ralf Becker
1ddde66957 1) skip all past events and recurrences in conflict check and fix off-by-one error in recurrence limit
2) restructure config a bit:
- rename Birthday section to Addressbook
- rename Scheduling conflict section to Recurrences and conflict check
- add: Please note: conflict check is never done in the past and always limited by above recurrence horizont.
2016-07-06 22:00:13 +02:00
Ralf Becker
7a9e8f0c4c * Calendar: check recurrences for conflicts too (until configured search-time is exceeded, default 3s) 2016-07-06 21:59:57 +02:00
Ralf Becker
8597661970 let user know that "file a file" is only available in EPL and offer more information about EPL 2016-07-06 10:06:14 +02:00
Ralf Becker
b6d73534c8 fix template to be 16.1-nish: move add button from extra row to left
using egw.open_link instead of window.open
2016-07-06 08:59:14 +02:00
Hadi Nategh
fb7232206c Mobile template:
- Fix scrolling in edit dialogs not working properly in iOS (safari)
2016-07-05 17:08:31 +02:00
Ralf Becker
b1f2cdf2ea replace yellow label color in login page with dark blue already used for links 2016-07-05 17:01:26 +02:00
nathangray
170f53d1af When an infolog changes, only refresh calendar when it's the active app, otherwise wait until it is activated. Fixes event positioning problems caused by refreshing while hidden without needing to recalculate everything while hidden. 2016-07-05 08:23:14 -06:00
nathangray
d34184e56c Fix Make sure customfield header widgets get finished, even if customfield widget is already done - fix the fix to finish all customfields, not just selectboxes 2016-07-05 08:19:06 -06:00
nathangray
1ca3706ae2 Make sure customfield header widgets get finished, even if customfield widget is already done.
Fixes addressbook switching from 'All contacts' to organization and back loses customfield headers
2016-07-05 08:18:44 -06:00
nathangray
3e92b81d0c Make sure single day does not get partially covered by todos 2016-07-05 08:16:05 -06:00
Hadi Nategh
d91dc5a58b Mobile template:
- Fix alignment of resources picture in view template
2016-07-05 14:34:28 +02:00
Hadi Nategh
00373c933a Mobile template:
- Fix alignment of contact name in addressbook view template
2016-07-05 14:33:30 +02:00
Hadi Nategh
3d53c8b91c Take other objects (like sel_options) from arrayMgrs into account regarding feeding content to view template 2016-07-05 14:33:01 +02:00
Hadi Nategh
245d692bae Fix buttons called addressbook get wrong styling 2016-07-05 14:32:06 +02:00
Hadi Nategh
9ed64282d5 Fix category column is too close to date column in timesheet 2016-07-05 14:28:54 +02:00
nathangray
63bb4d67c2 Move timesheet ID column to the right, so it doesn't hold the category marker & can be safely turned off. 2016-07-05 14:26:27 +02:00
Ralf Becker
55a84f8fee * Filemanager/CKEditor: correctly encoding selected files, causing eg. images to not show 2016-07-05 09:17:44 +02:00
nathangray
e341235779 Remove unneeded translation, it's done once for all apps in common 2016-07-04 11:17:31 -06:00
Ralf Becker
e7bbeb93dc * Univention: fix not working 16.1 install in UCS: Account not found! (acc_id=1) 2016-07-04 15:38:47 +02:00
Ralf Becker
436ec9181f * Setup: fix install check was (false) reporting missing PHP extension "addressbook_zip" 2016-07-04 14:10:42 +02:00
nathangray
116a1ce63c Add an Abort / Retry / Skip prompt for long task when one fails 2016-07-04 13:10:26 +02:00
Ralf Becker
6c89b240bf * Template: relabeled Pixelegg template/theme to "Standard", and mobile theme for desktop to "Compact" 2016-07-04 11:50:32 +02:00
Ralf Becker
666e170b10 fix typo 2016-07-04 10:36:57 +02:00
Ralf Becker
96655592ae Changelog for 16.1.20160630 2016-06-30 14:39:33 +00:00
leithoff
173fe82eb0 fix translation 2016-06-30 12:35:58 +02:00
Ralf Becker
96ecf94a40 fix redirect to admin index fails via ajax_exec, as there is no menuaction in url 2016-06-30 11:15:25 +02:00
leithoff
bf41c46cce fix error in common lang file 2016-06-30 11:02:16 +02:00
leithoff
4ebf9b4720 fix error in common lang file 2016-06-30 10:31:38 +02:00