nathangray
c2747a6eb3
Thumbnails (and handling) of uploaded files on new entries that have not yet been saved
2017-04-13 08:10:49 -06:00
nathangray
ea4d7cd2c6
Make sure magicsuggest loses its focus class to avoid focus stealing issues with multiple on a page
2017-04-13 08:09:03 -06:00
nathangray
b9720d75f2
Fix title & description in calendar events were not escaped
2017-03-08 10:06:11 -07:00
Ralf Becker
c204350173
prefer window over top, which might cause a security exception
2017-03-08 15:03:53 +01:00
Ralf Becker
ecf001fe06
same story tutorial popup: ignore security exception if window.top is in a different security context
...
eg. because SiteMgr contact-form is running in an iframe
2017-03-08 14:26:47 +01:00
Ralf Becker
461b2e3e0a
same story for framework: ignore security exception if window.top is in a different security context
...
eg. because SiteMgr contact-form is running in an iframe
2017-03-08 14:22:27 +01:00
Ralf Becker
28746da776
ignore security exception if window.top is in a different security context
...
eg. because SiteMgr contact-form is running in an iframe
2017-03-08 14:15:30 +01:00
nathangray
0c894d3771
Add tooltip so you can tell which phone number is which in addressbook list
2017-03-06 09:39:17 -07:00
Hadi Nategh
a4f564953e
* Mobile template: Fix "info message regarding fullscreen" does not respect the discard checkbox
2017-02-01 18:14:14 +01:00
Hadi Nategh
84f5b0c67c
* All applications: Set proper default page title if nothing is set
2017-02-01 16:24:27 +01:00
Hadi Nategh
4165720ad5
Make path and up button always available in filemanager mobile theme
2017-02-01 14:20:01 +01:00
Ralf Becker
1cafbd14cb
allow to additionally use just a name for which content array contains a path to upload pictures
2017-01-31 10:18:59 +01:00
nathangray
d7d9e331e7
Fix for selecbox change event not being bound in some cases (see a81fe4f
, 768b6ae
)
2017-01-30 10:35:08 -07:00
Ralf Becker
f45105c3ed
fix select(-account) tags=true widget to not call onchange callback twice with different signature, now signature is onchange(_node, _widget, _change)
2017-01-30 14:45:32 +01:00
Ralf Becker
1bfa02f0ed
partial revert of 768b6ae
, as filter, filter2 and cat get lost when changing a column filter
2017-01-30 10:01:41 +01:00
Hadi Nategh
e26ac5563e
Add accept attributes for widget File in order to be able to filter extensions in upload dialog
2017-01-25 10:29:06 +01:00
nathangray
768b6ae861
Fix nextmatch category, filter & filter2 selectboxes did not listen for custom change return value to cancel server call
2017-01-24 09:52:06 -07:00
nathangray
f8e46b8bd5
Fix some translation problems reported by Stefan Unverricht
2017-01-17 08:28:25 -07:00
Hadi Nategh
a15070d478
Add src attribute as an option to iframe widget
2017-01-04 11:58:33 +01:00
nathangray
6d24ba6e29
Handle re-loading an app with the URL query parameters so it actually gets reloaded, since its internal state may have changed since the initial load
2016-12-14 12:43:29 -07:00
nathangray
0a4207258b
- Fix a bug in print dialog, clicking header was also toggling first checkbox
...
- Missing translations from Stefan Unverricht
2016-12-06 09:47:55 -07:00
nathangray
23625effb7
Avoid JS error if value is undefined
2016-11-08 08:36:36 -07:00
nathangray
b3730be7e0
Fix some missing / incorrect icons
...
- Addressbook advanced search was from default
- Add favorite dialog had no icons on buttons
- All dialogs using standard button sets were either missing or from default theme
- Mail confirm all was missing Yes icon
2016-11-01 15:18:08 -06:00
Hadi Nategh
fabe4e2f55
Keep the default behavior for opening tel-url and make call_popup felixable to be able to get target
2016-10-27 16:18:19 +02:00
Hadi Nategh
0078bf0997
Open phonecall window target as _self instead of new tab
2016-10-27 16:17:59 +02:00
nathangray
8ac5beda39
Change double-click to auto-size column based on current contents, to only work for fixed width columns. Relative (flex) width columns now just show a message as it was difficult to get them to properly size without weird side effects, especially with 2 relative width columns displayed.
2016-10-25 08:42:00 -06:00
nathangray
2b0e87db82
Bind double-click to auto-size column based on current contents.
2016-10-25 08:41:40 -06:00
nathangray
e6efebde87
Fix some email addresses would not pre-fill address if you created a new contact from mail view From field
2016-10-20 08:41:30 -06:00
Ralf Becker
986bdaac27
* Mail: show validation error if local part (before @) of email-address contains non-ascii chars
2016-10-20 12:31:06 +02:00
Ralf Becker
23f505c563
* Mail: show which email address has a wrong format when pasting multiple ones
2016-10-20 12:31:05 +02:00
Ralf Becker
b411858f59
* All apps/History: fixed history tab shown empty in default (minimal) installation
2016-10-12 17:48:09 +02:00
Hadi Nategh
271e594a7a
Try to correct ckeditor references point to vendor directory
2016-10-09 11:27:24 +02:00
Hadi Nategh
3e5d674559
Implement fav_filter icon base on template
2016-09-29 12:59:36 +02:00
Hadi Nategh
ef0405b021
* Mobile template: Close sidemenu after clicking on items in sidebar
2016-09-21 17:43:28 +02:00
Hadi Nategh
4fca7273af
Mobile template:
...
- Show fav icon when it's available
- Fix delete_action does not get removed after the row is deleted or deselected
- Fix some alignments for mail list header
2016-09-19 14:08:06 +02:00
Hadi Nategh
01c0ea4c6b
* All apps: Add a counter indicator for selected entries in a list in mobile template
2016-09-19 14:06:59 +02:00
Hadi Nategh
11cce74a62
Implement client-side validation check for date_duration in order to catch check the validity right after entry before submit.
2016-09-16 17:10:26 +02:00
Hadi Nategh
8472cc4186
Implement step attribute for date_duration widget. Seems FF needs step to be set to be able to distinguish valid or invalid decimal input format (eg. 1.5 or 1,5)
2016-09-16 17:09:37 +02:00
Hadi Nategh
bc108f4573
Another try to fix base_url for print_dialog template. Seems it's necessary to keep the template_base_url untocued, because template_base_url gets calculated everytime when an et2 instance loads a template.
2016-09-15 12:16:30 +02:00
Hadi Nategh
57edc511ce
Let egw.link takes care of the base url. Fix sometimes nm_print_dialog template runs into CSP error
2016-09-14 16:59:06 +02:00
nathangray
fab26a30a1
Allow children for paste actions automatically pulled from drop actions
2016-08-30 08:08:50 -06:00
nathangray
b3a71be4a2
Add actions (Add) for blank parts of planner view
2016-08-30 08:04:48 -06:00
Hadi Nategh
a317c6b1c0
Fix "From" field in mail display always get abbreviated
2016-08-24 16:12:35 +02:00
Ralf Becker
281fed9669
fix CSP error in nextmatch print, if EGroupware is installed direct into docroot
...
et2.template_base_url == '/' generates url //api/templates/... which is a protocol independent representation of domain api and not identical to /api/templates
2016-08-19 14:56:02 +02:00
nathangray
238e67ed92
Add tooltip to datepicker Today button
2016-08-18 11:10:26 -06:00
Ralf Becker
366a940030
* All apps: symlink files to not yet saved entries were not working
2016-08-17 16:09:50 +02:00
Hadi Nategh
6d9daa036b
Make sure html property of html object in egw_seperateJavascript is type of string
2016-08-02 12:17:56 +02:00
Hadi Nategh
f84b2422c2
* all apps: Fix vfs upload button does not work in link tab
2016-07-29 12:46:24 +02:00
Ralf Becker
3909c2fdf0
* Admin/APC(u): fix error in clear cache: if APC(u) runs out of memory clearing just instance cache clear whole cache
2016-07-28 12:07:28 +02:00
Hadi Nategh
5d52042640
* All apps: Fix styling glitches for search links dropdown
2016-07-26 17:07:49 +02:00