Ralf Becker
5af397132a
fixed opening of addressbook entries sometimes fails after searching: caused by not detected filter change and kept, but no longer displayed selection
...
JSON.stringify(this.controller._filters) == JSON.stringify(this.activeFilters) seems always true, like if it is a reference and not the old state
changed code not to change activeFilters only by calling applyFilters with requested change and detecting there if we have a change
2014-03-04 13:49:33 +00:00
Ralf Becker
97a5a41867
fix typo
2014-03-04 12:20:26 +00:00
Klaus Leithoff
98444a7f04
derive an emailadmin_imapbase class from mail_bo; use it in mail app
2014-03-04 12:07:36 +00:00
Hadi Nategh
1e449f571a
Bind a click handler to collapse the toolbar menulist when click event occurs
2014-03-04 11:03:03 +00:00
Ralf Becker
2160ccc029
moved (lost) base font size and other css styles to new preview.css
2014-03-04 10:48:35 +00:00
Hadi Nategh
d05390db68
Fix cancel and yes buttons icon in idots and jdots repeated x times
2014-03-04 09:30:39 +00:00
Klaus Leithoff
7b61b42585
the font span for default font settings in ckeditor should only be applied on first load or on switch plain->html and the absence of the font_part of the span
2014-03-04 09:23:43 +00:00
Ralf Becker
04442bb0cf
move actions stuff to api bundle, as loading just it fails with etemplate bundle split in two parts (fixes error reported on devel list)
2014-03-04 09:10:58 +00:00
Hadi Nategh
0ad6f6cda6
Fix wrong icon height for toolbar widget in idots and jdots templates
2014-03-04 08:45:20 +00:00
Nathan Gray
facdd8143b
Don't preserve links so user can delete them if they want.
2014-03-04 00:27:21 +00:00
Nathan Gray
5abc2eceef
Fix broken delete of link when to_id is not set (not saved entry)
2014-03-04 00:26:42 +00:00
Nathan Gray
d2b2f71058
If select all + long task, fetch all from the server or else it will just run on what's in the grid.
2014-03-03 23:24:05 +00:00
Nathan Gray
38e6e353fd
Avoid error when clicking on a link with just title
2014-03-03 22:29:44 +00:00
Nathan Gray
e6d6c3c270
Fix nextmatch sort header does not indicate sorted column after reload.
2014-03-03 21:25:00 +00:00
Nathan Gray
2bf0f96602
Nextmatch uses value to store most attributes, so get value from request to get access to those.
...
Fixes unable to force infolog details column selection.
2014-03-03 21:00:31 +00:00
Nathan Gray
6b86eb9c0f
For the purposes of keyhandling, consider textareas & buttons inputs too
2014-03-03 19:00:25 +00:00
Nathan Gray
e9b5dfde4d
Bind key handler to save favorite on Enter
2014-03-03 18:51:58 +00:00
Nathan Gray
f561e7e7bf
Add check for automatic 'All' option to avoid extra 'All' options when app stores category options in session.
2014-03-03 17:53:27 +00:00
Hadi Nategh
e5b1c65045
Fix broken onmouseover|click prefs for extraApp and sidebox menus
2014-03-03 17:45:18 +00:00
Ralf Becker
11d77f3dab
fixed a couple of problems with automatic switch to idots template from mobile browsers: csp-error, wrong icons
2014-03-03 17:35:48 +00:00
Ralf Becker
f45c1e7d53
fixed all methods of common class are static
2014-03-03 17:33:55 +00:00
Nathan Gray
b7c989adf8
Use grid's deleteRow() in combination with setTotalCount().
...
Fixes deleted row remaining, breaking grid after update(), (first row remains after changing filter)
2014-03-03 17:32:12 +00:00
Ralf Becker
929a29f1fb
fix IDE warnings
2014-03-03 16:51:37 +00:00
Ralf Becker
3fee71bb23
using new appicon widget to display correct application icon
2014-03-03 16:51:22 +00:00
Ralf Becker
2a06876b78
widget to display an application icon
2014-03-03 16:50:01 +00:00
Hadi Nategh
8d2018e8f9
Implement show more apps slider menu and sidebox slider menu in idots template with jQuery
2014-03-03 16:03:39 +00:00
Ralf Becker
44fc850d75
ignoring $row not only for "nm" namespace and fixed IDE warnings
2014-03-03 15:55:05 +00:00
Ralf Becker
090693c122
fixed mail preview was not sending CSP headers and clicking on mailto-urls redirected to home
2014-03-03 14:57:17 +00:00
Ralf Becker
39860b57f7
fixed mail preview was not sending CSP headers and clicking on mailto-urls redirected to home
2014-03-03 14:56:12 +00:00
Ralf Becker
876a14ff52
new 4th parameter to egw_framework::includeCSS() to tell framework NOT to load any default CSS and make send_headers public
2014-03-03 14:54:03 +00:00
Klaus Leithoff
d044c02ae8
fix use of mail->add registry use for mailto links in mailbody
2014-03-03 14:50:43 +00:00
Klaus Leithoff
11d6da9b5a
remove most pear::isError checks; readability of __METHOD__.__LINE__; skip setting not used mailBoxDelimiter class variable;
2014-03-03 13:42:15 +00:00
Ralf Becker
8b031a2ee2
fixed undeclared variables becomming global variables
2014-03-03 13:10:27 +00:00
Ralf Becker
8d3c1fabbd
explicitly specifying columns to search to contacts class and let contacts class deal with constructing AND query from that
2014-03-03 11:59:18 +00:00
Ralf Becker
8bb226ba6b
explicitly set custom fields as to search, if custom fields are defined, also added a couple more columns for explicitly not to search
2014-03-03 11:49:41 +00:00
Ralf Becker
a5a0024545
only search custom fields, if extending class does not set this->columns_to_search explicit, also fixed IDE warnings
2014-03-03 11:45:38 +00:00
Ralf Becker
3e07afb9ac
using new et2_ready signature incl. template name and fixed IDE warnings
2014-03-03 09:28:56 +00:00
Stefan Reinhardt
ef68690030
change in nextmatch:
...
input, search, count, favorites : delete box-shadow: make it more flat
positioning box_right
2014-02-28 17:47:22 +00:00
Ralf Becker
1e936ed0d7
method to check if imap server (class) supports group ACL and switching groups on or off in ACL dialog
2014-02-28 17:00:53 +00:00
Ralf Becker
aa850d24fc
implemented account_type: (accounts|groups|both) option for taglist-account as available in select-account widget
2014-02-28 16:52:42 +00:00
Hadi Nategh
ecc37850f0
Fix not selecting right ACL common options when the with different sorted rights. Now common rights abbrivation are sorted alphabetically
2014-02-28 15:39:46 +00:00
Klaus Leithoff
796e48cd3d
work to improve performance on getFolderObjects; partly based on emailadmin_imap changes
2014-02-28 15:08:18 +00:00
Ralf Becker
1de16f8a6a
fix numerical ids in taglist-account, without need to supply them from server-side
2014-02-28 14:24:01 +00:00
Hadi Nategh
b5f6e35291
Fix mail common ACL options, not to select "all" if all are selected
2014-02-28 13:49:10 +00:00
Hadi Nategh
aa4c108fcf
Set the ACL new entry row with common ACL of lrs
2014-02-28 13:08:50 +00:00
Ralf Becker
f8a25df5c1
using taglist-account for acl popup, thought we need to fix taglist-account to automatic convert nummerical account_id to user-readable names
2014-02-28 12:44:27 +00:00
Ralf Becker
9be29f5122
set date for "No Filter" (blank) favorite to todays date
2014-02-28 10:51:33 +00:00
Ralf Becker
36deafbbc0
missing translation
2014-02-28 10:20:19 +00:00
Ralf Becker
6d84dd976c
* Addressbook/Admin: allow members of group(s) specified in Addressbook: Site configuration to edit contact-data of accounts without being an admin
2014-02-28 10:13:26 +00:00
Hadi Nategh
0c8bbdd6a0
Change "mailPreviewIcons" from id to css class for idots and jdots, since we changed them in pixelegg in commit r46005
2014-02-28 09:08:01 +00:00