Jan Böhmer
|
62b3b638ca
|
Revert "Dont fetch join part informations to improve performance."
This reverts commit afa09306df .
|
2020-01-26 22:00:34 +01:00 |
|
Jan Böhmer
|
afa09306df
|
Dont fetch join part informations to improve performance.
|
2020-01-26 21:54:21 +01:00 |
|
Jan Böhmer
|
3178dcbb6c
|
Added a console command to view the event log.
|
2020-01-26 20:12:08 +01:00 |
|
Jan Böhmer
|
8b1eccc48d
|
[Eventlog] Show extra data in log table.
|
2020-01-25 22:52:34 +01:00 |
|
Jan Böhmer
|
f7d0524f57
|
[Eventlog] Show icon describing the level in event table.
|
2020-01-25 20:55:30 +01:00 |
|
Jan Böhmer
|
b0ccb95a17
|
Added link to user info page in user field.
|
2020-01-25 20:28:00 +01:00 |
|
Jan Böhmer
|
bc89ff7a68
|
Added translations for log table.
|
2020-01-25 20:20:46 +01:00 |
|
Jan Böhmer
|
d0b3750594
|
Added an basic table to show log entries.
|
2020-01-24 22:57:04 +01:00 |
|
Jan Böhmer
|
72e2c0cd6e
|
Put FetchJoin Adapter logic into its own class.
|
2020-01-17 21:38:36 +01:00 |
|
Jan Böhmer
|
b73725bd9a
|
Use Doctrine paginator in table adapter.
This fixes the problem that the pagination were wrong (only one element on a page and other things like that).
|
2020-01-16 21:42:29 +01:00 |
|
Jan Böhmer
|
388e847b17
|
Applied symplify rules to codebase.
|
2020-01-05 22:49:00 +01:00 |
|
Jan Böhmer
|
f861de791f
|
Applied code style rules to src/
|
2020-01-05 15:46:58 +01:00 |
|
Jan Böhmer
|
a67404a311
|
Added missing translation in the attachment list.
|
2020-01-04 22:51:09 +01:00 |
|
Jan Böhmer
|
9a7223a301
|
Fixed code style.
|
2020-01-04 20:24:09 +01:00 |
|
Jan Böhmer
|
d9b15ddbb9
|
Use new cached treeview nodes for twig inline generator (admin pages)
|
2020-01-02 22:55:28 +01:00 |
|
Jan Böhmer
|
5b3533fd3e
|
Added missing translation key in attachment table.
|
2019-11-16 21:37:59 +01:00 |
|
Jan Böhmer
|
3bc5005826
|
Use generic file icon for datasheet in parts table if no
This fixes an exception.
|
2019-11-16 19:31:39 +01:00 |
|
Jan Böhmer
|
988c53bead
|
Fetch the manyTo* entity collections of parts with other part columns
This reduces the query count and should improve performance especially for big tables.
|
2019-11-16 19:23:45 +01:00 |
|
Jan Böhmer
|
2e3c1d6c0a
|
Fetch preview attachment directly in table query.
This reduces the query count and therfore improves performance.
|
2019-11-15 19:13:53 +01:00 |
|
Jan Böhmer
|
3812cc88ff
|
Check if an attachment is valid before showing it in part table.
|
2019-11-10 20:21:13 +01:00 |
|
Jan Böhmer
|
09995330af
|
Fixed an exception on part tables, when an attachment is external.
|
2019-11-10 19:58:35 +01:00 |
|
Jan Böhmer
|
af214831da
|
Enabled markdown in description field.
|
2019-11-10 19:43:55 +01:00 |
|
Jan Böhmer
|
f5c2a7b728
|
Make tags in part table more pretty. Also added link to tags search.
|
2019-11-10 19:38:36 +01:00 |
|
Jan Böhmer
|
05d6b0aa93
|
Show (iconized) links to attachments on parts table.
|
2019-11-10 19:16:39 +01:00 |
|
Jan Böhmer
|
8b80f31b1e
|
Moved extension to fa-icon logic to a service.
That way we can use it from inside PHP code and the logic is more testable.
|
2019-11-10 18:19:06 +01:00 |
|
Jan Böhmer
|
e557bdedd5
|
Added an PHP CS fixer config file and applied it to files.
We now use the same the same style as the symfony project, and it allows us to simply fix the style by executing php_cs_fixer fix in the project root.
|
2019-11-09 00:47:20 +01:00 |
|
Jan Böhmer
|
787e498586
|
Updated copyright headers.
|
2019-11-01 13:40:30 +01:00 |
|
Jan Böhmer
|
c955a3a221
|
Moved attachment related services into their own namespaces
|
2019-10-19 23:29:51 +02:00 |
|
Jan Böhmer
|
4c7767feed
|
Show higher resolution thumbnail when hover over a table picture.
Also use thumbnails for attachment edit preview.
|
2019-10-06 15:44:19 +02:00 |
|
Jan Böhmer
|
4fe10b6169
|
Uploaded (non secure) attachments live now in public/
That way the attachment files can now be loaded much quicker (without invoking a controller). Also added thumbnailing for pictures in tables.
|
2019-10-05 20:30:27 +02:00 |
|
Jan Böhmer
|
f53cc08f52
|
Added an table to show all defined attachments.
|
2019-10-04 18:06:37 +02:00 |
|
Jan Böhmer
|
2d4def2836
|
Show preview pictures as carousel on part info page.
|
2019-10-03 18:03:56 +02:00 |
|
Jan Böhmer
|
2872e334ac
|
Show part preview image in part tables.
|
2019-10-03 14:53:50 +02:00 |
|
Jan Böhmer
|
3ecbe19fd6
|
Check read property on part entity objects.
|
2019-09-16 13:27:53 +02:00 |
|
Jan Böhmer
|
a6f16315ee
|
Format amounts in part tables using the partUnit
|
2019-09-08 18:19:29 +02:00 |
|
Jan Böhmer
|
7a9bc224a7
|
Show storelocations in part table.
|
2019-09-08 17:52:50 +02:00 |
|
Jan Böhmer
|
1e48c552dc
|
Use cached nodeslist when querying for subcategories.
This should increase performance for part lists.
|
2019-09-08 17:39:24 +02:00 |
|
Jan Böhmer
|
31e89e2e36
|
Allow to show parts in a storelocation or an supplier.
|
2019-09-08 17:30:58 +02:00 |
|
Jan Böhmer
|
748905c325
|
Added links to category, footprint and manufacturer columns
|
2019-09-08 16:56:05 +02:00 |
|
Jan Böhmer
|
c8bc5d5214
|
Refactored EntityURL generator.
|
2019-09-08 14:23:49 +02:00 |
|
Jan Böhmer
|
c3fd325645
|
Allow to show parts for manufacturers and footprints.
|
2019-09-08 13:59:35 +02:00 |
|
Jan Böhmer
|
e9a6649b5c
|
Fixed exception on part tables.
|
2019-09-07 16:53:57 +02:00 |
|
Jan Böhmer
|
b8f5b7628c
|
Use a own column type for entities.
|
2019-09-07 15:23:03 +02:00 |
|
Jan Böhmer
|
01eff5e873
|
Show manufacturer, partUnit and footprint in parts table.
|
2019-09-07 13:12:24 +02:00 |
|
Jan Böhmer
|
41a0317736
|
Format datetimes in parts tables using a IntlDatetimeFormatter.
|
2019-09-07 12:48:49 +02:00 |
|
Jan Böhmer
|
720e1cd04e
|
Added some additional columns to part list.
They are hidden by default but can be shown by a colvis button.
|
2019-09-06 18:25:24 +02:00 |
|
Jan Böhmer
|
fe7ce39042
|
Removed dump functions.
|
2019-09-05 22:31:23 +02:00 |
|
Jan Böhmer
|
4c5b5b6df0
|
Added some simple tables for searching, subcategories and tags.
|
2019-09-05 22:27:18 +02:00 |
|
Jan Böhmer
|
408d98c6e1
|
Added database migration for new entities.
|
2019-08-12 18:04:53 +02:00 |
|
Jan Böhmer
|
e2f7aafa2d
|
Used PHP_CS_Fixer with symfony preset on codebase.
|
2019-03-20 23:16:07 +01:00 |
|