Commit Graph

435 Commits

Author SHA1 Message Date
dcdce3efc2 Fix relation create and get 2016-11-05 21:47:18 +01:00
7d3620c4f4 fixes #48 #37 2016-10-30 18:58:36 +01:00
0deb040847 Reduce redundant assignments 2016-10-30 17:29:31 +01:00
4f5da9b3db fixes #8
Not tested yet
2016-10-30 13:55:11 +01:00
b7dc0392cc Fixing draft typos 2016-10-30 13:28:00 +01:00
fedf08f31c Create comment 2016-10-29 22:04:12 +02:00
9f872bfc14 Renaming database pool 2016-10-29 20:48:03 +02:00
2f3b982ca2 Fixing implementation differences 2016-10-29 20:47:51 +02:00
6b25cd2df7 Implement file cache
also updating interfaces and pool to match the database pool. This is
now designed based on a real use case instead of some untested idea.
2016-10-29 20:47:26 +02:00
a9bb3ae75c Naming fix 2016-10-25 20:42:19 +02:00
808e3e4288 Fixing comments and implementation 2016-10-25 20:29:13 +02:00
7898a31c41 Standardizing
Matching static and object calls.
Adding some public helper calls.
2016-10-25 20:20:38 +02:00
a225921e75 Create comments and adjustments
These changes require changes in the File and Directory class.
2016-10-25 14:47:10 +02:00
3500b18997 Comments and storage adjustmets 2016-10-24 22:25:34 +02:00
3631e4918f Add comments 2016-10-24 20:47:29 +02:00
95a38e5e6d Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	Math/Matrix/Matrix.php
2016-10-22 22:45:17 +02:00
0d667e4712 Fix bitwise opperator 2016-10-22 22:43:33 +02:00
68051600a3 Matrix fixes 2016-10-22 22:43:15 +02:00
81d20b1d3f File reminder 2016-10-22 22:43:06 +02:00
0dbbc40a62 Draft genetic algorithm interface 2016-10-20 10:02:28 +02:00
028d1ae887 Move gaussian algorithm to matrix 2016-10-20 10:02:28 +02:00
34ffc44353 Bug fix if no file logging is required 2016-10-16 22:42:20 +02:00
4640872d7e Drafting 2016-10-16 22:42:01 +02:00
e47ece41af Implement circular absolute position 2016-10-08 21:07:48 +02:00
22d6040dca Implementing more usefull functions 2016-10-08 21:01:02 +02:00
f9214d65ec Passing path 2016-10-08 21:01:02 +02:00
d3200d5ac0 Adding query delim 2016-10-05 16:13:44 +02:00
dd6016bcbd Adding group status 2016-10-02 12:06:19 +02:00
f8f2582d2e Fixing loranz kurve 2016-09-28 08:15:44 +02:00
1222d53dbc Bug fixes 2016-09-27 17:57:36 +02:00
0491883aad Collection further implemented 2016-09-27 17:57:31 +02:00
4d50d8eb30 Lorenz implemented 2016-09-27 17:57:17 +02:00
ff768e182f Added array sum 2016-09-22 19:05:33 +02:00
9cd45355cf Add get name by value 2016-09-15 21:01:03 +02:00
2347f3fb29 Fixing empty query bug 2016-09-15 17:49:31 +02:00
d6126b1ffc Add query parameters to uriFactory 2016-09-15 17:47:50 +02:00
9c708c921f Implement query route support 2016-09-15 17:09:36 +02:00
f5be923097 Fixing js -> php porting bugs 2016-09-15 17:00:46 +02:00
15c4eca1f9 Match urifactory of javascript impl. 2016-09-15 14:22:53 +02:00
42c403a60c Added filtered array sum
Implement more like this for key value pairs.
2016-09-14 18:06:26 +02:00
80a659d21a Added datetime functionality 2016-09-14 18:06:05 +02:00
bc217f5490 Implementing raw query+execute 2016-09-14 18:05:55 +02:00
7307860d07 Fixing sqlsrv connection 2016-09-14 09:02:48 +02:00
cb170e3229 Extending view
This way no GenericView should be required.
2016-09-12 15:46:55 +02:00
40ce6cbd05 More collection implementations 2016-09-11 22:47:25 +02:00
c55dfde626 Commenting 2016-09-11 22:47:05 +02:00
dbb7ac5b02 value, werhe and raw to builder 2016-09-11 19:59:51 +02:00
0d686243be Implement where clause placeholder 2016-09-09 18:22:32 +02:00
f16fccb275 Fix trim bug 2016-09-09 18:22:23 +02:00
14d4061beb Fixes during secondary app dev
While working on another app some bugs came up that are related to the
way the framework is included and working in combination with the app.
These changes make it more general purpose friendly.
2016-09-07 20:54:28 +02:00