Commit Graph

70 Commits

Author SHA1 Message Date
57ccfa8f95 Fix CS via phpcs 2018-01-28 22:11:07 +01:00
c6ead24920 Remove whitespace from end of line 2018-01-15 18:56:01 +01:00
10a23e3287 Remove @category and replace with @package 2017-12-30 12:45:02 +01:00
279d5085c2 Remove package TBD 2017-12-30 11:56:53 +01:00
e6e225d20b Remove footer
Was bad template and view layout/logic
2017-12-23 10:06:11 +01:00
ecfa151c30 Fix #13 2017-11-08 22:39:51 +01:00
12546077a0 General fixes 2017-11-05 13:09:39 +01:00
4106bd69fb Add image 2017-11-02 20:56:01 +01:00
5f1383323a Fix if for foreach while spacing 2017-10-27 17:56:33 +02:00
589c8395c4 Fix minor bugs for full inspections 2017-10-15 18:54:27 +02:00
b5adb006cc Ignore coverage for view methods in controllers 2017-10-07 21:24:10 +02:00
721def2501 Remove use of unnecessary ViewLayout 2017-10-01 15:17:10 +02:00
d763773a71 Use default database connection 2017-09-23 13:58:09 +02:00
9e825f52c3 Add module id to modules 2017-09-15 19:37:34 +02:00
33d0cc03fc Simplify htmlescape 2017-09-14 20:39:58 +02:00
3e1381e02d draft pid to path fix 2017-09-08 15:38:23 +02:00
bd93f7bc6f Fix file author and copyright 2017-07-26 17:48:08 +02:00
e3bc324d26 Fix footer rendering 2017-07-25 19:09:46 +02:00
6da40780e6 Add html escaping 2017-07-24 20:48:22 +02:00
c65453f3d0 Remove @author docblock 2017-07-20 18:12:29 +02:00
1e98ffc625 Fixing templates 2017-06-24 10:51:43 +02:00
3cd0913683 fixes #62 2017-05-30 18:21:27 +02:00
32fcec02a0 Make all tables red 2017-04-16 20:38:39 +02:00
e8f6476dd2 Fix installer 2017-04-01 22:41:30 +02:00
0cdaf18850 Strict types enabled 2017-03-01 14:05:29 +01:00
afad4d182d Name fixes 2017-02-25 20:48:55 +01:00
64f157a2cf Bulkl path fix reverse 2017-02-12 21:43:10 +01:00
1432febae7 Bulkl path fix 2017-02-12 21:42:39 +01:00
547b28a582 Fix uri parameter 2017-02-08 19:40:22 +01:00
d737690aa5 Pass uri query parameter 2017-02-08 19:29:11 +01:00
e59f7076bb Pass uri query parameter 2017-02-08 19:28:55 +01:00
0f4138de9c Add existing query to link 2017-02-08 19:16:53 +01:00
c3163ce3b6 File path fixes 2017-01-26 16:42:54 +01:00
863cf9348d 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
8bb7d0377b Adjusting copyright 2017-01-26 16:32:45 +01:00
6e42eb46de Increase php version requirement 2016-12-07 20:56:15 +01:00
6838a01325 Prepare const visibility 2016-12-07 20:23:04 +01:00
2dc20e0dd4 Adjust database pool name 2016-10-29 20:44:52 +02:00
a82930346e Fix install 2016-10-09 20:07:30 +02:00
f033f1bad2 Localization fix 2016-07-27 22:20:30 +02:00
b30199517a Translation fixes (0 still missing) 2016-07-27 13:17:50 +02:00
013d42cfbc Translation fixes (0 still missing) 2016-07-27 13:15:05 +02:00
aeefb410d2 Path fixes 2016-07-22 00:15:38 +02:00
06bcbc3631 Implemented application routes 2016-07-22 00:15:26 +02:00
836d98ffc6 Remove static loading 2016-07-05 19:22:54 +02:00
1ae8c98f88 Dynamic language loading 2016-07-05 19:00:30 +02:00
67ef8ffdc6 Language fixes+api routes implemented 2016-07-02 20:02:27 +02:00
7e535b5845 Language display optimized
see previous commit
2016-07-02 14:15:02 +02:00
fc152f87a9 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
8467276229 Implementing basic activate/deactivate 2016-07-02 12:39:31 +02:00