Aleksander Machniak
29c5c502db
Update localization
2016-05-18 16:38:39 +02:00
Aleksander Machniak
801d358824
Fix some linting errors
2016-03-24 16:07:02 +01:00
Aleksander Machniak
7c3b2d646f
Fix weird javascript error when setting editor content ( #4781 )
2016-03-01 11:04:22 +01:00
Aleksander Machniak
2c06015bd0
Fix bug where a note attached to an email was displayed as 0 in size
2016-02-29 12:02:54 +01:00
Aleksander Machniak
1e2ea3c0e6
A set of performance improvements
...
Summary:
Performance: Consolidate metadata requests (#3989 )
This changes number of cache requests from 4 to 2 for each groupware folder.
Performance: Don't initialize all folders in driver constructor (#3971 )
Fix regression in last optimisations
Performance: Optimize kolab_storage_folder::get_object() to use one sql query instead of two
Before the change to get an object by UID we first resolve UID to IMAP-UID
and then fetch the object data by IMAP-UID - two select queries. Now we
directly select the data by UID.
Performance: Limit number of SQL queries needed for "object relations update" operation
Performance: Limit number of SQL queries when "attaching" relations/tags to list of tasks/notes (#3969 )
Performance: Optimize get_message_relations() to use one query per-folder less
Fix bug where in kolab_storage::select() could not initialize/reset folder cache properly
Performance: Skip another few cache selects
Performance: Get event-to-mail relations once per events list, instead of doing SELECT for every event (including recurrences)
Unify mail-relations handling across plugins
Performance: Use initialized calendars if available, skipping redundant folder cache synchronization
Performance: Don't initialize configuration folders until they are needed
Performance: Skip redundant SELECTs on mail preview and print pages
Performance: Skip some redundant SELECT queries on event update
Performance: Skip one SELECT query when deleting relations
Performance: Better displayname annotation handling
Performance: SKip some SQL queries on "empty" tasklist refresh
Performance: Make objects moving faster (less SQL and less IMAP operations) using COPYUID
Merge remote-tracking branch 'remotes/origin/dev/perf'
Differential Revision: https://git.kolab.org/D91
2016-02-24 18:13:37 +01:00
Aleksander Machniak
a7e3a938a7
Unify mail-relations handling across plugins
2016-02-21 19:41:49 +01:00
Aleksander Machniak
1a4562ff04
Fix bug where editor height is very small When editing a note attached to email ( #4600 )
2016-02-15 16:02:18 +01:00
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
78f9de6d3c
Fix redundant HTTP requests when opening/closing "Add a note" dialog ( #4187 )
2016-02-11 16:49:47 +01:00
Thomas Bruederli
90c9f3264f
Remove unused variable ( #3953 )
...
This was a copy&paste remainder from the tasklist plugin
2015-10-19 22:51:24 +02: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
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
2440e18de8
Apply CSS selector changes from rRPKae6ec80e to the inline dialog template
2015-04-22 13:08:55 +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
38246558b3
Move dialog_resize() function to libkolab plugin
2015-04-16 19:05:43 +02:00
Thomas Bruederli
ae6ec80e44
Implement audit trail for notes ( #4904 )
2015-03-31 14:57:57 +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
923462ddb7
Cleanup localizations for kolab_notes plugin
2015-03-24 14:53:41 +01:00
Thomas Bruederli
54b47dc753
Use IMAP permissions to control allowed interactions on the client ( #4829 )
2015-03-11 17:17:11 +01:00
Jeroen van Meeuwen (Kolab Systems)
091e42ab63
Set plugin versions to 3.2.7
2015-02-25 12:49:03 +01:00
Jeroen van Meeuwen (Kolab Systems)
bbd5770eda
Set the appropriate plugin version numbers
2015-02-22 23:28:11 +01:00
Torsten Grote
1b9bc154ec
update translations ( #4348 )
2015-02-19 11:58:00 +13:00
Jeroen van Meeuwen (Kolab Systems)
020258dd61
Update versions and also update the versions of those plugins with new (versioned) requirements
2015-02-14 14:26:24 +01:00
Jeroen van Meeuwen (Kolab Systems)
8d10498a8f
Update version numbers and dependencies
2015-02-04 19:29:57 +01:00
Jeroen van Meeuwen (Kolab Systems)
fb9c69ea36
Rename notes_enabled / notes_disabled to hold the plugin's full name (kolab_notes_{dis,en}enabled) ( #4429 )
2015-01-29 19:10:31 +01:00
Thomas Bruederli
7b930bfac7
Firefox 3.6 CSS hack ( #4233 )
2015-01-27 16:19:09 +01:00
Jeroen van Meeuwen (Kolab Systems)
7c146ea90a
Update versions to 3.2.3
2015-01-21 21:21:11 +01:00
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