Commit Graph

20478 Commits

Author SHA1 Message Date
Klaus Leithoff
9949c0dfd6 add rarely used charset mswin1252; seems to be a variation of windows-1252 2012-08-01 14:55:51 +00:00
Ralf Becker
ad2d51c053 * Filemanager: support for ownCloud WebDAV clients which keep a local directory in sync with server (by default users home-dir with local ownCloud dir, thought other dirs can be configured as well) 2012-08-01 06:17:36 +00:00
Ralf Becker
1f64da2abf get_specific_rights returns true, if there no acl data at all --> using 0 instead 2012-07-31 17:56:56 +00:00
Ralf Becker
c325123be7 * Admin/Preferences: fixed not removable ACL rights for apps using NO group-acl, eg. Addressbook or InfoLog 2012-07-31 17:44:48 +00:00
Ralf Becker
2c2536d33c * Addressbook/CardDAV: fixed lost cell-phone numbers, caused by SyncML update 2012-07-31 14:59:42 +00:00
Ralf Becker
17f188e394 * LDAP authentication: if changing password fails bind as user, try changing is with given admin-dn, to cater for all sorts of ldap configurations 2012-07-31 12:30:43 +00:00
Klaus Leithoff
9347e58493 unsubsubcribe from oldFoldername when renaming/moving a folder 2012-07-30 13:19:34 +00:00
Ralf Becker
a80f2102c6 fixe a PHP 54 strict warning 2012-07-28 08:01:55 +00:00
Ralf Becker
0e4b9d8189 removed accidently backported export wizard causing a PHP Fatal error 2012-07-28 07:58:47 +00:00
Nathan Gray
8c182168bb Disable accidentally backported Export - requires things not available in 1.8 2012-07-27 17:28:16 +00:00
Ralf Becker
d13ea8a17a * Calendar/CalDAV: meeting requests contain again nice body followed by a separator and description 2012-07-24 22:26:35 +00:00
Ralf Becker
889f47fe9b * Calendar/CalDAV: not searching addressbook for CN, as match can be not unique or without an email address, causing notification to fail --> store as email address 2012-07-24 20:14:57 +00:00
Klaus Leithoff
f1c5c8334b * email: handle attaching eml files; handle no subject when forwarding as attachment 2012-07-24 10:20:25 +00:00
Ralf Becker
835b20b354 add new PHP 5.4 config var max_input_vars which need to be set higher for TranslationTools to work correctly, default seems to be 1000, set now to 3000 2012-07-23 08:27:09 +00:00
Jörg Lehrke
a6efd19f97 * Fix Funambol vCard issues (community bug #1999) 2012-07-22 11:08:54 +00:00
Ralf Becker
b1e06f01df fix for 5.4 PHP Strict Standards: Declaration of ADODB2_mysql::_CreateSuffix() should be compatible with ADODB_DataDict::_CreateSuffix 2012-07-20 16:31:10 +00:00
Ralf Becker
931ad68b8f * InfoLog: remove accidently backported preferences, not used in 1.8 2012-07-20 09:04:45 +00:00
Ralf Becker
4f419c4b9c Changelog for 1.8.004.20120718 2012-07-18 17:53:43 +00:00
Ralf Becker
a460298fb9 backported xml-import/export from trunk, as it works a lot better then version in 1.8 2012-07-18 17:51:09 +00:00
Ralf Becker
bf9aaf6545 if dir is not writable, download xet file 2012-07-18 17:49:24 +00:00
Ralf Becker
5b46ac1677 * Admin/Setup: fixing high memory usage in registering all hooks 2012-07-18 10:35:09 +00:00
Ralf Becker
f6541b66a7 slightly different expand-property report requested from OS X 10.6.8 iCal requests properties from DAV namespace not explicitly specified 2012-07-17 15:18:09 +00:00
Ralf Becker
a00026ba4c fixed 5.4 PHP Warning: Illegal offset type 2012-07-17 14:09:08 +00:00
Ralf Becker
296ad60cb0 use single sql query with join to acl table instead calling id2name for each account, as it is quicker and uses less memory 2012-07-17 14:08:40 +00:00
Ralf Becker
52db5c23fc * Addressbook: fixed not working resize or conversation of non-jpeg images in newer php versions 2012-07-17 13:17:57 +00:00
Ralf Becker
4df861dde7 * Calendar: fixed EGroupware owner got notified about status changes, even if email-notification preference was "never", now only external chairs get always notified 2012-07-17 12:37:27 +00:00
Ralf Becker
48f36b99f5 fix returned xml for correct expansion is empty 2012-07-15 09:55:25 +00:00
Ralf Becker
2787fd56d0 * CalDAV: expand-property reports queried by iCal from OS X 10.7.4
- expanded-group-member-set
- expanded-group-membership
- calendar-proxy-read-for
- calendar-proxy-write-for
Both calendar-proxy reports can be combined in one request, which is now also handled correct.
2012-07-15 09:17:12 +00:00
Ralf Becker
377033ea01 * Addressbook: backported config switch for history logging / delete prevention required for CardDAV to detect deleted contacts, also switch history logging on for new installs 2012-07-15 08:26:50 +00:00
Ralf Becker
2632e9d6b1 * Calendar: backported config switch for history logging / delete prevention required for CalDAV to detect deleted events 2012-07-15 08:00:29 +00:00
Ralf Becker
cce69f4841 fixed PHP Strict Standards: Only variables should be assigned by reference 2012-07-14 07:44:48 +00:00
Ralf Becker
f5ce49318a fixed PROPFIND did not return additional properties if path contained special chars like ? or # 2012-07-13 15:56:17 +00:00
Ralf Becker
154c601157 * Filemanager: support for ownCloud WebDAV clients which keep a local directory in sync with server (by default users home-dir with local ownCloud dir, thought other dirs can be configured as well) 2012-07-12 08:20:33 +00:00
Nathan Gray
dcba97a2ae Fix custom field filtering 2012-07-11 20:30:33 +00:00
Nathan Gray
4c41c36251 Add 'All' option to category filter if missing to match old etemplate 2012-07-11 20:10:20 +00:00
Nathan Gray
09542d6327 Ignore some properties to silence warnings 2012-07-11 20:09:15 +00:00
Nathan Gray
a7110e4912 Add label attribute to valueWidget to support most read-only widgets 2012-07-11 20:08:32 +00:00
Nathan Gray
fa30d335e3 Detect a submit from old etemplate & pass it off 2012-07-11 20:06:37 +00:00
Nathan Gray
4483b63f9e Nice column alignment in edit dialog 2012-07-11 19:02:07 +00:00
Nathan Gray
8c8171c88b Tighten up CSS a little 2012-07-11 19:01:06 +00:00
Ralf Becker
2bfa5feab4 if request URI contains a full url, remove schema and domain 2012-07-11 17:45:52 +00:00
Nathan Gray
cc00b3c0ba Fix sticky parent filter 2012-07-11 16:01:14 +00:00
Ralf Becker
2537882598 removed not used php files from lang-directory 2012-07-11 09:50:32 +00:00
Ralf Becker
52eba48ac8 removed not used php files from lang-directory 2012-07-11 09:48:32 +00:00
Nathan Gray
a1078e6b0a Get description menuaction style popups working 2012-07-10 23:13:05 +00:00
Nathan Gray
7e77eff672 More involved searching for where sel_options could be. Added nm[rows][sel_options][ID] as an option 2012-07-10 22:23:44 +00:00
Nathan Gray
f29d9ce72d - Keep internal value synced with widget value
- Handle case when rows attribute is specified, and rows legacy option is used for empty_label
2012-07-10 22:20:13 +00:00
Nathan Gray
c1a7b2de01 Create content array in constructor too, some things need that 2012-07-10 22:16:44 +00:00
Nathan Gray
7e80a90caf Fix disabled tags evaluating to true when not set 2012-07-10 18:06:44 +00:00
Nathan Gray
417c1aa27f Use creator if file modifier is null 2012-07-10 15:51:14 +00:00