Commit graph

184 commits

Author SHA1 Message Date
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
Jan Böhmer
6e2a33a996 Use LICENSE.md file only. 2019-03-27 16:33:51 +01:00
Jan Böhmer
2eebb0332d Disable deprecation helper on travis. 2019-03-27 16:28:01 +01:00
Jan Böhmer
03f70d2999 Don't test on nightly. 2019-03-27 16:17:42 +01:00
Jan Böhmer
ed5d4602c9 Use symfonys phpunit for testing. 2019-03-27 16:00:08 +01:00
Jan Böhmer
937ee4682a Install dependencies on travis. 2019-03-27 13:32:45 +01:00
Jan Böhmer
5f39336ae1 Added .travis.yml for testing on travis. 2019-03-27 13:28:45 +01:00
Jan Böhmer
943d235b8b Added some unit tests. 2019-03-26 23:34:40 +01:00
Jan Böhmer
1c7155d4e7 Removed a { from templates. 2019-03-26 17:58:06 +01:00
Jan Böhmer
528be3c000 Added back to top button. 2019-03-26 16:40:05 +01:00
Jan Böhmer
32a54293a5 Removed not used code. 2019-03-26 16:37:57 +01:00
Jan Böhmer
3e54d35fac Added an simple event system and readded some functions from the legacy Part-DB. 2019-03-26 16:34:14 +01:00
Jan Böhmer
570aa68535 Added show all parts to tools tree. 2019-03-26 15:57:51 +01:00
Jan Böhmer
c0f44b76f3 Init datatables even after ajax requests. 2019-03-26 15:49:50 +01:00
Jan Böhmer
6c96d8efad Added apache pack to symfony lock file. 2019-03-26 15:24:12 +01:00
Jan Böhmer
a7ea63f0e4
Update main.workflow 2019-03-25 22:52:51 +01:00
Jan Böhmer
99cae8b8a9 Merge remote-tracking branch 'origin/master' 2019-03-25 22:39:25 +01:00
Jan Böhmer
ccd4e82aed Dont include the protocol in the base path. This causes problems on servers behind reverse proxies. 2019-03-25 22:39:20 +01:00
Jan Böhmer
8cb445f981
Update main.workflow 2019-03-25 22:15:49 +01:00
Jan Böhmer
fd541c874d
Update main.workflow 2019-03-25 22:09:49 +01:00
Jan Böhmer
bec7a21517 Use escaped name for groups. This fixes an exception on some MySQL servers. 2019-03-25 22:03:52 +01:00
Jan Böhmer
007250db0e Updated composer lock. 2019-03-25 18:14:14 +01:00
Jan Böhmer
0523d3ad91 Merge remote-tracking branch 'origin/master' 2019-03-25 18:09:06 +01:00
Jan Böhmer
64f1dbe7b7 Added mbstring as dependency. 2019-03-25 18:08:13 +01:00
Jan Böhmer
f87da53fb5
Update main.workflow 2019-03-25 16:58:06 +01:00
Jan Böhmer
0db44d55da Added procfile for heroku deployment. 2019-03-25 16:47:26 +01:00
Jan Böhmer
0750d144af Added Procfile for heroku. 2019-03-25 16:45:51 +01:00
Jan Böhmer
3b496d8070 Added an .htaccess file. 2019-03-25 16:42:50 +01:00
Jan Böhmer
afd45d464c Added working treeviews and buttons. 2019-03-25 12:44:44 +01:00
Jan Böhmer
82761a3454 Show flash messages after ajax request too. 2019-03-24 20:28:17 +01:00
Jan Böhmer
8711f296a4 Use ajax for form requests too. 2019-03-24 20:25:27 +01:00
Jan Böhmer
b3db1dd139 Added simple single page ajax handling for a links. 2019-03-24 19:55:39 +01:00
Jan Böhmer
ca8ef1d5bd Added an event subscriber, which injects a header helpful for debugging single page apps. 2019-03-24 17:21:59 +01:00
Jan Böhmer
ab21656e7a Updated dependencies. 2019-03-24 15:28:01 +01:00
Jan Böhmer
715de5b67c Added a simple system for treeViews. 2019-03-24 15:25:40 +01:00
Jan Böhmer
22c836096e Use ContainerInterface from DependencyInjection Component
This enables better autocomplete.
2019-03-21 14:15:05 +01:00
Jan Böhmer
96214bffc4 Cache the parsed permission file. This should improve the performance a bit. 2019-03-21 13:43:13 +01:00