Commit Graph

20681 Commits

Author SHA1 Message Date
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
493bf3bcd0 fixed 5.4 PHP Warning: Illegal offset type 2012-07-17 13:59:37 +00:00
565a2be7d6 also add dir and pref for filemanager templates 2012-07-17 13:26:52 +00:00
52db5c23fc * Addressbook: fixed not working resize or conversation of non-jpeg images in newer php versions 2012-07-17 13:17:57 +00:00
a8d1376205 * Addressbook: fixed not working resize or conversation of non-jpeg images in newer php versions 2012-07-17 13:17:19 +00:00
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
f8ae428f32 * 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:36:48 +00:00
ab1fdb0617 * Addressbook: fixed error when adding a new organisation member for organisation(department)s containing a comma 2012-07-17 12:15:10 +00:00
68f9a07917 as we want ical body to be just describtion, we can NOT set links, as they get appended to body 2012-07-17 09:48:43 +00:00
128d8ce29c Make sure we get updated get_rows query in all cases 2012-07-16 23:00:44 +00:00
ee440ce548 Add special exception for deleted, since it's not in the list of statuses 2012-07-16 22:42:15 +00:00
5b0a009e5f Send back current nm filters in submit 2012-07-16 20:48:50 +00:00
5e05113e71 Enlarge description text box, shrink delegation to fit tab without scrolling 2012-07-16 15:18:25 +00:00
4454d4b2e3 Tabs check parent (usually a row) for height setting, and apply it to tabs 2012-07-16 15:17:23 +00:00
c510b5f15f Dates need more space for seconds 2012-07-16 14:35:36 +00:00
6699e26062 accounts_sql::members() 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-16 12:36:53 +00:00
dea7e46a2d accounts_sql::members() 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-16 12:27:01 +00:00
04f732e653 using accounts->member(ship)s($id, true) instead of accounts->member(ship), as it does not require to read (unused) account_lid, which takes far longer and require more memory on huge installs 2012-07-16 12:05:21 +00:00
727bd06868 fix returned xml for correct expansion is empty 2012-07-15 09:55:46 +00:00
48f36b99f5 fix returned xml for correct expansion is empty 2012-07-15 09:55:25 +00:00
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
b4f087e41e correctly returning multiple expanded properties as eg. calendar-proxy-(read|write)_for example 2012-07-15 09:12:28 +00:00
63ceb130d5 add missing closing tag 2012-07-15 08:27:28 +00:00
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
74c201c714 docu fix 2012-07-15 08:01:13 +00:00
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
b690d98fc4 * 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, this is NOT yet handled correct!
2012-07-14 19:41:43 +00:00
b3a4ad5240 very first attempt for et2_widget_itempicker implementation 2012-07-14 15:38:02 +00:00
588950ae29 fixed PHP Strict Standards: config::save_value must be declared static to be used static (no longer allowing non-static usage!) 2012-07-14 08:53:44 +00:00
cce69f4841 fixed PHP Strict Standards: Only variables should be assigned by reference 2012-07-14 07:44:48 +00:00
223c2b7b7d fixed PHP Strict Standards: Only variables should be assigned by reference 2012-07-14 07:44:13 +00:00
f5ce49318a fixed PROPFIND did not return additional properties if path contained special chars like ? or # 2012-07-13 15:56:17 +00:00
49a90413e4 fixed PROPFIND did not return additional properties if path contained special chars like ? or # 2012-07-13 15:55:29 +00:00
f4724ee3d4 xcache caching provider 2012-07-12 13:18:22 +00:00
371ebda9b0 only create a temporary mount for ownCloud clients on /clientsync, thought admin can create a different permanent one 2012-07-12 08:48:13 +00:00
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
dcba97a2ae Fix custom field filtering 2012-07-11 20:30:33 +00:00
4c41c36251 Add 'All' option to category filter if missing to match old etemplate 2012-07-11 20:10:20 +00:00
09542d6327 Ignore some properties to silence warnings 2012-07-11 20:09:15 +00:00
a7110e4912 Add label attribute to valueWidget to support most read-only widgets 2012-07-11 20:08:32 +00:00
fa30d335e3 Detect a submit from old etemplate & pass it off 2012-07-11 20:06:37 +00:00
4483b63f9e Nice column alignment in edit dialog 2012-07-11 19:02:07 +00:00
8c8171c88b Tighten up CSS a little 2012-07-11 19:01:06 +00:00
2bfa5feab4 if request URI contains a full url, remove schema and domain 2012-07-11 17:45:52 +00:00
cc00b3c0ba Fix sticky parent filter 2012-07-11 16:01:14 +00:00
2537882598 removed not used php files from lang-directory 2012-07-11 09:50:32 +00:00
52eba48ac8 removed not used php files from lang-directory 2012-07-11 09:48:32 +00:00
a1078e6b0a Get description menuaction style popups working 2012-07-10 23:13:05 +00:00
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
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