Jan Böhmer
|
4a644d8712
|
Replaced filter classes getters with public readonly properties to improve DX
|
2023-06-18 16:41:00 +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
|
485b35fbd4
|
Fixed static analysis issues
|
2023-06-11 23:16:07 +02:00 |
|
Jan Böhmer
|
3d7cf8f7f3
|
Removed remaining annotations
|
2023-06-11 19:42:02 +02:00 |
|
Jan Böhmer
|
6a2ff9d153
|
Added declare strict types to all files
|
2023-06-11 18:59:07 +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
|
f63b6d7207
|
Fixed service wiring configuration
|
2023-06-11 14:50:47 +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
|
1dbf36b86b
|
Use str_contains and similar instead of strpos
|
2023-05-27 23:58:28 +02:00 |
|
Jan Böhmer
|
6a1aefa5a5
|
Allow access to log detail page (only) if a user has permission to show_history of an entity
|
2023-05-16 00:05:54 +02:00 |
|
Jan Böhmer
|
9be3eba694
|
Added button to delete a log entry via the log detail page.
|
2023-05-15 23:02:30 +02:00 |
|
Jan Böhmer
|
49b6a42791
|
Added buttons for revert and undo to the log detail page
|
2023-05-15 00:16:49 +02:00 |
|
Jan Böhmer
|
3c724a227a
|
Merge branch 'master' into log_detail_page
|
2023-05-14 16:43:52 +02:00 |
|
Jan Böhmer
|
b0ab43c39a
|
Show a proper error message table when encountering an invalid regex statement on SQLite
This is related to #289
|
2023-05-09 00:26:40 +02:00 |
|
Jan Böhmer
|
2c33b381c1
|
Allow to unselect name, category, description fields etc in search functionm
Before this commit it was ignored, if the checkboxes for these fields were unchecked.
|
2023-05-08 23:53:59 +02:00 |
|
Jan Böhmer
|
c50a80e8df
|
Show an error message in table instead of a 500 error when MySQL encounters an invalid Regex expression
This fixes issue #289
|
2023-05-08 23:42:25 +02:00 |
|
Jan Böhmer
|
4c6ceab8e8
|
Merge branch 'master' into log_detail_page
|
2023-04-29 22:46:38 +02:00 |
|
Jan Böhmer
|
1eb9c38aee
|
Fixed problem that MPN was not used as search field
Fixes issue #277 and #276
|
2023-04-22 23:26:48 +02:00 |
|
Jan Böhmer
|
37fb895d67
|
Only try to retrieve the targetLot from DB if the parameter is existing
This fixes an excpetion occuring during withdrawal of parts, when moving is disabled for the lot.
|
2023-04-16 01:22:58 +02:00 |
|
Jan Böhmer
|
0dcdd252f5
|
Fixed static analysis issues
|
2023-04-16 00:55:25 +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
|
29d1d49aca
|
Fixed some more inspection issues
|
2023-04-15 22:05:29 +02:00 |
|
Jan Böhmer
|
de96aae9a5
|
Fixed inspection issues
|
2023-04-15 21:49:19 +02:00 |
|
Jan Böhmer
|
b3ecee749e
|
Removed deprecated SessionInterface service
|
2023-04-15 21:07:04 +02:00 |
|
Jan Böhmer
|
1cee1abe00
|
Fixed some return type deprecation messages
|
2023-04-15 19:33:39 +02:00 |
|
Jan Böhmer
|
8351f38ee7
|
Keep query parameters when adding locale part in RedirectController
This fixes issue #268
|
2023-04-15 00:38:11 +02:00 |
|
Jan Böhmer
|
4107535b19
|
Added basic log entry info page
|
2023-04-10 00:30:23 +02:00 |
|
Jan Böhmer
|
b0d2a22f62
|
Make user info page public for all logged in user
|
2023-04-08 01:04:10 +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
|
a7ff690891
|
Restrict part lot withdraw/add/move operations to the owner of a part lot
|
2023-04-02 23:35:18 +02:00 |
|
Jan Böhmer
|
e97a149474
|
Fixed static analysis issues
|
2023-03-17 00:11:01 +01:00 |
|
Jan Böhmer
|
e444388517
|
Added tests for PCBnew BOM type
|
2023-03-16 23:32:12 +01:00 |
|
Jan Böhmer
|
bd2559c37b
|
Added the basic possibility to import KiCAD BOMs into projects
|
2023-03-16 00:05:46 +01: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
|
b7aae7d87b
|
Improved documentation and added example CSV file
|
2023-03-15 21:33:18 +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
|
9ac8098f15
|
Deny access to part import tool without permission and added to tools menu
|
2023-03-13 22:02:55 +01:00 |
|
Jan Böhmer
|
256d628543
|
Allow to control the path delimiter and create unknown datastructures
Also the labeling of form fields was improved
|
2023-03-12 22:03:02 +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 |
|