Ralf Becker
|
1c6524cf0b
|
remove upper limit of number of characters at last domain-part to allow new domain-names like .hamburg
|
2014-10-30 13:20:04 +00:00 |
|
Ralf Becker
|
3edc0f3080
|
revert r48945, as it break for some conditions
|
2014-10-08 09:07:01 +00:00 |
|
Nathan Gray
|
7111e0bb83
|
Change email regex to allow email addresses of the form "Ralf Becker <rb@stylite.de"
|
2014-10-07 22:27:27 +00:00 |
|
Ralf Becker
|
fd9519ccfe
|
fix IDE warning
|
2014-09-09 08:31:59 +00:00 |
|
Hadi Nategh
|
ea57df4765
|
Add css class to add contact button in url-email widget, and make the icon size 16x16
|
2014-09-02 08:39:57 +00:00 |
|
Hadi Nategh
|
312a914ce2
|
Bind onmouseenter event of add contact+ button on url-email set_value, as widget might be created by apps client side code, not directly loaded from xet file
|
2014-09-01 10:02:18 +00:00 |
|
Hadi Nategh
|
02453109d1
|
Add new attribute to url-email widget in order to be able to add contact+ button to each email address.
|
2014-08-29 14:56:14 +00:00 |
|
Nathan Gray
|
2e72b12452
|
Only email addresses in mail app need the hover popup, so move it into mail app.
|
2014-04-07 19:25:17 +00:00 |
|
Nathan Gray
|
0f94764857
|
Don't do an email address hover in addressbook - they're already a contact if they're in addressbook
|
2014-04-07 16:18:56 +00:00 |
|
Ralf Becker
|
dfc5a8222e
|
using !egw.app(appname) to check if user has no run-rights for appname
|
2014-03-28 13:09:21 +00:00 |
|
Nathan Gray
|
5e6d19568d
|
Add a popup on hover to every read-only url-email widget.
Popup gives an option to add the email to a new contact
|
2014-03-26 23:25:43 +00:00 |
|
Ralf Becker
|
6b09e93768
|
adding et2_url_span class to surrounding span
|
2014-03-12 18:48:59 +00:00 |
|
Ralf Becker
|
6cdea51c9e
|
when activating mailto-links/email addresses use mail app unless (addressbook-)preference says otherwise
|
2014-03-06 10:42:37 +00:00 |
|
Ralf Becker
|
50b34a7b99
|
docu update and fix IDE warnings
|
2014-01-27 09:48:43 +00:00 |
|
Ralf Becker
|
f25bb789e7
|
fixed not working telephon integration / url-phone widget
|
2014-01-18 09:29:32 +00:00 |
|
Ralf Becker
|
0b994ee837
|
new regexp to validate email addresses plus examples what it should validate and what not
|
2014-01-16 18:10:06 +00:00 |
|
Ralf Becker
|
4b789c932d
|
allow "." in front-part of rfc822 email, eg. "1. company <info@first-company.com>"
|
2014-01-16 15:14:45 +00:00 |
|
Ralf Becker
|
87ea75a75b
|
use \042 instead of \" in regular expression, as it stalls minifier
|
2014-01-10 16:19:05 +00:00 |
|
Nathan Gray
|
fbbe467a7e
|
Unbind previous click handler before setting a new one, or they get doubled.
|
2013-12-02 16:24:24 +00:00 |
|
Nathan Gray
|
f88a93c17e
|
Can't switch DOM node in the detached interface, have to keep the original
|
2013-11-27 16:42:37 +00:00 |
|
Nathan Gray
|
f73f8fea89
|
Update email regex to allow:
Nathan Gray <ng.dot@email.com>
|
2013-10-11 14:35:13 +00:00 |
|
Ralf Becker
|
f46754cd1a
|
remove href="javascript:void(0)" in favor of href="#" working with CSP
|
2013-10-08 10:08:09 +00:00 |
|
Nathan Gray
|
a190cd7302
|
Remove javascript:void() href to comply with CSP
|
2013-10-07 10:05:51 +00:00 |
|
Nathan Gray
|
869ebc3ca5
|
- Respect force_mailto preference
- If force_mailto is not set, open in a new window instead of current
|
2013-10-07 09:48:17 +00:00 |
|
Nathan Gray
|
6b537a1358
|
Add taglist-email sub-type, uses specific data source, formatting, and some client-side validation for just emails.
|
2013-07-30 14:16:47 +00:00 |
|
Nathan Gray
|
f4a6c9859a
|
More fixes forjQuery/jQueryUI update issues
|
2013-07-20 17:20:55 +00:00 |
|
Ralf Becker
|
e64c4fbd04
|
add some JSDoc so Eclipse shows an outline: @memberOf and @augments (not yet understood by Eclipse), also fixed many warnings (mostly missing semicolons)
|
2013-04-13 19:00:13 +00:00 |
|
Ralf Becker
|
a204c7fb4b
|
do NOT generate links for phone-numbers, if no phone integration configured
|
2013-02-05 12:50:20 +00:00 |
|
Ralf Becker
|
9330414ebc
|
do NOT generate links for phone-numbers, if no phone integration configured
|
2013-02-05 12:31:57 +00:00 |
|
Nathan Gray
|
276a2516cf
|
Implement et2_IDetachedDOM for url widget
|
2012-07-24 19:59:55 +00:00 |
|
Nathan Gray
|
a2aa644124
|
Fix missing widget reference
|
2012-03-22 23:16:14 +00:00 |
|
Andreas Stöckel
|
14e6ceecb6
|
Integrated application specifig egw api into etemplate2 code
|
2012-03-02 10:44:56 +00:00 |
|
Nathan Gray
|
ea406d3e85
|
Fix deleteDOMNode() -> removeDOMNode(), fixes labels for selectboxes, probably others
|
2011-10-12 16:37:56 +00:00 |
|
Ralf Becker
|
17d066a724
|
using egw.user(_field) to get account_id and phone-number, plus fixing precedence of "tel:" for iOS/Android
|
2011-08-31 12:18:38 +00:00 |
|
Nathan Gray
|
4fc8cadcb2
|
Code cleanup - remove debug, late date class handle date-houronly
|
2011-08-30 20:52:10 +00:00 |
|
Nathan Gray
|
c0abff9612
|
- Get email widget working with felamimail if user has access, mailto: otherwise
- Get phone widget working using telephony integration if configured, tel: if user's on an Android or iPhone
- Popup calendar on date widget
|
2011-08-29 21:15:53 +00:00 |
|
Nathan Gray
|
105c79883f
|
Hide button when value is cleared
|
2011-08-25 23:00:44 +00:00 |
|
Nathan Gray
|
7f5d8cec65
|
Fix typo
|
2011-08-25 22:50:08 +00:00 |
|
Nathan Gray
|
e551dc3895
|
URL widget
- Still needs to get telephony link from server, felamimail not tested because egw.link_registry not populated
|
2011-08-25 22:42:07 +00:00 |
|