Commit graph

184 commits

Author SHA1 Message Date
Jan Böhmer
0826f5e6aa Moved Admin Pages to its own folder. 2019-04-28 13:10:11 +02:00
Jan Böhmer
2ea0dc16e0 Added a basic admin page for footprints. 2019-04-28 13:08:06 +02:00
Jan Böhmer
defd169737 Added a admin page for storelocations. 2019-04-28 12:50:35 +02:00
Jan Böhmer
487c78a22b Added translations 2019-04-28 12:30:33 +02:00
Jan Böhmer
33bb81ab59 Added manufacturer and supplier admin page link to tools tree. 2019-04-26 19:37:40 +02:00
Jan Böhmer
4e9cbdffed Added admin pages for manufacturers and suppliers. 2019-04-26 19:12:48 +02:00
Jan Böhmer
df0a8254bf Added admin page for devices 2019-04-26 18:31:09 +02:00
Jan Böhmer
c11d78e52f Updated dependencies. 2019-04-26 18:20:45 +02:00
Jan Böhmer
314f1ed42f Added advanced options to category admin page. 2019-04-26 18:05:43 +02:00
Jan Böhmer
424407f253 Added a basic admin page for categories. 2019-04-20 20:39:06 +02:00
Jan Böhmer
220d600cca Moved export form to its own template fragment. 2019-04-20 19:42:08 +02:00
Jan Böhmer
3d28b0cc66 Added the possibility to delete AttachmentTypes recusivly. 2019-04-20 19:37:24 +02:00
Jan Böhmer
d5017583e5 Update dependencies. 2019-04-20 19:05:06 +02:00
Jan Böhmer
01e48323b4 updated dependencies. 2019-04-14 13:43:34 +02:00
Jan Böhmer
81bbedb949 Respect CSV delimiter option during import. 2019-04-13 20:03:04 +02:00
Jan Böhmer
1cbbc26e7a Increased show time of the flash messages to 5 seconds. 2019-04-13 19:49:27 +02:00
Jan Böhmer
66ebdb357c Added an alert that pop ups, when an ajax request is not successfull
This includes a possibility to show the original response.
2019-04-13 19:45:24 +02:00
Jan Böhmer
004c7970a7 Implemented permissions on Admin pages. 2019-04-13 19:03:45 +02:00
Jan Böhmer
6649460ed6 Use green button for creating new elements. 2019-04-13 18:43:23 +02:00
Jan Böhmer
be5d33c624 Updated translations for import dialog. 2019-04-13 18:38:39 +02:00
Jan Böhmer
453e7132c0 Use col-3 for form labels, so also long labels are shown without linebreak 2019-04-13 18:28:41 +02:00
Jan Böhmer
fbfb0269d3 Improved checkboxes and file input on import dialog. 2019-04-13 18:24:53 +02:00
Jan Böhmer
68aa750e00 Added an simple import system for attachment types. 2019-04-11 22:41:21 +02:00
Jan Böhmer
b827737caa Moved entity export logic to own service. 2019-04-11 19:22:13 +02:00
Jan Böhmer
a46bcd229b Allow to export all attachment_types via the new element dialog. 2019-04-11 19:09:22 +02:00
Jan Böhmer
70c12e47a2 Added some translations related to the admin pages. 2019-04-07 19:51:07 +02:00
Jan Böhmer
091311cdf1 Added an export function to attachment_types admin pages. 2019-04-07 19:30:42 +02:00
Jan Böhmer
09eb3c226a Enforce unique names per level on structural elements. 2019-04-06 18:45:26 +02:00
Jan Böhmer
7c43feefbe Added possibillity to delete attachments in admin page. 2019-04-06 18:38:36 +02:00
Jan Böhmer
72cd9a3722 Fixed problem with wrong shown added date. 2019-04-06 15:33:25 +02:00
Jan Böhmer
33ab9e5344 Use ext-intl for heroku. 2019-04-06 13:31:23 +02:00
Jan Böhmer
f76a49d34f Install CKEditor during composer install routine. 2019-04-06 00:19:19 +02:00
Jan Böhmer
1b575a74b6 Added hint to heroku instance. 2019-04-06 00:03:16 +02:00
Jan Böhmer
c075d6a6a5 Added the support for an env variable HEROKU, which causes, that Symfony trusts all proxies. 2019-04-05 23:54:10 +02:00
Jan Böhmer
d17c4a2b6f Use the correct target entities for Devices and Supplier children. 2019-04-05 23:31:48 +02:00
Jan Böhmer
f45441352e Implemented lazy loading for TreeViewNode state. 2019-04-05 23:27:46 +02:00
Jan Böhmer
fdfe75fad1 Removed trailing slash from ToolsTreeRoute. 2019-04-05 23:22:25 +02:00
Jan Böhmer
90b33159a5 Removed trailing slash from category and tools tree urls.
This maybe helps with the insecure loading problem on Heroku.
2019-04-05 23:15:40 +02:00
Jan Böhmer
1c2b155adf Revert "Use base path including the server name and protocol."
This reverts commit 15a036f2c6.
2019-04-05 21:13:22 +02:00
Jan Böhmer
15a036f2c6 Use base path including the server name and protocol.
This should help against the mixed security errors on Heroku.
2019-04-05 21:09:01 +02:00
Jan Böhmer
27f2b040af Close all node before searching for nodes in admin menus. 2019-04-05 19:38:24 +02:00
Jan Böhmer
56d0c5eaf5 Dont use ajax for links starting with # (internal navigation). 2019-04-05 19:36:16 +02:00
Jan Böhmer
058b3a6b6b Added search function to the 3 main trees too. 2019-04-05 19:31:41 +02:00
Jan Böhmer
da16e27fcb Added search input and expand/reduce buttons to entity edit menu. 2019-04-05 19:08:30 +02:00
Jan Böhmer
9bd941a3e6 Added attachmentType edit link to tools tree menu. 2019-04-05 18:39:55 +02:00
Jan Böhmer
d04a8626cb Show the count of the sub categories in the entity admin treeview. 2019-04-05 18:35:06 +02:00
Jan Böhmer
650b388a1d Show a treeview in the admin menus, to select between the different elements. 2019-04-05 17:49:02 +02:00
Jan Böhmer
928b574d8c Updated Symfony to 4.2.5 2019-04-05 13:14:05 +02:00
Jan Böhmer
6ae1429868 Check if CKEDITOR is defined, before updating them. 2019-04-05 13:08:26 +02:00
Jan Böhmer
f872f4a80c Show the correct url in browser, when we got redirected by the controller. 2019-03-29 14:59:56 +01:00