Commit Graph

27804 Commits

Author SHA1 Message Date
6f52ff858c Automatically expand to multiple rows if the option is set and value is multiple so we don't lose part of the value 2015-08-11 22:28:00 +00:00
c262fb2ad0 Fix for losing actions if they are re-linked to a new actionObject 2015-08-11 15:44:42 +00:00
24bb619f09 fix requirements for SLES 12, not setting sles_version, but suse_version 1315, in obs and having a broken php5-tidy package 2015-08-11 15:17:15 +00:00
691b538fd0 fix Apache 2.4 config for SLES 12 not loading old 2.2 compatibility modules 2015-08-11 14:41:45 +00:00
51d0cb19c2 Changelog for 14.3.20150811 2015-08-11 08:50:27 +00:00
e7713238c8 * Filemanager/WebDAV: use full urlencoding for OS X Finder, fixes problems with non-ascii chars in file- or folder-names
we should probably allways do that, but that requires more checks with other user-agents
2015-08-11 07:36:05 +00:00
4622d059c7 * Filemanager: fix comments show non-ascii chars as ? (requires DB schema update again!) 2015-08-10 09:04:00 +00:00
03dcd5c6ba * Filemanager/WebDAV: rename of a file or directory removed other files with names only differing in case eg. "test" and "Test" 2015-08-06 13:00:20 +00:00
63587d767f * Univention/Admin: renaming of accounts or groups works now (failed with removed old account) 2015-08-06 12:11:24 +00:00
e109d06e0d Fix couple of IDE warnings 2015-08-06 09:43:32 +00:00
a4b850cd8d Fix custom rights option messes selected mail acl rights 2015-08-06 09:28:42 +00:00
c3136791b5 Fix font size for print mail body 2015-08-06 07:32:24 +00:00
cedc038f0c * PostgreSQL: automatic shorten all content requiring it, before schema update, to not stall 14.3 update 2015-08-05 08:37:33 +00:00
3714b053c8 shorten all history_appname/history_status entries to 16/32 chars, to not stall update for PostgreSQL 2015-08-04 15:11:45 +00:00
8f561f406c add HTTP User-Agent to pseudo session id, to eg. distinguish sessions from different WebDAV clients in access-log 2015-08-04 14:49:22 +00:00
7be501ab9f * NetDrive: enable old workarounds for current user-agent string, create 0 byte files when storing without 2015-08-04 14:41:43 +00:00
d43c2d0b54 * Admin/PostgreSQL: shorten ACL labels used to limit admin rights to 16 char and fixed stalled 14.3 update for PostgreSQL 2015-08-04 09:55:57 +00:00
15e989f318 fix typo causing PHP Fatal error on update 2015-08-04 09:54:03 +00:00
5e127cc77d fix wired PHP Fatal error: Call to a member function commit_session on null, thought isset should stop that ... 2015-08-02 09:05:23 +00:00
23c4d052c7 Fix errors in async service, since r53254 "run shutdown callbacks after sending output to user" 2015-07-30 07:15:19 +00:00
3b560bb9ee drop evtl. existing temp. table eg. from a previous failed upgrade 2015-07-29 19:03:32 +00:00
6444ebb77d updates patch with modified line-numbers 2015-07-29 17:40:25 +00:00
4c5908791b Changelog for 14.3.20150729 2015-07-29 16:14:58 +00:00
bc595da0a5 fix typo giving fatal error on Univention Installation 2015-07-29 16:07:36 +00:00
1eda847c47 * CalDAV/Calendar: fix not working private flag from Apple clients 2015-07-29 13:31:26 +00:00
d81dfc5c07 Disable getFolderstatus in getTreeFolder method as it causes performance issue and some wierd error
- Note: after re-implementing mail tree, getFolderStatus needs to be re-implemented and being used again via new approach
2015-07-29 12:39:17 +00:00
3ddeeebc93 * Nginx/FastCGI: run shutdown callbacks (eg. link notification processing) after sending response to user
was broken since some time, because a not closed session kept it from working
--> we are now run all callbacks containing "session" it there name, closing session, calling fastcgi_finish_request() and then run rest of the callbacks
2015-07-29 12:37:06 +00:00
504e4ff725 * Admin: fix SQL error when search contains a non-ascii character 2015-07-29 10:35:26 +00:00
b3667c9a1d Fix call to not existed static function 2015-07-29 10:28:04 +00:00
633feb37cc * Filemanager/Versioning: filesystem checks now fixes directories existing multiple times, causing them to appear empty 2015-07-29 09:08:53 +00:00
3e8b02d50a After editing a contact, refresh the whole list (edit) instead of just updating the one contact. 2015-07-28 15:02:09 +00:00
89bd82725d Better handling of changing status & completed via context menu 2015-07-28 14:37:57 +00:00
c6620e2115 Prevent column selection preference from being reset, fixes forced columns don't stay forced. 2015-07-28 14:34:33 +00:00
8788b444cf * Mail/subscription: Performance improvement
-Enhancement in fast loading subscription dialog
-Implement indicator for loading folder
-Performance improvement by handling most of the operations in client-side
2015-07-28 14:20:42 +00:00
ba03f02571 Fix wrong encoded autoloading url 2015-07-28 13:08:16 +00:00
c3e9afc85a Add nocheckbox option into tree widget to instruct the component not to render checkbox for the relevant item 2015-07-28 13:04:53 +00:00
a5f347d484 Send back to server both checked and unchecked values if autoloading is used 2015-07-28 13:04:19 +00:00
422a341513 Do not force tree node to state of open if we are using autoloading 2015-07-28 13:03:17 +00:00
8285fb7666 Correct the value of checked option from previous commit 2015-07-28 13:02:12 +00:00
8d424171ae Add checked option to tree widget 2015-07-28 13:01:32 +00:00
76296180b8 added more docu and some constants with sane names 2015-07-28 13:01:07 +00:00
38e27f1673 missing post to install archive 2015-07-28 12:20:29 +00:00
429455714e 14.3 2015-07-28 09:57:02 +00:00
590517820e pending changes 2015-07-28 09:50:52 +00:00
80c549a370 changed spec for 14.3.20150728 incl. new archive app (Benno Mail Archive integration) 2015-07-28 08:55:38 +00:00
4e20658da1 updating version to 14.3 2015-07-28 08:37:53 +00:00
54ba84cbfa Changelog for 14.3.20150728 2015-07-28 08:24:18 +00:00
03d3f7924f Make sure link_entry & file_upload are still present before trying to destroy them.
Fixes hidden error when calling etemplate2.clear() with read-only link widgets.
2015-07-27 17:26:31 +00:00
ed9204103c * Addressbook: custom fields of accounts enabled via own-account-acl were not editable 2015-07-27 16:53:19 +00:00
a394a53d8b if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:24:18 +00:00