Commit Graph

528 Commits

Author SHA1 Message Date
756d0a4e36 Delete draft 2017-02-05 10:21:47 +01:00
d81626e9cb Update draft 2017-02-04 22:55:15 +01:00
247f3ebc22 File utils 2017-02-04 22:24:15 +01:00
bea0c9955f Initialize modules based on request 2017-02-03 20:37:21 +01:00
2188c25f01 Type fixes 2017-02-03 20:37:08 +01:00
3397adacb2 Use module manager for module initialization 2017-01-29 19:10:48 +01:00
0e99d29b6e Fix strict type bug 2017-01-29 19:10:29 +01:00
0261b8d2da Fix strict type bug 2017-01-29 19:10:18 +01:00
a4e89ee7b1 Fix data type bug 2017-01-29 19:10:10 +01:00
7a42559deb Query components placeholder
These are for optimization later on. Instead of using strings everywhere
use these for easier definitions. This should help to implement more
concepts easier without hacky solutions for pure strings.
2017-01-29 19:10:00 +01:00
db69fabcd2 Bad implementation for count 2017-01-29 19:08:35 +01:00
7faae589c3 Fixing strict types 2017-01-26 12:06:54 +01:00
d9749dd3bf Initial strict type fixes 2017-01-25 17:38:23 +01:00
6a5e5d5143 Fixing more default values 2017-01-25 16:46:17 +01:00
fb9a78f12e Simplify default values 2017-01-25 16:42:19 +01:00
1c802418a7 More return type fixes 2017-01-25 12:21:48 +01:00
58b9fd5171 Enable strict_types 2017-01-25 11:51:36 +01:00
cfab6d9caf Fix typehint 2017-01-25 11:44:56 +01:00
6fd1ebe9b1 Removing copyright date 2017-01-25 11:18:25 +01:00
4233dc9be4 Return type fixes 2017-01-22 21:21:03 +01:00
9ccdf2a5f2 Add password feature 2017-01-22 21:04:39 +01:00
695f1623b1 Fix json serialization 2017-01-22 21:04:31 +01:00
ae1a364378 Implemented more ftp draft functions 2017-01-22 21:03:47 +01:00
cda77b6a16 Implement missing ftp file functions 2017-01-16 21:04:55 +01:00
c477bb8ce4 FTP file handler draft 2017-01-15 21:31:41 +01:00
ff2b3b0a5a Preparing FTP handler 2017-01-14 21:36:16 +01:00
182ffcd6eb Implementing own file handler 2017-01-14 19:57:04 +01:00
be324d0d04 Basic fixes. Needs many further fixes! 2017-01-14 15:45:26 +01:00
f042137c30 Finalizing draft 2017-01-13 21:39:13 +01:00
9fe8aa95a5 Improved Exponential smoothing implementation draft 2017-01-13 15:53:59 +01:00
b362d9d782 Prepare further exponential smoothing 2017-01-11 23:59:09 +01:00
c507e60e1d Market share calculation 2017-01-11 23:57:32 +01:00
f0174dd56a Add NPS 2017-01-08 21:33:26 +01:00
44d0878bbc First test fixes 2017-01-06 14:05:33 +01:00
40ee844dae Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	Datatypes/SmartDateTime.php
2017-01-06 12:01:07 +01:00
3c8565b793 Dockblocks 2017-01-05 21:23:22 +01:00
dbe65e78c8 Change y_change to int 2017-01-04 15:11:36 +01:00
ddc71f86f6 Fixing January bug
`smartModifz(-1)` in January would go back 2 years since `1-1+0 <= 0` resulting in `0 - 1` as `$y_change`
2017-01-04 15:10:21 +01:00
9165be4c1e Fix january bug 2017-01-04 15:05:20 +01:00
c15928bcc9 Parsing request language header 2017-01-01 15:49:21 +01:00
73d89b7d05 Adjust for future reset functionality 2016-12-30 19:51:38 +01:00
5dc13770b0 Simplify file_exists check 2016-12-30 19:51:25 +01:00
f06bc69d2b Fix december bug 2016-12-25 12:40:58 +01:00
777f084a39 Fix dockblocks and minor bugs 2016-12-22 21:16:05 +01:00
746130671b Test file before writing 2016-12-19 19:43:11 +01:00
cc0e737182 File/directory create permission test 2016-12-19 19:41:13 +01:00
111494c1cc Account extension 2016-12-19 19:41:03 +01:00
174d597682 Fix empty query route 2016-12-16 22:55:27 +01:00
67ad863a56 Php 7.1. fixes 2016-12-14 21:26:25 +01:00
441968f2fc Adding HoltWinter forecast 2016-12-11 09:42:13 +01:00