Commit Graph

27804 Commits

Author SHA1 Message Date
Nathan Gray
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
Nathan Gray
c262fb2ad0 Fix for losing actions if they are re-linked to a new actionObject 2015-08-11 15:44:42 +00:00
Ralf Becker
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
Ralf Becker
691b538fd0 fix Apache 2.4 config for SLES 12 not loading old 2.2 compatibility modules 2015-08-11 14:41:45 +00:00
Ralf Becker
51d0cb19c2 Changelog for 14.3.20150811 2015-08-11 08:50:27 +00:00
Ralf Becker
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
Ralf Becker
4622d059c7 * Filemanager: fix comments show non-ascii chars as ? (requires DB schema update again!) 2015-08-10 09:04:00 +00:00
Ralf Becker
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
Ralf Becker
63587d767f * Univention/Admin: renaming of accounts or groups works now (failed with removed old account) 2015-08-06 12:11:24 +00:00
Hadi Nategh
e109d06e0d Fix couple of IDE warnings 2015-08-06 09:43:32 +00:00
Hadi Nategh
a4b850cd8d Fix custom rights option messes selected mail acl rights 2015-08-06 09:28:42 +00:00
Hadi Nategh
c3136791b5 Fix font size for print mail body 2015-08-06 07:32:24 +00:00
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
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
Ralf Becker
15e989f318 fix typo causing PHP Fatal error on update 2015-08-04 09:54:03 +00:00
Ralf Becker
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
Ralf Becker
23c4d052c7 Fix errors in async service, since r53254 "run shutdown callbacks after sending output to user" 2015-07-30 07:15:19 +00:00
Ralf Becker
3b560bb9ee drop evtl. existing temp. table eg. from a previous failed upgrade 2015-07-29 19:03:32 +00:00
Ralf Becker
6444ebb77d updates patch with modified line-numbers 2015-07-29 17:40:25 +00:00
Ralf Becker
4c5908791b Changelog for 14.3.20150729 2015-07-29 16:14:58 +00:00
Ralf Becker
bc595da0a5 fix typo giving fatal error on Univention Installation 2015-07-29 16:07:36 +00:00
Ralf Becker
1eda847c47 * CalDAV/Calendar: fix not working private flag from Apple clients 2015-07-29 13:31:26 +00:00
Hadi Nategh
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
Ralf Becker
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
Ralf Becker
504e4ff725 * Admin: fix SQL error when search contains a non-ascii character 2015-07-29 10:35:26 +00:00
Hadi Nategh
b3667c9a1d Fix call to not existed static function 2015-07-29 10:28:04 +00:00
Ralf Becker
633feb37cc * Filemanager/Versioning: filesystem checks now fixes directories existing multiple times, causing them to appear empty 2015-07-29 09:08:53 +00:00
Nathan Gray
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
Nathan Gray
89bd82725d Better handling of changing status & completed via context menu 2015-07-28 14:37:57 +00:00
Nathan Gray
c6620e2115 Prevent column selection preference from being reset, fixes forced columns don't stay forced. 2015-07-28 14:34:33 +00:00
Hadi Nategh
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
Hadi Nategh
ba03f02571 Fix wrong encoded autoloading url 2015-07-28 13:08:16 +00:00
Hadi Nategh
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
Hadi Nategh
a5f347d484 Send back to server both checked and unchecked values if autoloading is used 2015-07-28 13:04:19 +00:00
Hadi Nategh
422a341513 Do not force tree node to state of open if we are using autoloading 2015-07-28 13:03:17 +00:00
Hadi Nategh
8285fb7666 Correct the value of checked option from previous commit 2015-07-28 13:02:12 +00:00
Hadi Nategh
8d424171ae Add checked option to tree widget 2015-07-28 13:01:32 +00:00
Hadi Nategh
76296180b8 added more docu and some constants with sane names 2015-07-28 13:01:07 +00:00
Ralf Becker
38e27f1673 missing post to install archive 2015-07-28 12:20:29 +00:00
Ralf Becker
429455714e 14.3 2015-07-28 09:57:02 +00:00
Ralf Becker
590517820e pending changes 2015-07-28 09:50:52 +00:00
Ralf Becker
80c549a370 changed spec for 14.3.20150728 incl. new archive app (Benno Mail Archive integration) 2015-07-28 08:55:38 +00:00
Ralf Becker
4e20658da1 updating version to 14.3 2015-07-28 08:37:53 +00:00
Ralf Becker
54ba84cbfa Changelog for 14.3.20150728 2015-07-28 08:24:18 +00:00
Ralf Becker
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
Ralf Becker
ed9204103c * Addressbook: custom fields of accounts enabled via own-account-acl were not editable 2015-07-27 16:53:19 +00:00
Ralf Becker
a394a53d8b if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:24:18 +00:00