Jan Böhmer
|
aa06e1df04
|
Fixed exception when trying to export an empty entity list
Fixes issue #836
|
2025-02-01 20:57:27 +01:00 |
|
Jan Böhmer
|
946032a101
|
Fixed phpstan analysis issues and bad code that showed up with phpstan 2.0
|
2024-12-28 23:08:08 +01:00 |
|
Jan Böhmer
|
5231dbd6e7
|
Remove project path in twig label error messages to prevent information leakage
|
2024-08-23 22:28:29 +02:00 |
|
Jan Böhmer
|
77671550a7
|
Fail gracefully, when an exception occurs during rendering of the example labels for label profiles
This fixes issue #671
|
2024-08-23 22:15:29 +02:00 |
|
Jan Böhmer
|
b7b941e3a1
|
Fixed error handling of structural data import
This was the reason for the exception in #632
|
2024-06-22 22:55:15 +02:00 |
|
Jan Böhmer
|
5074e2beac
|
Fixed phpunit tests
|
2024-06-22 00:44:59 +02:00 |
|
Jan Böhmer
|
20f32c7f12
|
Applied rector suggestions
|
2024-06-22 00:31:43 +02:00 |
|
Jan Böhmer
|
945fb9384e
|
Remove preview image attachment during if the attachment got deleted during cloning
This fixes issue #559
|
2024-03-10 01:19:52 +01:00 |
|
Jan Böhmer
|
a792a140f7
|
Show a success flash message, after mass creation submit
|
2024-03-10 00:55:22 +01:00 |
|
Jan Böhmer
|
18c80f6b64
|
Use the route attribute from the correct namespace
|
2024-03-03 20:37:33 +01:00 |
|
Jan Böhmer
|
d49bb1f4b5
|
Removed unused import statements
|
2024-03-03 20:34:36 +01:00 |
|
Jan Böhmer
|
87533b6031
|
Fixed further inspection issues
|
2024-03-03 20:33:24 +01:00 |
|
Jan Böhmer
|
42e604245c
|
Fixed some inspection issues
|
2024-03-03 19:57:31 +01:00 |
|
Jan Böhmer
|
3585b8a56a
|
Adapter attachment upload forms to the new system
|
2024-03-03 18:52:06 +01:00 |
|
Jan Böhmer
|
0af5a58dbe
|
Renamed Storelocation entity to StorageLocation
|
2023-09-04 22:57:40 +02:00 |
|
Jan Böhmer
|
b7c8ca2a48
|
Improved typing and phpdoc type annotations
|
2023-06-18 15:37:42 +02:00 |
|
Jan Böhmer
|
e8771ea118
|
Fixed some more phpstan issues
|
2023-06-18 00:00:58 +02:00 |
|
Jan Böhmer
|
19530a9102
|
Fixed some PHPStan level 5 issues
|
2023-06-13 20:24:54 +02:00 |
|
Jan Böhmer
|
fc3290271c
|
Started to increase the phpstan level
|
2023-06-13 10:36:34 +02:00 |
|
Jan Böhmer
|
71cd4057a7
|
Use enums for LabelOptions
|
2023-06-12 23:39:30 +02:00 |
|
Jan Böhmer
|
684334ba22
|
Improved code style of tests
|
2023-06-11 15:02:59 +02:00 |
|
Jan Böhmer
|
5629215ce4
|
Use imports instead of FQNs
|
2023-06-11 15:00:28 +02:00 |
|
Jan Böhmer
|
7ee01d9a05
|
Applied rector with PHP8.1 migration rules
|
2023-06-11 14:17:19 +02:00 |
|
Jan Böhmer
|
a43af180a7
|
Applied rector rules up to symfony 6.2
|
2023-05-28 01:21:05 +02:00 |
|
Jan Böhmer
|
d04d743520
|
Fixed typos
|
2023-04-15 23:14:53 +02:00 |
|
Jan Böhmer
|
63df16a369
|
Removed unused imports
|
2023-04-15 22:27:19 +02:00 |
|
Jan Böhmer
|
f7293508ff
|
Added example content for owner placeholders in labels
|
2023-04-03 22:48:52 +02:00 |
|
Jan Böhmer
|
193650efd4
|
Added option to mark all imported parts as "needs review"
|
2023-03-15 21:46:14 +01:00 |
|
Jan Böhmer
|
2c799d894b
|
Fixed static analysis issues
|
2023-03-15 21:05:30 +01:00 |
|
Jan Böhmer
|
80085abe16
|
Show better error messages for entity import at admin pages
|
2023-03-14 00:19:10 +01:00 |
|
Jan Böhmer
|
3bbff0aecf
|
Fixed errors that prevented import of users
|
2023-03-13 22:43:26 +01:00 |
|
Jan Böhmer
|
508641d1e8
|
Added possibility to autoselect the import format
|
2023-03-12 21:43:40 +01:00 |
|
Jan Böhmer
|
7a9b7c87a4
|
Added a very basic import dialog for Parts
|
2023-03-12 19:53:55 +01:00 |
|
Jan Böhmer
|
8f033910ce
|
Refactored EntityImporter service
|
2023-03-12 19:16:49 +01:00 |
|
Jan Böhmer
|
2fcd48d4f2
|
Fixed error when cloning an label profile
An attachment type with the same ID was retrieved from the DB, which was not cloneable for the form...
|
2023-02-19 21:56:10 +01:00 |
|
Jan Böhmer
|
a128f40358
|
Renamed AdminPages/ templates folder to recommended snake_case style
|
2023-02-04 23:34:39 +01:00 |
|
Jan Böhmer
|
f0947fd948
|
Hopefully fixed AbstractParameter exception on the LabelProfile controller
|
2023-02-03 23:43:44 +01:00 |
|
Jan Böhmer
|
d804184073
|
Fixed exception when mass creation of non structural entities failed.
|
2023-02-03 23:27:49 +01:00 |
|
Jan Böhmer
|
07f95bc6ea
|
Added possibility to create nested structures of elements using Mass Import
|
2023-01-28 23:24:45 +01:00 |
|
Jan Böhmer
|
7b536fc4ad
|
Renamed device_* routes to project_* routes
|
2023-01-08 23:07:25 +01:00 |
|
Jan Böhmer
|
0c7ec9f0c7
|
Added some basic DB fields for the new project system
|
2022-12-18 20:34:25 +01:00 |
|
Jan Böhmer
|
a4eae19a1f
|
Improved organisation of Services
|
2022-12-18 17:28:42 +01:00 |
|
Jan Böhmer
|
2b2fc6f1e6
|
Dont throw an exception, if we can not retrieve an currency exchange rate, but show an meaningful flash message
|
2022-12-11 15:10:16 +01:00 |
|
Jan Böhmer
|
68462185ba
|
Removed old GPLv2 copyright header
|
2022-11-29 22:28:53 +01:00 |
|
Jan Böhmer
|
ae4cb23b18
|
Removed timetravel permission
Now it is sufficient enough to have the show_history permission
|
2022-11-13 21:01:28 +01:00 |
|
Jan Böhmer
|
a9642b27a6
|
Show error message if a sub element contains parts while recursive deletion of StructuralDBElement
|
2022-09-21 13:05:52 +02:00 |
|
Jan Böhmer
|
51e05a8669
|
Use typed properties
|
2022-09-18 22:59:31 +02:00 |
|
Jan Böhmer
|
639829f5c5
|
Fixed some inspection issues.
|
2022-08-14 19:32:53 +02:00 |
|
Jan Böhmer
|
5fd608f42a
|
Fixed some deprecations.
|
2022-08-14 19:09:07 +02:00 |
|
Jan Böhmer
|
1460894946
|
Fixed some exceptions.
|
2022-03-07 00:47:41 +01:00 |
|