Ralf Becker
129f56df5d
tel: links use no URL encoding according to rfc3966 section-5.1.4
2017-10-09 11:43:40 +02:00
Hadi Nategh
db562cbd7e
Check if the given options are type of array or object before proceeding of translation. Fix bug "cannot assign to read only property '0' of string" in tracker site configuration.
2017-10-02 16:19:02 +02:00
nathangray
0468887d6a
Fix timestamp button for CKEditor
2017-09-28 10:42:28 -06:00
nathangray
01438f60eb
Add timestamp button widget, use it in infolog
2017-09-28 10:42:04 -06:00
Hadi Nategh
99e3ea5e06
Fix tree widget's node loses its tooltip after setLabel
2017-09-08 14:37:39 +02:00
Hadi Nategh
a783893403
Set statustext value as text by default
...
- Introduce new boolean attribute called statustext_html in case we want
explicitly statustext gets rendered as html
- Fix Calendar tooltip with new statustext_html attribute
2017-09-08 14:32:02 +02:00
Hadi Nategh
62ffaa5574
Do not show tooltips in mobile view
2017-08-21 11:48:24 +02:00
nathangray
e7e8ba6d7b
Fix bug where radiobuttons with the same value as Array methods would break
2017-08-17 10:33:49 -06:00
Hadi Nategh
b45e1bb1f3
Fix "no filter" option in nextmatch list favorites does not work
2017-08-17 12:02:51 +02:00
nathangray
e4ad4aab48
Fix url widget detached node implementation to use row's statustext if provided, original statustext otherwise
2017-08-14 11:23:24 -06:00
Nathan Gray
ad81c7553d
Merge pull request #10 from WAMozart/master
...
* added share-link feature to filemanager context menu
2017-08-02 10:23:23 -06:00
nathangray
daecd15317
Fix doubled name in link
2017-07-27 13:39:03 -06:00
Hadi Nategh
8a7840660b
Make sure invalid date object gets resolved
2017-07-17 17:50:42 +02:00
nathangray
bf9daa31fa
Etemplate - Fix bug in vfs widget where if the name matched part of the path, the name was not displayed
2017-06-20 09:17:10 -06:00
nathangray
5ef8cf1614
Missing translations, provided by Stefan Unverricht
2017-06-13 08:35:04 -06:00
nathangray
ec0bdd3a64
Etemplate - allow escaped double quotes in email addresses
2017-06-01 09:15:48 -06:00
Hadi Nategh
af5828da9d
Fix taglist-accounts does not get right value on the first load
2017-05-26 18:12:50 +02:00
nathangray
5923cf4e3c
Fix apps using an iframe for admin could not properly load the sidebox tree
2017-05-23 13:46:38 -06:00
nathangray
786b374d6b
Fix download linked files as zip gave the following error:
...
CreateObject() file /var/www/epl-trunk/api/inc/class..inc.php not found!
(see df7d8c414a
)
2017-05-11 20:26:10 +02:00
nathangray
058dfc6551
Fix calendar edit recurrence losing timezone on first load
2017-05-10 21:46:02 +02:00
nathangray
f15ff70a10
Fix readonly link-to widget was not read-only
2017-05-08 13:20:34 -06:00
Hadi Nategh
21dfde5b96
* Addressbook: Fix broken addressbook list in mobile view
2017-04-24 17:59:09 +02:00
nathangray
d53335bbbf
File upload bugfixes:
...
- Javascript error uploading files with ' in their name
- uploading the same file twice to a customfield did not show the file uploaded properly
2017-04-21 08:15:17 -06:00
nathangray
abb5ffd508
Do not change XMLNode, that changes the cached template. Clone it, then change it to avoid weird side effects.
2017-04-20 10:43:34 +02:00
nathangray
88614aa043
If tab is hidden, set widgets to readonly to avoid the need for client side validation
2017-04-20 10:43:12 +02:00
Hadi Nategh
705b74f588
Add a new option to taglist-email to allow domain part of email be optional
2017-04-19 15:52:05 +02:00
Ralf Becker
9df24e2316
Revert "Thumbnails (and handling) of uploaded files on new entries that have not yet been saved" as it breaks sync
...
This reverts commit c2747a6eb3
.
2017-04-15 17:20:42 +02:00
nathangray
bfb9cbf896
Fix upload status on single uploads disappeared when upload was complete
2017-04-13 08:55:56 -06:00
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
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
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
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
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