Commit graph

3620 commits

Author SHA1 Message Date
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
Jan Böhmer
3e7150735d Added a basic dialog for editing/creating attachmentType elements. 2019-03-28 19:24:34 +01:00
Jan Böhmer
4652339879 Use ajax link loading also on the higher pages in the part tables. 2019-03-28 13:17:46 +01:00
Jan Böhmer
dfa7e1c93c Dont use absolute path for ckeditor plugin. 2019-03-27 20:24:01 +01:00
Jan Böhmer
c8bcec7161 Dont change language, when using the treeview links. 2019-03-27 20:14:54 +01:00
Jan Böhmer
72dc7334ec Dont use absolute paths in Attachment file generator. 2019-03-27 20:10:14 +01:00
Jan Böhmer
b678f32b35 Removed ajax_ui.js. This could cause problems with webpack building. 2019-03-27 20:01:26 +01:00
Jan Böhmer
d2237a2598 Use ocramius/proxy-manager version 2.1 so PHP7.1 is also supported. 2019-03-27 19:38:02 +01:00
Jan Böhmer
7af51ef5ce Updated composer.lock 2019-03-27 19:19:50 +01:00
Jan Böhmer
6aa6df36e6 Use security advisories dependency. 2019-03-27 19:08:28 +01:00
Jan Böhmer
3c16ed6be7 Use a better style for the part table. 2019-03-27 19:03:02 +01:00
Jan Böhmer
3cb04c2580 Added scrutinizer and travis badges. 2019-03-27 17:21:06 +01:00
Jan Böhmer
a02076230d Added a README.md 2019-03-27 17:16:06 +01:00
Jan Böhmer
0417b195d5
Merge pull request #1 from Part-DB/add-code-of-conduct-1
Added code of conduct.
2019-03-27 16:36:41 +01:00
Jan Böhmer
2747366313
Added code of conduct. 2019-03-27 16:36:16 +01:00