Commit Graph

72 Commits

Author SHA1 Message Date
3edc957b87 Fix minor bugs for full inspections 2017-10-15 18:54:27 +02:00
af91b9aac8 Ignore coverage for view methods in controllers 2017-10-07 21:24:10 +02:00
a77da280b2 Remove use of unnecessary ViewLayout 2017-10-01 15:17:10 +02:00
6f8bd10f87 Use default database connection 2017-09-23 13:58:09 +02:00
19709d322a Add module id to modules 2017-09-15 19:37:34 +02:00
689c0703ac fix table links+obj members 2017-09-15 08:43:00 +02:00
7061ee95dd Simplify htmlescape 2017-09-14 20:39:58 +02:00
af0dbbac4a Fix permission tables 2017-09-13 10:45:41 +02:00
7b0a61d3ed draft pid to path fix 2017-09-08 15:38:23 +02:00
1d8e356158 Bug fix changes 2017-09-05 18:47:24 +02:00
e7bb454d56 Fix file author and copyright 2017-07-26 17:48:08 +02:00
063c8ec384 Fix footer rendering 2017-07-25 19:09:46 +02:00
52c1aef50b Add html escaping 2017-07-24 20:48:22 +02:00
fa3cedd3cb Remove @author docblock 2017-07-20 18:12:29 +02:00
80fcd67b63 (Draft) Create risk management models
Also fix some belongsTo in other mappers.
2017-07-09 10:42:02 +02:00
b10a1db1b8 Fix api path 2017-05-31 09:40:28 +02:00
3867e04bcb fixes #62 2017-05-30 18:21:27 +02:00
d170e763a5 Make all tables red 2017-04-16 20:38:39 +02:00
c71c0005d1 Fix installer 2017-04-01 22:41:30 +02:00
010b2afab3 Fix client view 2017-03-13 18:33:53 +01:00
be2ff1cd27 PhpUnit fixes 2017-03-12 22:40:21 +01:00
1bb6695fa1 Profile mapper/test implemented 2017-03-08 22:04:54 +01:00
165f2740d3 Database adjustments for client & item 2017-03-07 21:13:10 +01:00
1d2f7489a8 Implement base client getter/setter 2017-03-03 07:54:11 +01:00
1991d9a2d8 Started grid implementation 2017-03-03 07:26:23 +01:00
94a2656268 Strict types enabled 2017-03-01 14:05:29 +01:00
36d3242aff Name fixes 2017-02-25 20:48:55 +01:00
16230c8f6c Bulkl path fix reverse 2017-02-12 21:43:10 +01:00
5223ea0ec8 Bulkl path fix 2017-02-12 21:42:39 +01:00
ccf61b07a9 Add existing query to link 2017-02-08 19:16:53 +01:00
0e7e026a45 More flexbox implementations 2017-01-29 19:59:42 +01:00
61db5a5c28 More flexbox implementations 2017-01-29 19:59:37 +01:00
500235bca0 File path fixes 2017-01-26 16:42:54 +01:00
ca5845d87d 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
76b80911c8 Adjusting copyright 2017-01-26 16:32:45 +01:00
a014c34e07 Path fix 2016-12-30 20:40:22 +01:00
29e9a92486 Added log view 2016-12-30 20:40:17 +01:00
2e18354fb3 Template & lang fixes 2016-12-14 21:27:04 +01:00
c2dfbacbda Increase php version requirement 2016-12-07 20:56:15 +01:00
f37b3da278 Prepare const visibility 2016-12-07 20:23:04 +01:00
fd43129d7e Adjust database pool name 2016-10-29 20:44:52 +02:00
35500e7841 Fix install 2016-10-09 20:07:30 +02:00
b578b1db9e Localization fix 2016-07-27 22:20:30 +02:00
7609491375 Translation fixes (0 still missing) 2016-07-27 13:17:50 +02:00
e20bd140ed Translation fixes (0 still missing) 2016-07-27 13:15:05 +02:00
bc9594950e Implemented application routes 2016-07-22 00:15:26 +02:00
9263770216 Remove static loading 2016-07-05 19:22:54 +02:00
8e532ea83b Dynamic language loading 2016-07-05 19:00:30 +02:00
08468a49be Language display optimized
see previous commit
2016-07-02 14:15:02 +02:00
d8a998c70d Language display optimized
Language is now no longer direct array access but provided through a
function. This can be later used to hot load language files instead of
pre-loading them.
2016-07-02 14:14:31 +02:00