Commit Graph

39291 Commits

Author SHA1 Message Date
3971abc54b Fix some select options were not being cleaned
Integer values provided from server were not being converted to strings, breaking value handling & matching
2022-12-06 09:13:04 -07:00
dd9a0dd788 fix wrong http status code set, when file not found or any other error 2022-12-06 10:45:16 +01:00
f325e15108 change config template, to enforce only entering numbers, as the label suggested before 2022-12-06 10:10:51 +01:00
de9a37e87f fix PHP 8.1 TypeError: Unsupported operand types: string - float
Also change config template, to enforce only entering numbers, as the label suggested before
2022-12-06 10:09:18 +01:00
9077583170 partial revert of PHP 8.1 installation fix, as it breaks VFS WebDAV access 2022-12-06 09:25:10 +01:00
2188791540 Et2LinkList: Fix context menu "Save As" gave error
Cannot read properties of undefined (reading 'dispatchEvent')
2022-12-05 17:05:10 -07:00
c9186240c8 Mail: Clicking "on vacation" opens vacation dialog 2022-12-05 16:43:48 -07:00
09ecd29a91 Mail: Fix mail vacation notice widget did not hide 2022-12-05 16:27:39 -07:00
fa2375b1a6 SearchMixin: Fix selected remote options got lost if adding a freeEntry 2022-12-05 13:56:31 -07:00
e875b9ddf4 Use same background color for primary buttons 2022-12-05 10:54:05 -07:00
b2b3caaa64 Fix searchbox triggered change an extra time after pressing Enter key 2022-12-05 10:31:15 -07:00
2b02d4e9ab Fix listbox sometimes lost value 2022-12-05 10:11:17 -07:00
7ba5730251 Change properties to camelCase 2022-12-05 09:42:55 -07:00
4399e276eb Remove debug 2022-12-05 09:39:08 -07:00
cc6c3871a5 Mail: Make sure all addresses & attachments are visible when printing 2022-12-05 09:38:53 -07:00
45e2057567 another error stalling installation 2022-12-05 16:10:54 +01:00
f61ce9eae8 fix installation under PHP 8.1 2022-12-05 15:55:30 +01:00
ad261f57c9 PHP > 7.4 exclude deprecated apps from old packages (not installed via git), always exclude sitemgr 2022-12-04 08:09:43 +01:00
b0d322c98a Calendar: Edit dialog sizing
- Make #id on one line
- better sizing for description tab (leave it to browser)
2022-12-02 14:18:02 -07:00
3a1c415ce4 Styling for buttons on dialog 2022-12-02 11:23:09 -07:00
2f81a55607 Et2Searchbox: Consume enter keypress in search to avoid triggering anything else. Just start the search. 2022-12-02 09:54:35 -07:00
8717033009 Fix JS errors in placeholder dialog 2022-12-02 09:39:25 -07:00
72626b0dc2 Et2Dialog: Fix width property 2022-12-02 09:37:22 -07:00
70d571f8bf converting plain-text mail to html mistakes angle brackets for tags 2022-12-02 15:24:32 +01:00
e72e628c81 give focus back to previous active element instead of focusing on first input 2022-12-02 14:42:36 +01:00
a70e470ffb Changelog for 21.1.20221202 2022-12-02 10:51:44 +01:00
c28a8648d4 missed pending change from our translation server 2022-12-02 10:02:27 +01:00
d999bae1bc pending changes from our translation server 2022-12-02 09:59:30 +01:00
6eebabe472 SearchMixin: Fix tag edit
Double clicking just cleared the input, edit was immediately stopped due to search blur
2022-12-01 14:54:34 -07:00
404a29b985 SearchMixin: If user enters a valid free entry then changes focus without pressing Tab or Enter key, accept the free entry 2022-12-01 14:15:40 -07:00
0ecfdd8bdf Fix disabled buttons had different styling than normal buttons
- Fix toolbars got multiple lines
2022-12-01 13:41:54 -07:00
c81ff8b444 Fix disabled buttons had different styling than normal buttons 2022-12-01 13:03:39 -07:00
dc5e0b528e Dialog work
Style changes
2022-12-01 13:02:40 -07:00
e2fc779207 Dialog work
Get tracker "Multiple changes" working
2022-12-01 11:38:02 -07:00
634e00f948 Dialog work
Get calendar quick add working again
2022-12-01 11:20:58 -07:00
83ab58329e Dialog work
- Add destroy() to remove dialog

Fixes admin ACL dialog
2022-12-01 10:24:17 -07:00
d6d77546a5 also allow column names with prefix when deleting 2022-12-01 13:11:53 +01:00
390fbf3608 Dialog work
- Switch from LionDialog to SlDialog as base
- First input should get focus
- First button gets set as primary (if no default set), Enter key will act as a click on it
- Escape key closes dialog
2022-11-30 15:59:25 -07:00
350dd31b2b Update InfoLog icon
Add missing size
2022-11-30 22:14:15 +01:00
80db918265 Update calendar icon
Add missing size
2022-11-30 22:13:04 +01:00
4b7e51aa37 Update addressbook icon
Add missing size
2022-11-30 22:11:20 +01:00
2ee5f172b5 Update filemanager icon
Add missing size
2022-11-30 22:09:49 +01:00
72992b3296 Update timesheet icon
Add missing size
2022-11-30 22:05:08 +01:00
0364dfa0d1 Update mail icon
Size adjusted 28px => 32px, without border, file optimations
2022-11-30 22:00:01 +01:00
d32dae4355 Calendar: Fix changing event date via edit dialog does not remove original event from grid, showing the event twice (original & moved) 2022-11-28 14:08:34 -07:00
2ed964d4d7 Mail: Increase height of import message popup 2022-11-28 10:51:11 -07:00
861d830ca9 Timesheet: Redistribute space in Admin -> Timesheet -> Edit status template 2022-11-28 10:22:28 -07:00
a3f37c075e Fix category name indenting in category list 2022-11-28 09:20:06 -07:00
0c0e91f750 Move message out from corner a little 2022-11-28 08:57:55 -07:00
5556e22927 fix array_merge(): Argument #2 must be of type array, int given 2022-11-28 14:04:48 +01:00