Commit Graph

127 Commits

Author SHA1 Message Date
99d96a026f mode changes 2021-02-20 10:59:06 +01:00
91da641a1a bump php version 2020-12-03 23:07:33 +01:00
49eec36689 phpcs fixes 2020-11-28 00:13:12 +01:00
a1b0f6ad60 phpstan fixes 2020-11-27 22:56:16 +01:00
e0dbea336c fix todos/move to todo list 2020-11-26 20:50:18 +01:00
4bce325386 autofixes 2020-11-24 18:44:22 +01:00
0f67072e3e remove some getter/setter 2020-11-24 17:31:20 +01:00
6091928f22 draft knowledgebase incl. l11n with demo 2020-11-04 20:43:15 +01:00
Formatter Bot
c1ae03c461 Automated formatting changes 2020-10-21 21:11:28 +00:00
0d1925e366 correct datamapper self/external usage (invert) 2020-10-21 22:50:29 +02:00
82fc2e75fe impl. lazy loading and better media lists 2020-09-25 18:01:29 +02:00
0e0a825c93 fix const alignment 2020-09-01 07:38:03 +02:00
326a53d57b php cs autofix 2020-08-31 22:30:36 +02:00
412c14e08d autofixes 2020-08-30 20:13:11 +02:00
0bb6b7990e draft create paths 2020-06-11 23:04:57 +02:00
0998c003fe changed file permissions 2020-06-09 22:03:51 +02:00
be700eae0c Type and cs fixes 2020-03-07 00:23:17 +01:00
94c9c0bcd0 fixes Orange-Management/phpOMS#224 and fixes Orange-Management/phpOMS#212 2020-03-05 20:36:30 +01:00
2a7300a26c fix phpstan 2020-03-03 16:26:48 +01:00
5b9ef62204 basic tags drafted 2020-03-01 18:24:42 +01:00
cd8e44e0c5 add test docs 2020-02-22 16:54:29 +01:00
859b0281da autoformat 2020-02-22 15:29:49 +01:00
1ea1f65dca start working on knowledgebase 2020-02-22 15:28:55 +01:00
5532d332bb fixes array typehints 2020-02-20 19:07:12 +01:00
eb46d9309d fixes #209 2020-02-20 18:58:38 +01:00
274c354995 improve array docblock 2020-02-08 13:26:44 +01:00
629cb5d42b fix Orange-Management/phpOMS#235 2020-02-07 21:41:13 +01:00
77e950b8ee phpcs fix 2020-01-26 12:27:56 +01:00
33a1859578 remove empty line 2019-12-15 14:18:15 +01:00
f3666290cf cleanup and tests added for ci/cd 2019-11-20 22:28:04 +01:00
ddd0148e21 bug fixes 2019-10-06 21:01:18 +02:00
f888d66c22 phpcs fixes 2019-10-06 17:50:12 +02:00
2982e881d4 Make null models final 2019-10-05 20:08:29 +02:00
c6e874b462 fix mapper formats 2019-09-28 23:11:05 +02:00
a7bc3e7dad fix phpcs findings 2019-09-12 19:48:00 +02:00
12250706bf Implement php 7.4 type hints 2019-08-15 21:55:12 +02:00
1fd7f75968 change php version requirement 2019-08-15 20:45:28 +02:00
42f9529868 fix @link 2019-07-08 19:51:27 +02:00
b5bbecdd20 inspection fixes 2019-02-09 19:42:23 +01:00
402d793d83 phpcs+phpstan fixes 2019-02-07 00:05:31 +01:00
a83dfc8092 Use global namespace+minor fixes 2019-02-04 22:29:55 +01:00
9ee6df9d92 cleanup badge usage 2018-12-22 23:20:25 +01:00
bbb94e99e8 Remove badges 2018-12-22 23:18:49 +01:00
5514038eae Fix null typehint order 2018-12-10 18:13:38 +01:00
f65f41b417 Fix use order 2018-12-09 22:16:55 +01:00
c0caf50d22 Models cannot be final because of NullModels 2018-12-01 21:21:11 +01:00
118d9c0f16 Make classes final 2018-12-01 20:50:27 +01:00
703f9cde25 Docblock fix 2018-09-22 18:22:44 +02:00
ec4c8618a7 Fix package docblock 2018-08-24 14:08:08 +02:00
19fa2ac9ba fix #96 fix #97 2018-08-17 20:02:29 +02:00
b4e068cf54 Re-format mappers 2018-05-31 19:47:26 +02:00
120e2d189e Use root namespace 2018-05-30 13:39:00 +02:00
f611e226e2 Make classes final 2018-05-11 21:30:34 +02:00
8ae24eaa7e Change to php version 7.2 requirement 2018-03-27 19:10:56 +02:00
ce14da7f10 Add public/private to const 2018-03-16 08:46:52 +01:00
f8ffabfa2d Nullable+void typehint 2018-03-13 20:55:24 +01:00
67b54e6170 Fix strict_types 2018-02-15 20:27:23 +01:00
d33f51984b phpcbf 2018-02-03 13:09:09 +01:00
1cca8d1257 Add spaces around namespace 2018-02-03 11:46:23 +01:00
a3a56364a8 Remove @category and replace with @package 2017-12-30 12:45:02 +01:00
f2e6a06c5c Remove package TBD 2017-12-30 11:56:53 +01:00
924321b452 Scrutinizer php fixes 2017-11-08 22:00:34 +01:00
4a5160aac4 Remove mapper abstract duplication 2017-11-08 21:18:31 +01:00
f6bc2b562f Remove var_dump from mappers 2017-11-07 20:35:13 +01:00
9ce69d5bca General fixes 2017-11-05 13:09:39 +01:00
42c52aebfd Fix if for foreach while spacing 2017-10-27 17:56:33 +02:00
84cd20e813 Create more permission handling 2017-09-16 12:15:55 +02:00
06980df831 Fix permission tables 2017-09-13 10:45:41 +02:00
9d9b5c3c39 Optimize datatypes path 2017-08-11 20:44:07 +02:00
b3bad1a17e Fix file author and copyright 2017-07-26 17:48:08 +02:00
e0aee606c3 Remove @author docblock 2017-07-20 18:12:29 +02:00
75f9038c46 Prepare knowledgebase templates 2017-07-17 20:25:57 +02:00
c8acff5fcd Remove find 2017-04-14 21:03:58 +02:00
3af70bf832 Fix wiki and qa relation 2017-04-01 15:26:13 +02:00
96d3c119d3 Fix minor test bugs 2017-03-21 21:43:31 +01:00
24c39e593c Fix wiki and qa implementation 2017-03-21 20:58:05 +01:00
4a82abe27c Kowledgebase draft 2017-03-20 20:21:24 +01:00