Commit Graph

18810 Commits

Author SHA1 Message Date
927528e2ad If user does not have permission for Import / Export, skip all importexport sidebox links 2011-04-06 22:47:49 +00:00
5325043b71 Default export date selection to current calendar view, overriding preferences 2011-04-06 22:25:21 +00:00
b6e79184a2 Allow plugin selection settings to override preferences 2011-04-06 22:24:46 +00:00
905900dd41 Add ability to select group calendars for export 2011-04-06 22:04:37 +00:00
a8b3fd0cba Make sure placeholders are present & empty if there is no previous appt for contact 2011-04-06 21:39:17 +00:00
eb337b7dec Don't throw an exception, just leave the cells as text and log it. 2011-04-06 20:57:40 +00:00
1d41d567a0 Iteratively increase backtrack limit to try to handle preg_replace limitations on larger files 2011-04-06 20:45:14 +00:00
0bfd238e3f * CalDAV: store name part of URL from client PUT request, to fully comply with CalDAV spec 2011-04-06 19:26:10 +00:00
3825fecf6d Process link to project manager, represented by pm_id field 2011-04-06 18:31:52 +00:00
597d2f6dcc Strip leading spaces from status labels for better matching 2011-04-06 17:22:37 +00:00
49f8cc3258 Convert date/time to timestamp 2011-04-06 17:22:14 +00:00
7b804f41a4 Recognize empty as != 0 2011-04-06 15:40:30 +00:00
be3dd73dcf quietened permanent error_log 2011-04-06 12:56:40 +00:00
bef80c1f7f improved performance of ctag generation (using only a single and quick DB query, compared to multiple queries plus one for each recurring event 2011-04-06 12:46:21 +00:00
7ccc7adadf fixed recurring events with enddate are on recurrence short in AS
enddate in EGroupware or iCal is only a date, but AS needs a time incl. correct starttime
2011-04-06 08:04:43 +00:00
1df79639b9 quieten permanent error_log 2011-04-06 08:03:32 +00:00
d204c688c8 Strip HTML tags from long description 2011-04-05 23:36:40 +00:00
490b516c7d Fix start time import 2011-04-05 23:17:47 +00:00
7ee16e78b3 Fix wrong variable names 2011-04-05 22:57:06 +00:00
87ee0f0088 * CardDAV: store name part of URL from client PUT request, to fully comply with CardDAV spec 2011-04-05 20:39:13 +00:00
ca7dfd3370 Added grid styles to the jerryr template (probably the CSS + the images should be kept in the default theme, but I'm not sure what's the best way to do this), added 'evenQueue' object to grid JS code, which allows you to cancle or postpone JS events connected to it. 2011-04-05 20:23:09 +00:00
66c61cb74e - move all filtering into SQL query in calendar_so, to be able to correctly return N rows starting from row M
- re-enabling propfind iterator again for calendar (fetching events in chunks of 500), to lower memory footprint
Please note: changed SQL queries used for CalDAV do not take changed participants (or status) in exceptions into account
2011-04-05 15:32:20 +00:00
cec35e75d8 moved notify users via mail into action groupbox 2011-04-05 15:05:01 +00:00
b91ffb709c moved notify users via mail into action groupbox 2011-04-05 15:02:41 +00:00
04ad34647d fix for egroupware.org bug #2910: Unable to use lettersearch in addressbook 2011-04-05 12:51:00 +00:00
81a74f2069 fix for foldersync loop, when users calendar is empty and ctag=0 2011-04-04 21:56:37 +00:00
a8e8d82f64 Don't overwrite numeric owner IDs from successful conversion 2011-04-04 21:24:06 +00:00
7962433e27 types value moved 2011-04-04 19:20:12 +00:00
1c4101575c Fix typo in error messages 2011-04-04 19:07:23 +00:00
fa8bf4218e Use automatic processing for human friendly values 2011-04-04 19:07:06 +00:00
630720a662 Used passed appname when creating new categories 2011-04-04 19:05:15 +00:00
15bac6b211 Don't clear cat_id if it wasn't found, let app have the original 2011-04-04 17:28:35 +00:00
8276cbbade Fix 'owner from csv' option 2011-04-04 17:19:27 +00:00
19b7918a73 - Hide category choice, timesheet only replaces
- Fix Set to: category list
2011-04-04 17:13:59 +00:00
1777dbcf2a Move field types to egw_record, use them in human friendly conversions when exporting and importing 2011-04-04 17:01:17 +00:00
cd5bcab6b6 Add function to do automatic conversions from human friendly values, similar to the one in export. 2011-04-04 17:00:13 +00:00
ee0e75f283 Fix for exporting custom fields in user format - CFs are stored as text, not timestamp 2011-04-04 16:09:22 +00:00
4a5a146334 fix email field format for Samsung Galaxy Android 2011-04-04 14:48:26 +00:00
af7ad5bec1 If there's only one option for plugin or definition, select it 2011-04-04 14:31:37 +00:00
cbcc4c6c49 updated activesync engine to latest as12.1 code from Andreas B:
- adding better support for non strict protocol implementations to improve device compatibility
- fixing an issue of iOS Mail App crashing, due to server reporting changes not requested by client during message fetch.
- adding support for multiple profiles(with different usernames) on one device to one server. (iOS) 
- Protocol Version 14.1 is now offered to the client
- general improvements to request handling
Updated egw backend and all plugins to be compatible with latest changes to sync engine.

ATTENTION: profiles need to be recreated on the devices.
2011-04-02 20:18:37 +00:00
972eb515c3 added "must change password" and "can change password" attribute to "Bulk password reset" command and added German translation 2011-04-01 18:49:42 +00:00
a231863ed3 Implemented grid column sorting 2011-04-01 16:38:31 +00:00
5ea2945538 allow to return passwords hashes as array 2011-04-01 14:00:25 +00:00
bab48aee0a * method to reset passwords of multiple users to a random password and notify them about that, also allows to change from plaintext passwords to a different hash 2011-04-01 13:35:16 +00:00
d7d28e75d5 strip html from caption in selectcols popup 2011-04-01 13:17:48 +00:00
151da7e0bd Updated code for image overlay on grid entries 2011-04-01 12:49:14 +00:00
7de4a37624 Added new style and images for links 2011-04-01 12:48:24 +00:00
e34db60775 fixed typo causing fatal error when client sends a recuring event with a given number of occurences 2011-04-01 08:23:09 +00:00
64cf625403 Avoid weird problem with account_id & preg_replace clearing content 2011-03-31 18:13:46 +00:00
c157592e20 Remove not maintained export to ods plugin 2011-03-31 16:57:27 +00:00