Commit Graph

23819 Commits

Author SHA1 Message Date
Klaus Leithoff
e95d46b7bc disable transaction for mysql for restore, as a failure during restore may lead to an empty database, as drop table is not transactional for mysql 2014-02-17 16:18:26 +00:00
Ralf Becker
9f6d14690e force re-import of etemplates if app-version changes 2014-02-17 14:27:04 +00:00
Ralf Becker
d4f02a8bd5 Changelog for 11.1.20140212 2014-02-12 14:35:19 +00:00
Hadi Nategh
ed5ff6fd1a Fix calendar ignore conflict when the conflict is not from resources 2014-02-12 13:06:31 +00:00
Klaus Leithoff
506f232723 fix bug regarding actions on all selected mails (selected via checkbox) reported by zorg 2014-02-12 12:40:38 +00:00
Ralf Becker
2283421e2c using now a branch for eSyncPro, as we need et2 for trunk 2014-02-12 08:30:24 +00:00
Ralf Becker
acacc038dd update from 1.8.006 2014-02-11 09:32:54 +00:00
Ralf Becker
35b725b7e2 do not use / in random password and let preg_quote know we use / as delimiter (also fixing ide warnings) 2014-02-11 09:19:42 +00:00
Ralf Becker
ae678ed9cc Changelog for 11.1.20140210 2014-02-10 13:15:46 +00:00
Ralf Becker
99ca6a592b * CalDAV/Calendar: fixed invalid ics file for alarm exactly at the event 2014-02-10 08:53:40 +00:00
Ralf Becker
98135e4087 using capital REQUEST in method parameter 2014-02-05 15:15:21 +00:00
Klaus Leithoff
7aacef369a re-add missing account status (active/created/changed) 2014-02-05 13:18:31 +00:00
Ralf Becker
dbdb54abb5 * API: support for mbstring.func_overload=0 (previously we required mbstring.func_overload=7 to correctly support utf-8) 2014-02-04 16:14:46 +00:00
Klaus Leithoff
e822ed2f02 fix typo 2014-02-04 14:59:56 +00:00
Klaus Leithoff
a4ff6334b6 * eMail: completely remove the ui/bo/sofilter classes as they are not effectively used anymore 2014-02-04 14:58:28 +00:00
Ralf Becker
215cc95315 fixed problem reported by Pedro Ribeiro 2014-02-04 13:48:03 +00:00
Ralf Becker
e577e09835 same for list users or groups 2014-02-04 09:14:08 +00:00
Ralf Becker
4d52a577e5 missing quoting in editing users and groups 2014-02-04 08:41:04 +00:00
Hadi Nategh
aac5309c8f Add "Allow ignore conflicts" feature for resources 2014-01-29 13:46:30 +00:00
Klaus Leithoff
8d0cdd068d reduce the use of the session as cache/storage for notified mails; use INSTANCE cache instead 2014-01-29 09:40:45 +00:00
Ralf Becker
13af04b202 * Calendar/eSync: fixed caching causing new events on EGroupware side not to appear on device (withing time of a running ping-request) 2014-01-28 16:26:31 +00:00
Ralf Becker
8cca1e3536 * InfoLog: query custom-fields for notifications
and remove static $ignore_acl parameter, as it is only used in no longer necessary read
2014-01-28 15:18:56 +00:00
Ralf Becker
8156367b57 * CalDAV/Resources: fixed only first N resources were available in CalDAV (N = common preference how many entries to show) 2014-01-28 14:45:10 +00:00
Ralf Becker
27f254afb6 * Calendar,EventMgr: fixed locking of events to work with current browser versions 2014-01-28 13:31:49 +00:00
Hadi Nategh
f2ae2ef6b8 Fix not being able to select other groups in categories but always User all 2014-01-28 11:47:08 +00:00
Ralf Becker
b84c150202 * Adressbook/CardDAV: changed (down-)scaling of images to width of 240px (was 60px) to cater for higher screen resolutions 2014-01-28 11:25:10 +00:00
Ralf Becker
8c13d3e6cb * API/Preferences: fixed can NOT unset last (forced) preference of an app, also fixed not working deleting of prefs when deleting a user or group 2014-01-23 12:34:45 +00:00
Ralf Becker
2f91f0e1de fixed typo causing not being able to log in with header-admin-user/password into setup 2014-01-18 10:07:09 +00:00
Ralf Becker
4d19cbc577 fixed typo causing svn-help to only work for merge and up commands 2014-01-15 18:06:22 +00:00
Ralf Becker
18c702dc5a fixed typo causing preferences not to be deleted, when users or groups get deleted 2014-01-14 11:54:24 +00:00
Ralf Becker
b7d0515cc2 * Tracker: dropping unique index(es) on escalations to not limit creating same escalations eg. on different queues
Was previously done by modifying index to contain more columns in update, but not new installations.
Now droping all existing unique indexes completly.
2014-01-14 11:11:36 +00:00
Klaus Leithoff
01051fd136 fix typo: was only causing trouble when replying from draft folder from your activesync device 2014-01-10 14:39:51 +00:00
Hadi Nategh
9316a880ab Make sure the edit_series javascript function is loaded after getrows in calendar list view 2014-01-09 11:14:52 +00:00
Ralf Becker
3e5701b92a return $arr argument itself, but no reference to it, in all error cases 2014-01-08 09:46:53 +00:00
Ralf Becker
e9d249af5a Changelog for 11.1.20140108 2014-01-08 09:02:49 +00:00
Ralf Becker
2b9d56c7f0 can NOT use empty($idx) as it is true for 0 too! 2014-01-08 08:58:32 +00:00
Ralf Becker
c3fc9d9c2a Changelog for 11.1.20140107 2014-01-07 18:27:36 +00:00
Ralf Becker
b8e4818452 * CalDAV/calendar: fixed permanent auth request in iCal, if accountselection is set to "selectbox with groupmembers" and rights granted from group without being a member
expand-property report now ignores the url instead of throwing an exception
2014-01-07 17:31:51 +00:00
Klaus Leithoff
4fd32f2470 * eMail/Mailhandling: introduce option >mail text only< for better control of import of mails to other apps 2014-01-07 12:46:04 +00:00
Ralf Becker
3c2041c0ae * CalDAV/CardDAV: only advertice sync-collection report, if we track deleted entries (history-logging enabled, not working otherwise) 2014-01-07 11:11:21 +00:00
Ralf Becker
d5e12ae79e * API/Admin: fixed SQL error on repairing filesystem, if one of required directories has wrong permissions 2014-01-07 09:56:43 +00:00
Ralf Becker
b914cd356d allow to prefix alternative name with a minus to substract instead of adding its value 2014-01-06 13:03:39 +00:00
Ralf Becker
44ac7db6a5 fixed handling of empty name, not index into array but return full array 2014-01-06 12:54:05 +00:00
Klaus Leithoff
5cd2ab377f improve regex for transform_url2link 2013-12-20 09:54:56 +00:00
Klaus Leithoff
f965a14a86 fix for _top condition on making sure links are opened either with target _top or _blank 2013-12-19 15:51:26 +00:00
Klaus Leithoff
b8116e1c4d make sure links are opened either with target _top or _blank 2013-12-19 15:38:23 +00:00
Klaus Leithoff
4d9a7eceff Changelog for 11.1.20131216 2013-12-16 08:51:50 +00:00
Hadi Nategh
8e8c53ad7d Revert changes from 44725 2013-12-13 09:50:24 +00:00
Ralf Becker
9d7c912b91 * CalDAV/InfoLog: fixed not working sync-collection report, eg. used by eM client 2013-12-12 01:59:03 +00:00
Nathan Gray
2572d7aa05 Revert accidental changes from 44503. Thanks Jörg. 2013-12-09 15:57:18 +00:00