Commit graph

404 commits

Author SHA1 Message Date
Aleksander Machniak
11ce37ef17 Performance: Limit number of SQL queries when "attaching" relations/tags to list of tasks/notes (#3969) 2016-02-13 17:35:29 +01:00
Aleksander Machniak
446cd0dfe1 Performance: Limit number of SQL queries needed for "object relations update" operation 2016-02-13 13:09:59 +01:00
Aleksander Machniak
2172f4340c Performance: Consolidate metadata requests (#3989)
This changes number of cache requests from 4 to 2 for each groupware folder.
2016-02-12 13:45:58 +01:00
Aleksander Machniak
a9b09a16ac Performance: Don't initialize all folders in task driver constructor (#3971) 2016-02-12 11:50:42 +01:00
Aleksander Machniak
a7af7a9b81 Fix JS error when using tasks filter after task delete (T1005) 2016-02-12 11:44:42 +01:00
Aleksander Machniak
81ffe68df5 Q() -> rcube::Q() 2016-02-12 11:15:41 +01:00
Thomas Bruederli
6a8b8b19a0 Fix SQL error when inserting task with no status set.
The database schema doesn't allow null values but expects an empty string.
2016-01-27 21:45:11 +01:00
Aleksander Machniak
5d8f64481f Fix disabled tasklist selector in "Save as task" dialog (#5301) 2015-12-17 19:41:39 +01:00
Aleksander Machniak
7babdcdaa2 Fix bug where "Loading..." message wasn't removed on error when saving a task 2015-12-17 16:43:20 +01:00
Aleksander Machniak
f8d65ba843 Fix some typos 2015-12-17 15:57:29 +01:00
Aleksander Machniak
b01cfae47a Fix: set_mailbox() does not exist in Roundcube 1.2, use set_folder() 2015-12-17 15:48:28 +01:00
Aleksander Machniak
9ba3165560 Fix bug where Save as Event (and task) form was visible before the dialog was created 2015-11-09 16:21:16 +01:00
Aleksander Machniak
07742bd661 Fix over-sized "Upload" and "From cloud..." buttons 2015-10-30 11:02:57 +01:00
Aleksander Machniak
63ce7e9988 Don't use depracated Roundcube functions 2015-08-29 20:23:34 +02:00
Aleksander Machniak
6b3063030d Don't use deprecated Roundcube constants 2015-08-29 19:48:55 +02:00
Aleksander Machniak
eec70bd6f6 Convert HTML task description into plain text (T714) 2015-08-20 16:18:37 +02:00
Aleksander Machniak
7ef34b6944 Fix fatal error 2015-08-07 06:46:55 -04:00
Aleksander Machniak
326e4ad9ad Support reminders relative to end/due date (RELATED=END) (T656)
Conflicts:

	plugins/libcalendaring/libvcalendar.php
2015-08-07 06:43:59 -04:00
Aleksander Machniak
8c2aac3362 Don't use Roundcube deprecated functions 2015-08-02 20:15:28 +02:00
Aleksander Machniak
9a59c93d6f Fix disabled name input in tasklist/notebook folder creation dialog (#5169) 2015-07-29 11:47:01 -04:00
Thomas Bruederli
17f9f07df9 Update homepage/download URL for groupware plugins 2015-05-12 08:54:53 +02:00
Thomas Bruederli
a7f11c89ea Fix syntax to pass the EcmaScript3 JS lint test 2015-04-27 08:59:23 +02:00
Thomas Bruederli
6421f5f6e2 Fix tasklist selection when saving task (#4182) 2015-04-22 10:58:26 +02:00
Thomas Bruederli
bd691b977c Check the right variables 2015-04-21 09:24:27 +02:00
Thomas Bruederli
09fe27d5a6 Consolidate changelog dialog labels and use libkolab's singelton getter for the Bonnie API 2015-04-21 09:24:27 +02:00
Thomas Bruederli
c65039cf3e Simplify UI dialog usage 2015-03-31 14:53:02 +02:00
Jeroen van Meeuwen (Kolab Systems)
ea8a8b2972 Bump version numbers and version numbers for plugins depending on the plugins for which the version numbers have been bumped 2015-03-27 14:47:54 +01:00
Thomas Bruederli
f6ad1d2b66 Add icon for history menu item 2015-03-26 16:08:39 +01:00
Thomas Bruederli
b26c2a0830 Code cleanup + indentation fixes 2015-03-26 14:57:16 +01:00
Thomas Bruederli
42ffd55a62 Add property index indicators to diff view 2015-03-26 09:22:31 +01:00
Thomas Bruederli
f96e93eec2 Fix loading attachments from old revisions 2015-03-25 16:37:04 +01:00
Thomas Bruederli
c33c964bcd Show changes of parent-child relations in diff view (#3271) + show complete path of parent task titles in task details 2015-03-25 16:26:13 +01:00
Thomas Bruederli
7fec791449 Select folders annotated 'private' for events/tasks flagged as such (#4789) 2015-03-25 15:09:04 +01:00
Thomas Bruederli
548d1d93b7 Display object history for tasks (#3271) 2015-03-25 11:59:10 +01:00
Thomas Bruederli
13da800262 Remove empty localization files 2015-03-24 13:23:49 +01:00
Thomas Bruederli
64ba3616ac More localization cleanup: rename to Roundcube language codes, remove untranslated labels 2015-03-24 12:52:35 +01:00
Thomas Bruederli
d967c60e22 Update localizations from Transifex 2015-03-17 20:34:04 +01:00
Thomas Bruederli
ae10980eeb Remove debug output 2015-03-17 11:57:19 +01:00
Thomas Bruederli
c8715ff2e7 Show CalDAV URL in tasks view (#3908); relies on the 'calendar_caldav_url' config option from the calendar module 2015-03-17 10:43:03 +01:00
Thomas Bruederli
a5436ece25 Better permission check in tasklist edit form 2015-03-12 14:53:41 +01:00
Thomas Bruederli
c92c8e9ed0 Use IMAP permissions to determine possible actions on the client (#4828) 2015-03-11 14:38:38 +01:00
Thomas Bruederli
a32690ad38 Remove focus from quickview icon on mouse clicks (#4684) 2015-03-11 10:35:26 +01:00
Jeroen van Meeuwen (Kolab Systems)
091e42ab63 Set plugin versions to 3.2.7 2015-02-25 12:49:03 +01:00
Thomas Bruederli
2a5e28a377 Also respect filters in quickview 2015-02-24 14:17:53 +01:00
Thomas Bruederli
0e4bac5227 Validate task input form (#3614 and #3680) 2015-02-24 10:48:58 +01:00
Aleksander Machniak
af61611770 Add missing tasklist.printdescriptions label (#4696) 2015-02-24 04:24:24 -05:00
Aleksander Machniak
868d90df7d Add missing title label for Print button 2015-02-23 11:27:42 -05:00
Jeroen van Meeuwen (Kolab Systems)
bbd5770eda Set the appropriate plugin version numbers 2015-02-22 23:28:11 +01:00
Thomas Bruederli
75cf17866c Small fix for task assignment exchange via iTip 2015-02-20 17:35:09 +01:00
Torsten Grote
1b9bc154ec update translations (#4348) 2015-02-19 11:58:00 +13:00