Commit graph

2644 commits

Author SHA1 Message Date
Jan Böhmer
8664ad1b51 Merge remote-tracking branch 'origin/l10n_master' into l10n_master 2020-04-10 12:43:10 +02:00
Jan Böhmer
58c6587f6f New translations messages.en.xlf (Russian) 2020-04-10 12:42:25 +02:00
Jan Böhmer
12de1e133f New translations messages.en.xlf (French) 2020-04-10 12:42:23 +02:00
Jan Böhmer
45e169c2c6 New translations messages.en.xlf (Greek) 2020-04-10 12:42:18 +02:00
Jan Böhmer
883ff78f83 New translations messages.en.xlf (German) 2020-04-10 12:42:18 +02:00
Jan Böhmer
d28a99d615 New translations messages.en.xlf (English) 2020-04-10 12:42:15 +02:00
Jan Böhmer
8343fffc1c Merge remote-tracking branch 'origin/l10n_master' into l10n_master 2020-04-10 12:37:54 +02:00
Jan Böhmer
59f7be7253 Updated dependencies. 2020-04-10 12:34:54 +02:00
Jan Böhmer
6cae069c64 New translations messages.en.xlf (Russian) 2020-04-10 12:30:28 +02:00
Jan Böhmer
8874f6c373 New translations messages.en.xlf (French) 2020-04-10 12:30:23 +02:00
Jan Böhmer
d74c84310c New translations messages.en.xlf (Greek) 2020-04-10 12:30:21 +02:00
Jan Böhmer
871805998b New translations messages.en.xlf (German) 2020-04-10 12:30:19 +02:00
Jan Böhmer
d085cf303f New translations messages.en.xlf (English) 2020-04-10 12:30:16 +02:00
Jan Böhmer
f116c2f09e Log AccessDeniedExceptions to event log. 2020-04-10 12:28:15 +02:00
Jan Böhmer
aa92ad9b31 New translations messages.en.xlf (German) 2020-04-09 20:13:25 +02:00
Jan Böhmer
26737f4b46 Restructured EventSubscriber Folder structure. 2020-04-09 17:24:16 +02:00
Jan Böhmer
e8f83f188a Fixed issue that U2F keys did not work.
The DB length for this field was too short, so the key handles were cut off and devices were not recognized.
2020-04-09 15:17:46 +02:00
Jan Böhmer
dae29cadd0 Test part cloning and creation page availability. 2020-04-09 14:23:26 +02:00
Jan Böhmer
b13d209051 Use correct ID to find a preset footprint when creating new part.
Fixes issue #40.
2020-04-09 14:22:58 +02:00
Jan Böhmer
b53e1f0a66 Use proper option injection for StructuralEntityType generate* functions.
Otherwise we get problems, if a page has multiple types with different options. This fixes issue #39
2020-04-09 13:46:28 +02:00
Jan Böhmer
d5ff73b263 Test if statistics page is available. 2020-04-09 13:25:50 +02:00
Jan Böhmer
b694ca8861 Fixed wrong permission name in StructureVoter. 2020-04-09 13:07:36 +02:00
Jan Böhmer
5f7330cfa8 New translations messages.en.xlf (Russian) 2020-04-08 22:33:28 +02:00
Jan Böhmer
a28747b7ba Dont return null in getPartsInstockSum() function, when no part lots are defined yet.
This should fix issue #38.
2020-04-08 16:41:04 +02:00
Jan Böhmer
64964f3b4d Specify minimum MariaDB/MySQL DB versions in README.
Fixes issue #8
2020-04-08 16:30:42 +02:00
Jan Böhmer
919e40e1a8 Don't add strange looking space in full name if a user does not have an first or last name. 2020-04-08 16:18:53 +02:00
Jan Böhmer
d95dd8bc3d New translations messages.en.xlf (Russian) 2020-04-08 16:13:04 +02:00
Jan Böhmer
c40316200c New translations messages.en.xlf (French) 2020-04-08 16:13:01 +02:00
Jan Böhmer
1f0ba44609 New translations messages.en.xlf (Greek) 2020-04-08 16:12:59 +02:00
Jan Böhmer
65e35471e4 New translations messages.en.xlf (German) 2020-04-08 16:12:57 +02:00
Jan Böhmer
d4460f34a2 New translations messages.en.xlf (English) 2020-04-08 16:12:54 +02:00
Jan Böhmer
0b16fd7697 Hide average price row, if we dont have info about it. 2020-04-08 16:10:35 +02:00
Jan Böhmer
887ac83f83 Fixed an exception when a pricedetail has a currency without exchange rate.
Fixes issue #37
2020-04-08 16:06:32 +02:00
Jan Böhmer
da83314d69 Fixed a wrong AccessDenied exception related to data structures
StructureVoter now can work with ProxyClasses (child classes of "our" classes)
2020-04-08 15:54:07 +02:00
Jan Böhmer
e12ecf774f Added some validator translations. 2020-04-08 15:25:12 +02:00
Jan Böhmer
cd158decb2 New translations messages.en.xlf (Russian) 2020-04-07 12:41:18 +02:00
Jan Böhmer
6e853ea8e6 New translations messages.en.xlf (French) 2020-04-07 12:41:16 +02:00
Jan Böhmer
c47792dbfd New translations messages.en.xlf (Greek) 2020-04-07 12:41:15 +02:00
Jan Böhmer
6f35cafac3 New translations messages.en.xlf (German) 2020-04-07 12:41:13 +02:00
Jan Böhmer
25292c94da New translations messages.en.xlf (English) 2020-04-07 12:41:11 +02:00
Jan Böhmer
6556eed364 Dont use a custom repository for U2F bundle.
The only change was another javascript file, we include this manually now.
2020-04-07 12:34:34 +02:00
Jan Böhmer
9a30ea5159 Allow bigger drops on code coverage. 2020-04-06 18:47:04 +02:00
Jan Böhmer
21e34166ba Fixed exception in "Show all parts table". 2020-04-06 18:40:00 +02:00
Jan Böhmer
f04cb9d3e9 Search for function calls to debug functions like dump() with PHPstan
This should (hopefully) issues like #35.
2020-04-06 18:26:42 +02:00
Jan Böhmer
5a733b3261 Removed left over dump() from debugging.
Should fix issue #35.
2020-04-06 18:15:45 +02:00
Jan Böhmer
a50fec2e8b Disable "New part" button if a category is marked as not selectable.
Fixes issue #36.
2020-04-06 18:07:23 +02:00
Jan Böhmer
e654c46e11 Added a duplicate button in data structures (categories, footprints, etc.) Admin pages. 2020-04-06 13:14:47 +02:00
Jan Böhmer
315cc30a1a Fix error with reindexed collectionType when multiple parts dont have IDs yet. 2020-04-06 11:52:42 +02:00
Jan Böhmer
3bf346f756 Updated dependencies. 2020-04-04 19:35:02 +02:00
Jan Böhmer
f35a8611e3 Improved placement of tooltips for part description. 2020-04-04 19:16:13 +02:00