Commit Graph

128 Commits

Author SHA1 Message Date
a7003fd6b4 mode changes 2021-02-20 10:59:06 +01:00
d99a251a16 Add supplier files 2020-12-19 20:26:08 +01:00
c2b8275203 bump php version 2020-12-03 23:07:33 +01:00
e585ce0e20 fix datamapper bugs 2020-11-29 18:29:34 +01:00
51da137210 add address and client element support 2020-10-18 20:57:02 +02:00
f0289cba67 php cs autofix 2020-08-31 22:30:36 +02:00
e9600c9328 remove parameters after list (id) must not be set 2020-03-05 22:30:00 +01:00
270b484164 make module status handling final 2020-02-24 22:57:26 +01:00
c52f55ca6b make installer final 2020-02-24 22:53:42 +01:00
ee36d1be0f remove empty line 2019-12-15 14:18:15 +01:00
642b7f98db fix phpcs findings 2019-09-12 19:48:00 +02:00
711672d612 change php version requirement 2019-08-15 20:45:28 +02:00
13c3e747c0 fix @link 2019-07-08 19:51:27 +02:00
26a14de207 php cs fixer 2019-04-27 12:05:33 +02:00
bff5d56f92 Make app,localization in url optional+tld+subdomain 2019-03-09 23:21:29 +01:00
3c637ad06a Fix absolute path to relative paths 2019-02-11 11:38:15 +01:00
b1a5da8acd phpcs+phpstan fixes 2019-02-07 00:05:31 +01:00
bb281b1bc5 Optimize navigation install 2018-12-25 19:03:01 +01:00
f461b92f1f Fixes #152 2018-12-24 16:08:15 +01:00
1ca9c3afe2 Remove default uninstall 2018-12-21 20:22:10 +01:00
519d5340ae Fix use order 2018-12-09 22:16:55 +01:00
57263c5f3e Add permission for links read/write/update... 2018-11-11 19:49:28 +01:00
abd1997c12 Docblock fix 2018-09-22 18:22:44 +02:00
8f18f21b1e Static analysis fixes 2018-09-22 16:23:56 +02:00
921b83eeeb Split controllers per application 2018-09-19 21:34:04 +02:00
16daec8f70 Fix package docblock 2018-08-24 14:08:08 +02:00
ea56df9d65 fix #96 fix #97 2018-08-17 20:02:29 +02:00
d982b6a822 Prepare for console application 2018-07-27 20:10:42 +02:00
c5b49f0d4c Use root namespace 2018-05-30 13:39:00 +02:00
fc2c7918a5 Remove unused parameter from install 2018-05-20 11:53:43 +02:00
28505163b7 Fix code implementation 2018-04-01 19:54:57 +02:00
5ade0a830b Fix abstract implementation 2018-03-30 12:35:26 +02:00
0a5300cc76 Change to php version 7.2 requirement 2018-03-27 19:10:56 +02:00
31ec0b5b03 Fix abstract/interface implementation 2018-03-14 18:12:32 +01:00
6d8453bf95 Nullable+void typehint 2018-03-13 20:55:24 +01:00
29e0ddbbef Change permission check from int to string 2018-03-09 22:26:22 +01:00
2d07c3d562 phpcs fixes 2018-02-17 21:38:56 +01:00
b12d5be6ae Fix strict_types 2018-02-15 20:27:23 +01:00
2fd5abb9db Fix Class name 2018-02-10 19:31:12 +01:00
4b5a124506 Fix navigation nav_from from id to name 2018-02-04 17:13:51 +01:00
f67b27dfd7 phpcbf 2018-02-03 13:09:09 +01:00
648070db3b Combine activate/deactivate to status 2018-02-03 12:26:18 +01:00
51200c50c2 Add spaces around namespace 2018-02-03 11:46:23 +01:00
dc3b8251d7 Remove whitespace from end of line 2018-01-15 18:56:01 +01:00
90a27edd1b Remove @category and replace with @package 2017-12-30 12:45:02 +01:00
d1fa884848 Remove package TBD 2017-12-30 11:56:53 +01:00
8280c32a31 Fix #13 2017-11-08 22:39:51 +01:00
e1410be93f General fixes 2017-11-05 13:09:39 +01:00
5525b74975 Fix if for foreach while spacing 2017-10-27 17:56:33 +02:00
969722c991 Fix minor bugs for full inspections 2017-10-15 18:54:27 +02:00
1d5dfad50e Use default database connection 2017-09-23 13:58:09 +02:00
7ee3204a0e draft pid to path fix 2017-09-08 15:38:23 +02:00
6a0244b0f7 Fix file author and copyright 2017-07-26 17:48:08 +02:00
fa44c30556 Remove @author docblock 2017-07-20 18:12:29 +02:00
f24cc035af fixes #62 2017-05-30 18:21:27 +02:00
937145f166 UI fixes 2017-05-28 18:57:57 +02:00
a578d4ed42 Fix installer 2017-04-01 22:41:30 +02:00
a1b1c85c15 Strict types enabled 2017-03-01 14:05:29 +01:00
316f7ee6b5 Bulkl path fix reverse 2017-02-12 21:43:10 +01:00
21c8237c4d Bulkl path fix 2017-02-12 21:42:39 +01:00
6d7c1d6b6f Add existing query to link 2017-02-08 19:16:53 +01:00
56a5329850 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	Draw/Controller.js
#	Draw/Models/DrawType.enum.js
#	Draw/Models/Editor.js
#	Media/Models/UploadFile.php
2017-01-26 16:42:29 +01:00
bc2fea8c65 Adjusting copyright 2017-01-26 16:32:45 +01:00
137fd22f7c Increase php version requirement 2016-12-07 20:56:15 +01:00
abfa7bfc7a Adjust database pool name 2016-10-29 20:44:52 +02:00
f070a7a06c Fix install 2016-10-09 20:07:30 +02:00
c28dd0f995 Implemented application routes 2016-07-22 00:15:26 +02:00
0066c4da87 Implementing basic activate/deactivate 2016-07-02 12:39:31 +02:00
468d935645 Fixing remaining bugs for route-restructure 2016-04-09 10:42:22 +02:00
60fdc3a31b Usage of InfoManager 2016-04-02 17:47:30 +02:00
4b5d125e9c Routes files 2016-04-02 16:24:59 +02:00
8d2bd21fda Routings moved to routing files 2016-04-01 22:16:21 +02:00
3676f7d34f Namespace fixes 2016-03-31 21:53:31 +02:00
cd3d3234bb Fixing uninstall and removing old modules 2016-01-16 19:20:55 +01:00
0eaec886d4 Restructure 2015-12-31 18:05:19 +01:00
ef40d0a261 New admin classes (activate, deactivate, uninstall, update) 2015-12-30 22:51:05 +01:00
b1f3207701 Renamin navigation install files 2015-12-29 21:52:47 +01:00
9b0d1252c6 Init 2015-11-29 21:57:18 +01:00