|
b9570b9b60
|
Some fixes for darkmode:
- Fix darkmode not switched in popups
- Fix a quick white page shown before switching to darkmode when it's set to 'auto'
|
2021-01-27 12:26:37 +01:00 |
|
|
e980f3a851
|
Etemplate: if readonly radiobox has the default ro_true=X, we still need the label
|
2021-01-26 13:09:39 -07:00 |
|
|
867fcc17c6
|
Etemplate: Allow to specify the read only true/false values for checkbox customfields
|
2021-01-26 10:42:18 -07:00 |
|
|
dad82bf1f1
|
Implement auto color-scheme in order to respect browser's selected prefers-color-scheme
|
2021-01-26 17:04:37 +01:00 |
|
|
8425f380fe
|
some fixes for int/float widget: server-side was not expanding min/max attribute and client-side considers empty min/max attr as 0
|
2021-01-22 17:24:55 +02:00 |
|
|
4e95ac86a8
|
Add some jquery dialog options
|
2021-01-14 16:57:28 +01:00 |
|
|
208817054b
|
* Etemplate: Avoid "Uncaught TypeError: Cannot read property ‘length’ of undefined"
This was happening when an app was open but not currently active and had a push update with no type.
|
2021-01-13 09:08:53 -07:00 |
|
|
a777610c2d
|
Fix htmlarea resize
|
2021-01-07 11:46:09 +01:00 |
|
|
85b14052ea
|
Make blockquotes breakable in html editor
|
2021-01-06 14:06:21 +01:00 |
|
|
cf9c366d2b
|
Etemplate: Bugfixes
- Early exit for arrayMgr().getEntry() if nothing is found, avoids returning all data
- Remove debugger from selectbox
|
2021-01-04 11:00:10 -07:00 |
|
|
5c10576b3b
|
Don't event set sort order if it hasn't changed
|
2021-01-04 09:43:54 -07:00 |
|
|
6af3e37bed
|
* Etemplate: Add context menu action on linked files to copy them somewhere else
Also, update vfsSelect to use request(), so it processes the additional stuff in response so we can have a success message.
|
2020-12-21 13:53:24 -07:00 |
|
|
5b5539584a
|
Etemplate: Fix tooltip didn't work on select+tag widget
|
2020-12-21 10:04:24 -07:00 |
|
|
8910983c8e
|
Etemplate: Fix for some attributes not getting set
|
2020-12-17 09:17:38 -07:00 |
|
|
f21ac58c87
|
Introduce dark/light mode theme switch into framework
|
2020-12-15 20:24:25 +01:00 |
|
|
c301c1b194
|
Etemplate: Fix read-only selectAccount would always add new values causing doubles
|
2020-12-15 09:41:02 -07:00 |
|
|
2a333be92d
|
Added tooltip in multiselect selectbox widget
|
2020-12-10 08:55:05 -07:00 |
|
|
cde6c10e05
|
Add Segoe font family into HTMLEditor
|
2020-12-09 13:17:37 +01:00 |
|
|
e317645291
|
* Addressbook: fix 'undefined' title shown for some contact links opened in CRM view tabs
|
2020-12-03 18:19:25 +01:00 |
|
|
d957ed41d0
|
Implement an alarm callback for countdown widget
|
2020-12-02 16:54:50 +01:00 |
|
|
bd8a78505b
|
Add new option to countdown widget inorder to hide empty values
|
2020-11-30 14:35:28 +01:00 |
|
|
3e371ea51f
|
Etemplate: Don't try to expand src if it is empty
|
2020-11-24 10:24:36 -07:00 |
|
|
54eb66fd30
|
Add onFinish callback to countdown widget and style it
|
2020-11-24 13:46:05 +01:00 |
|
|
65b24440a0
|
Implement widget countdown timer
|
2020-11-23 21:11:19 +01:00 |
|
|
522fca6344
|
Etemplate: Apply sort order (to UI) if server sends it
|
2020-11-23 10:19:11 -07:00 |
|
|
9bc4c41941
|
Api: Clear sorting with 'No filters' favorite
|
2020-11-16 10:57:04 -07:00 |
|
|
09c0d12f0e
|
Fix error trim is not a function from commit bac5c2e83b
|
2020-11-13 13:50:53 +01:00 |
|
|
bac5c2e83b
|
Etemplate: If key is empty / not set, don't try to explode it
|
2020-11-12 16:29:57 -07:00 |
|
|
eb7a03b191
|
Etemplate: Limit sortable to just the grid's immediate rows, excluding rows in nested grids
|
2020-11-10 13:41:24 -07:00 |
|
|
1ba23feb9c
|
Etemplate: Fix nextmatch controller destroy() left some references
AJAX responses would then try to use them after the etemplate was destroyed, and fail.
|
2020-11-09 09:44:40 -07:00 |
|
|
e549b6fcd9
|
Use replace() instead of replaceAll() as it's not supported in older browser versions
|
2020-11-09 11:10:18 +01:00 |
|
|
8b28d8ffd0
|
Etemplate: Include etemplate exec_id as sortable parameter
|
2020-11-04 15:15:31 -07:00 |
|
|
f064ff8242
|
Make sure the params exists before addressing it
|
2020-11-03 11:47:26 +01:00 |
|
|
e34e18757e
|
Purify framework tab appname used as dom id
|
2020-11-02 17:38:35 +01:00 |
|
|
082d7fddad
|
Remove closed tabs from the client-side session
|
2020-11-02 13:12:43 +01:00 |
|
|
0d68c751bf
|
Keep the open crm view tabs after reload
|
2020-11-02 12:50:39 +01:00 |
|
|
e98e91b9f3
|
give explicit select-options priority over querying accounts via link-widget, fixes not displayed addressbook for sharing
|
2020-11-02 09:09:46 +01:00 |
|
|
b0e2e1f1be
|
Open crm view for contact link
|
2020-10-29 11:47:29 +01:00 |
|
|
9021220f14
|
only return "" for blur-value, if browser does not support html5 placeholder
|
2020-10-29 11:00:45 +01:00 |
|
|
47da0f9bf8
|
* Addressbook: allow to configure sending fax via email by replacing the number with an email address
|
2020-10-28 13:30:28 +01:00 |
|
|
bf615644d4
|
Api: Add egw.request() into egw_global.d.ts
|
2020-10-27 16:17:32 -06:00 |
|
|
7cfbf133cd
|
Etemplate: Also expand grids if they're inside a box
|
2020-10-27 16:17:04 -06:00 |
|
|
086771ee66
|
try to fix race-condition in reconnecting a "lost" websocket connection
|
2020-10-27 14:19:25 +01:00 |
|
|
82d7a103a9
|
try to fix race-condition in reconnecting a "lost" websocket connection
|
2020-10-27 14:16:11 +01:00 |
|
|
321aebf199
|
Fix type error not finding app object
|
2020-10-23 11:11:42 +02:00 |
|
|
d16b91c901
|
Etemplate: Queue refresh() calls made while nextmatch is hidden.
Queue is limited in length, after too many refresh() calls, we throw away the queue and refresh the whole thing when nextmatch is visible again.
|
2020-10-22 15:53:59 -06:00 |
|
|
3b90e1a50d
|
Etemplate: Fix auto-refresh mixed up new rows
|
2020-10-22 13:40:38 -06:00 |
|
|
7d1cd4c12c
|
WIP Multitabs:
- Fix wrong ids generated for sideboxes
- Fix tab header refresh
|
2020-10-22 13:52:17 +02:00 |
|
|
765b545697
|
* SmallPART: fix not working LTI launch after last maintenance release
checking if we are about to load required files, before redirecting to cd=popup to load them
|
2020-10-22 10:00:27 +02:00 |
|
|
d4d63d382e
|
Fix error message still remains even after connection is up again
|
2020-10-21 11:54:45 +02:00 |
|