Commit Graph

28178 Commits

Author SHA1 Message Date
Ralf Becker
3ddeeebc93 * Nginx/FastCGI: run shutdown callbacks (eg. link notification processing) after sending response to user
was broken since some time, because a not closed session kept it from working
--> we are now run all callbacks containing "session" it there name, closing session, calling fastcgi_finish_request() and then run rest of the callbacks
2015-07-29 12:37:06 +00:00
Ralf Becker
ae9d87ed97 * Nginx/FastCGI: run shutdown callbacks (eg. link notification processing) after sending response to user
was broken since some time, because a not closed session kept it from working
--> we are now run all callbacks containing "session" it there name, closing session, calling fastcgi_finish_request() and then run rest of the callbacks
2015-07-29 12:36:37 +00:00
Ralf Becker
504e4ff725 * Admin: fix SQL error when search contains a non-ascii character 2015-07-29 10:35:26 +00:00
Ralf Becker
b799107de5 * Admin: fix SQL error when search contains a non-ascii character 2015-07-29 10:35:01 +00:00
Hadi Nategh
b3667c9a1d Fix call to not existed static function 2015-07-29 10:28:04 +00:00
Hadi Nategh
41127ab765 Fix call to not existed static function 2015-07-29 10:26:47 +00:00
Ralf Becker
633feb37cc * Filemanager/Versioning: filesystem checks now fixes directories existing multiple times, causing them to appear empty 2015-07-29 09:08:53 +00:00
Ralf Becker
92c9fbc7dc * Filemanager/Versioning: filesystem checks now fixes directories existing multiple times, causing them to appear empty 2015-07-29 09:08:31 +00:00
Nathan Gray
b3611a8dfd Remove popup account selection option 2015-07-28 19:08:17 +00:00
Nathan Gray
3e8b02d50a After editing a contact, refresh the whole list (edit) instead of just updating the one contact. 2015-07-28 15:02:09 +00:00
Nathan Gray
c3f2fa4602 After editing a contact, refresh the whole list (edit) instead of just updating the one contact. 2015-07-28 15:01:03 +00:00
Nathan Gray
1ee1a934f8 Remove another unneeded decodeURI() to avoid problems with addressbook advanced search 2015-07-28 14:49:47 +00:00
Nathan Gray
89bd82725d Better handling of changing status & completed via context menu 2015-07-28 14:37:57 +00:00
Nathan Gray
c6620e2115 Prevent column selection preference from being reset, fixes forced columns don't stay forced. 2015-07-28 14:34:33 +00:00
Hadi Nategh
8788b444cf * Mail/subscription: Performance improvement
-Enhancement in fast loading subscription dialog
-Implement indicator for loading folder
-Performance improvement by handling most of the operations in client-side
2015-07-28 14:20:42 +00:00
Ralf Becker
0543573974 copy $version changelog to trunk to satisfy update checker 2015-07-28 14:13:47 +00:00
Hadi Nategh
c36449cd6e Mail tree W.I.P.: some code cleanup 2015-07-28 13:50:12 +00:00
Hadi Nategh
ba03f02571 Fix wrong encoded autoloading url 2015-07-28 13:08:16 +00:00
Hadi Nategh
c3e9afc85a Add nocheckbox option into tree widget to instruct the component not to render checkbox for the relevant item 2015-07-28 13:04:53 +00:00
Hadi Nategh
a5f347d484 Send back to server both checked and unchecked values if autoloading is used 2015-07-28 13:04:19 +00:00
Hadi Nategh
422a341513 Do not force tree node to state of open if we are using autoloading 2015-07-28 13:03:17 +00:00
Hadi Nategh
8285fb7666 Correct the value of checked option from previous commit 2015-07-28 13:02:12 +00:00
Hadi Nategh
8d424171ae Add checked option to tree widget 2015-07-28 13:01:32 +00:00
Hadi Nategh
76296180b8 added more docu and some constants with sane names 2015-07-28 13:01:07 +00:00
Hadi Nategh
3d765ac00f MAil tree W.I.P.:
-Enhancements in folder array
-Fix wrong encoded autoloading url
2015-07-28 12:47:02 +00:00
Ralf Becker
38e27f1673 missing post to install archive 2015-07-28 12:20:29 +00:00
Hadi Nategh
5ffb4f13ba Template file missing from previous commit 2015-07-28 10:00:09 +00:00
Hadi Nategh
04145bf597 Mail tree W.I.P.:
-Show ajax-loader on clicked node while autoloading processing
2015-07-28 09:58:32 +00:00
Ralf Becker
429455714e 14.3 2015-07-28 09:57:02 +00:00
Ralf Becker
590517820e pending changes 2015-07-28 09:50:52 +00:00
Ralf Becker
80c549a370 changed spec for 14.3.20150728 incl. new archive app (Benno Mail Archive integration) 2015-07-28 08:55:38 +00:00
Ralf Becker
4e20658da1 updating version to 14.3 2015-07-28 08:37:53 +00:00
Ralf Becker
54ba84cbfa Changelog for 14.3.20150728 2015-07-28 08:24:18 +00:00
Hadi Nategh
74952cd739 Avoid getting scrollbar on form area and let the tree handles it 2015-07-28 08:05:48 +00:00
Nathan Gray
46c0817743 Remove unneeded decodeURI() to avoid problems with addressbook advanced search 2015-07-27 21:43:05 +00:00
Nathan Gray
ba911171de Better handling of changing status & completed via context menu 2015-07-27 19:25:10 +00:00
Hadi Nategh
0c7e104027 More work in progress of mail tree:
-Initiate first level of mailboxes in subscription dialog, and let autoloading do the rest of expensive operation
-Save last state of tree in subscription dialog
-Uses new approach for comparing subscribed and unsubscribed folders
2015-07-27 17:46:45 +00:00
Ralf Becker
03d3f7924f Make sure link_entry & file_upload are still present before trying to destroy them.
Fixes hidden error when calling etemplate2.clear() with read-only link widgets.
2015-07-27 17:26:31 +00:00
Nathan Gray
a0c38411e9 Make sure link_entry & file_upload are still present before trying to destroy them.
Fixes hidden error when calling etemplate2.clear() with read-only link widgets.
2015-07-27 17:16:11 +00:00
Ralf Becker
ed9204103c * Addressbook: custom fields of accounts enabled via own-account-acl were not editable 2015-07-27 16:53:19 +00:00
Ralf Becker
af157c3218 * Addressbook: custom fields of accounts enabled via own-account-acl were not editable 2015-07-27 16:52:55 +00:00
Nathan Gray
ea0663d531 Prevent column selection preference from being reset, fixes forced columns don't stay forced. 2015-07-27 15:24:27 +00:00
Hadi Nategh
ce9c1187bf Add nocheckbox option into tree widget to instruct the component not to render checkbox for the relevant item 2015-07-27 13:34:38 +00:00
Ralf Becker
a394a53d8b if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:24:18 +00:00
Ralf Becker
6110c34aaa if db-object passed to so_sql_cf, use that also for querying custom-fields 2015-07-27 13:17:03 +00:00
Ralf Becker
5b2451dd83 When copying a project, if info_from is the same as the old project name, change it to the new project name 2015-07-24 14:45:38 +00:00
Hadi Nategh
310c241ca4 Send back to server both checked and unchecked values if autoloading is used 2015-07-24 13:33:27 +00:00
Ralf Becker
2e670ae0f4 change history_status back to varchar, as it contains custom-field names, which can be non-ascii 2015-07-24 13:06:18 +00:00
Klaus Leithoff
eb2ec31a4e do not use SYNC_GAL_ALIAS within the result-set when not requested; as we do not request it. omit it completely 2015-07-24 12:08:21 +00:00
Ralf Becker
5ef86e0b16 change history_status back to varchar, as it contains custom-field names, which can be non-ascii 2015-07-24 12:06:33 +00:00