Commit graph

89 commits

Author SHA1 Message Date
Thomas Bruederli
0a51ccd5a4 Consolidate message reference handling functions into libkolab plugin (in preparation for #4161) 2015-01-13 22:19:52 +01:00
Aleksander Machniak
eab95ffdc2 Use tagedit from jqueryui plugin (#3912) 2015-01-08 10:19:53 -05:00
Jeroen van Meeuwen (Kolab Systems)
8db4a68da1 Set versions of individual plugins to closer represent the actual packaged release of the collection of plugins 2015-01-01 14:09:18 +01:00
Aleksander Machniak
25d67a6ba7 Assets_path related fixes (#3182) 2014-12-17 09:42:44 +01:00
Thomas Bruederli
0e0f1443a6 Replace check for js file with check if libkolab plugin is loaded (#4114) 2014-12-16 14:12:21 +01:00
Aleksander Machniak
c9622696a1 Assign mainaction/delete classes to dialog buttons 2014-12-10 06:56:56 -05:00
Aleksander Machniak
d4e830cde7 Unify license string, replace package.xml with composer.json 2014-12-08 14:58:47 +01:00
Torsten Grote
3784b8d9a7 proper translation update 2014-12-01 12:45:40 +13:00
Torsten Grote
b88b90ce66 Revert "another translation update"
This reverts commit de012552e7.
2014-12-01 12:35:55 +13:00
Torsten Grote
de012552e7 another translation update 2014-11-28 13:28:08 +13:00
Torsten Grote
897421bf92 update translations 2014-11-28 13:24:53 +13:00
Thomas Bruederli
47ed73093c Updated translations from Transifex 2014-11-27 20:13:11 +01:00
Aleksander Machniak
ac4f6e7562 Avoid unused variables (also fixed some bugs) found in static code analysis 2014-11-21 10:03:18 +01:00
Aleksander Machniak
922cf59645 Fix charset issue on note print page (#3879) 2014-11-10 04:22:15 -05:00
Thomas Bruederli
52da8302cb Apply dialog decision when dragging a yet unsaved note to another list (#3516) 2014-11-04 19:01:53 +01:00
Aleksander Machniak
7c0217e88f Add missing aria label 2014-11-03 11:14:01 -05:00
Torsten Grote
047469335d update German translation, fixes #3814 2014-10-27 15:11:28 +13:00
Thomas Bruederli
256ad459d3 Improve listing of linked tasks in mail view (#3439) 2014-10-14 08:49:47 +02:00
Thomas Bruederli
ff139fe662 Allow to delete email message links from notes 2014-10-13 15:34:10 +02:00
Thomas Bruederli
a807768c32 Move email link/relation handling functions to libkolab for common use 2014-10-13 12:38:57 +02:00
Thomas Bruederli
ab12a5c867 Avoid false warnings about changed contents 2014-10-13 09:27:54 +02:00
Aleksander Machniak
16c0f3ba11 Shrink some images with TinyPNG 2014-10-08 09:03:19 +02:00
Aleksander Machniak
77d3466638 Get rid of deprecated function aliases and constants usage 2014-10-06 09:19:26 +02:00
Thomas Bruederli
6b7fc6729d Added 'actions' bar and new icons for groupware folders as suggested by the product feature description 2014-09-11 15:54:15 +02:00
Thomas Bruederli
624f3b1695 Add action to remove a calendar/tasks/notes folders from the list which results in unsubscribing it (#3378) 2014-09-09 13:29:28 +02:00
Jeroen van Meeuwen (Kolab Systems)
44165f586b Update localization 2014-09-06 22:59:13 +02:00
Torsten Grote
bc53fd420d update translations despite transifex remote time vs. local time issues 2014-08-28 14:47:37 +02:00
Thomas Bruederli
89f65253bd Also load notes in message print step 2014-08-26 12:48:46 +02:00
Thomas Bruederli
44bf23bbc1 Avoid endless recursion when loading kolab config objects (also triggers 'mail_message_load' hook) 2014-08-26 12:33:37 +02:00
Thomas Bruederli
43d3f85448 Hide placeholder when dropping a tag onto tagedit field (#3459) 2014-08-25 18:29:34 +02:00
Thomas Bruederli
032e0f48c1 Avoid noteslist.clear_selection() to trigger warning dialog again; destroy dialog on close 2014-08-25 18:24:55 +02:00
Jeroen van Meeuwen (Kolab Systems)
9a39d37c69 Update translations 2014-08-22 01:31:43 +02:00
Aleksander Machniak
0730852179 Cache relation members for better performance (#3452) 2014-08-19 08:20:47 -04:00
Aleksander Machniak
e3d29617ae Query kolab_cache_configuration with category filter for better performance (#3286)
Warning: this requires DELETE FROM kolab_folders WHERE type = 'configuration';
2014-08-19 05:11:18 -04:00
Aleksander Machniak
26f71de1db Store note tags in relation objects (#3395) 2014-08-18 19:58:44 -04:00
Thomas Bruederli
da430777b1 Make note input fields look as regular input fields (#3241) 2014-08-19 12:35:00 +02:00
Thomas Bruederli
824db716b4 Allow to configure the name (inlcude OU) displayed for virtual user folders (#3384) 2014-08-18 13:34:20 +02:00
Thomas Bruederli
ef2477d69f Register kolab_tags localizations to Transifex; add headers pointing to Transifex for translations 2014-08-14 10:49:56 +02:00
Thomas Bruederli
79af219093 Wait for tinyMCE editor to initialize when loading the notes view (#3293) 2014-08-12 15:17:46 +02:00
Thomas Bruederli
c4f7692086 Close notes dialog after saving (#3241) 2014-08-12 10:01:34 +02:00
Thomas Bruederli
b9ebb38ad6 Remove empty paragraphs added by TinyMCE in order to avoid false warnings about changed contents 2014-08-11 15:47:16 +02:00
Thomas Bruederli
fcfc997fe1 Set (read-only) notes content box to cover the watermark background image (#3241) 2014-08-11 15:38:40 +02:00
Thomas Bruederli
666055db46 Avoid an empty space being added to the editor; add watermark background (#3241) 2014-08-11 15:35:13 +02:00
Aleksander Machniak
08581c0a94 Improved relation members handling code 2014-08-06 10:39:47 -04:00
Thomas Bruederli
3afbd3eb58 Add composer.json file for proper description of the kolab_notes plugin 2014-08-04 09:29:35 +02:00
Aleksander Machniak
79ebe9e227 Refactored links to email messages using libkolabxml relation objects (#3091) 2014-08-01 03:58:09 -04:00
Thomas Bruederli
cec5f19cb4 Fix accidentally visible uidialog in notes (#3236) 2014-07-31 16:49:27 +02:00
Aleksander Machniak
93ce0d8ce0 Fix issue where note content area height is set to 0 2014-07-31 05:25:36 -04:00
Aleksander Machniak
7f464a439b Removed debug code 2014-07-31 04:58:50 -04:00
Thomas Bruederli
8845dc032d Use effective box title height when unfolding the folder search box 2014-07-14 09:19:09 +02:00