Commit Graph

767 Commits

Author SHA1 Message Date
d81626e9cb Update draft 2017-02-04 22:55:15 +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
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
695f1623b1 Fix json serialization 2017-01-22 21:04:31 +01:00
182ffcd6eb Implementing own file handler 2017-01-14 19:57:04 +01:00
777f084a39 Fix dockblocks and minor bugs 2016-12-22 21:16:05 +01:00
aa93894cc3 Fix sub directory caching 2016-12-08 13:54:14 +01:00
92c4efac34 Set sanitize string as const 2016-12-08 13:49:06 +01:00
a93a1c1653 Increase php version requirement 2016-12-07 20:57:51 +01:00
d6dd1a5a96 Prepare const visibility 2016-12-07 20:22:40 +01:00
cbc6205bf7 Type hint fixes/prep for null return type 2016-12-03 23:00:05 +01:00
ab5e11a242 Preparing for void return type 2016-12-03 21:59:21 +01:00
7b36dafa57 Fix session lock
Still needs improvment. Shouldn't be static!
2016-11-24 15:37:24 +01:00
3ec569fa9e Comments 2016-11-15 21:25:39 +01:00
8a68def05d Fix bugs for documentor 2016-11-15 11:46:23 +01:00
33631435b9 Added cache todo 2016-11-14 17:45:20 +01:00
d1f6921b20 Comment fixes 2016-11-07 17:38:18 +01:00
9bbdbcaf38 Fix docblocks 2016-11-06 22:22:58 +01:00
dc19c6eec5 Merge branch 'develop' of https://github.com/Orange-Management/phpOMS into develop 2016-11-06 14:42:36 +01:00
dcdce3efc2 Fix relation create and get 2016-11-05 21:47:18 +01:00
d783d68255 Adding cache extension
This makes it easier to identify the purpose and specify an editor for
modifications.
2016-10-31 12:03:01 +01:00
f051043421 Fix expire bug 2016-10-31 11:49:04 +01:00
dd04acdb59 Fixes #80 2016-10-31 10:14:25 +01:00
8c1e601bfd Fix file cache implementation 2016-10-31 09:33:08 +01:00
4f5da9b3db fixes #8
Not tested yet
2016-10-30 13:55:11 +01:00
9f872bfc14 Renaming database pool 2016-10-29 20:48:03 +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
1222d53dbc Bug fixes 2016-09-27 17:57:36 +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
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
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
fd7d6d06e5 Implement belongsTo 2016-08-31 20:11:18 +02:00
ca03e96fb9 Started to implement better exceptions 2016-08-28 16:57:49 +02:00
952cec0bf9 Fixed documentation 2016-08-28 16:36:02 +02:00
773d3a962f Fixed various errors 2016-08-28 11:20:12 +02:00
2b4d9ae7a5 Fixing test errors 2016-08-25 21:33:26 +02:00
51a016d228 Merge remote-tracking branch 'refs/remotes/origin/develop' into documentation
# Conflicts:
#	System/File/Local/File.php
2016-08-22 16:38:28 +02:00
87b62a3ed9 Formatting and spell checks 2016-08-21 21:39:12 +02:00
635ea38f7f Adjusting file/dir location 2016-08-21 20:08:21 +02:00
31667cb257 Added more comments 2016-08-21 19:15:42 +02:00
d7c2402504 Documentation update 2016-08-21 17:39:43 +02:00
a02f1cca5d PhpStorm autofix/format 2016-08-20 12:04:30 +02:00
aca0e8ff08 Fixed for documentor 2016-08-14 20:57:57 +02:00
449c88cc32 Remove random duplicate 2016-08-11 17:27:20 +02:00
2cd952750b Limit bug fix 2016-08-08 16:32:15 +02:00
0351533b05 Add limit to random result 2016-08-08 15:44:08 +02:00
2b2808ef4e Implementing random 2016-08-08 15:31:41 +02:00
8ca2f07108 Further cleanup
Todo: fix population for hasMany, hasOne, ownsOne
2016-08-08 15:01:49 +02:00
07b1264f90 Cleanup 2016-08-07 18:20:44 +02:00
31b25cd07f Fixed authentication 2016-07-21 21:03:17 +02:00
d2de70d356 Auto-format 2016-07-15 21:33:05 +02:00
1ad61d92fa This fixes #52 2016-07-14 19:34:14 +02:00
bb923a8701 Check relation mapper by isset 2016-07-14 19:28:25 +02:00
4e746ea66e Fix comments 2016-06-11 20:31:25 +02:00
54eb6a1ea3 Added minor support for rest requests 2016-06-11 19:20:14 +02:00
48b42be7a9 Media upload fixes and cleanup 2016-05-26 22:54:45 +02:00
5a854ce1c9 Fixing remaining static bugs 2016-05-14 16:22:25 +02:00
f18d9e953a Merge pull request #36 from Orange-Management/datamapper-static
Making datamapper static
2016-05-14 14:59:58 +02:00
bd1c082719 Finishing making datamapper static 2016-05-14 14:57:39 +02:00
3f28193dd5 Adding comment 2016-05-12 11:22:57 +02:00
9d7ed814d4 Change mapper from object to class 2016-05-12 10:54:43 +02:00
9530b27471 Static idea implemented
Not tested!
2016-05-12 09:54:43 +02:00
29707c4203 Formatting and bug fixes 2016-05-07 17:23:44 +02:00
277e360159 Formatting and new implementations 2016-05-06 23:39:33 +02:00
ce182bab92 Formatting & bug fixes 2016-05-05 11:27:16 +02:00
2e3c475a8f Unit test fixes 2016-04-24 20:48:51 +02:00
f673579340 PhpStorm fixes 2016-04-16 12:03:42 +02:00
669c3b7244 PhpStorm cleanup 2016-04-13 22:58:48 +02:00
16320978d3 Code base cleanup 2016-04-09 23:01:49 +02:00
4a127fd1ac Fixing remaining bugs for route-restructure 2016-04-09 10:44:12 +02:00
Scrutinizer Auto-Fixer
114ce12de8 Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2016-03-28 14:44:47 +00:00
f2b017a5b3 Cleanup and documentation 2016-03-28 11:20:47 +02:00
98ff5af05b Exception text fix. 2016-03-27 23:09:12 +02:00
7cc423281c More bug fixes 2016-03-27 23:08:58 +02:00
fd9480a34c Solving critical bugs 2016-03-27 21:44:01 +02:00
d1f6ba7f12 Typehint 2016-03-26 17:59:02 +01:00
cb9ee501d0 Formatting and namespace fixes 2016-03-26 14:59:09 +01:00
09ca1a5c08 Support header locking
Locking for http header. Throw exceptions. Socket shouldn't be affected
by this since these classes are http specific.
2016-03-19 12:20:44 +01:00
6020aba7a3 Reorder and pullout and cleanup
Much better but bugs are in here most likely as well needs serious
testing.
2016-03-09 23:15:23 +01:00
7801e34d82 Preparing for relation types 2016-03-05 19:41:07 +01:00
b354f4b369 Multi-extend implemented
Not yet tested.
2016-02-28 09:16:17 +01:00
aa1346e9b4 Check for member existence 2016-02-14 23:09:57 +01:00
ba8a36043c Fixing hasOne bugs 2016-02-13 20:03:46 +01:00
1535d8fdbe Cleanup 2016-02-12 12:16:16 +01:00
a22bc5d3a0 Supporting hasOne. 2016-02-11 21:11:54 +01:00
e02de0b5a4 Relations create+formatting 2016-02-06 18:20:23 +01:00
c2d3672803 Type fix 2016-02-04 21:10:27 +01:00
23e6f36e1a Support serializable member variables 2016-02-01 21:05:10 +01:00
cef8d11e10 Unit test fixes 2016-01-29 19:08:14 +01:00
9350e90e0c Fix DataMapper and Grammar bugs for relations 2016-01-28 20:42:22 +01:00
97687422eb Remove namespace from scalar 2016-01-23 10:17:34 +01:00
d796cc05e1 Unit test fixes 2016-01-20 21:37:02 +01:00
4c9fca4f62 Preparing newest for more functionality 2016-01-17 20:36:21 +01:00
d4321df72f Implementing has many selects and inserts 2016-01-17 18:29:51 +01:00
009d07ec76 Potential type validation/parameter binding 2016-01-17 16:09:48 +01:00
1a1f5ef7d7 Change cache manager to cache pool 2016-01-17 16:08:51 +01:00
0b9c78144c Unit test fixes 2016-01-16 19:21:30 +01:00
5405c6e1ea Preparing for schema query suppory 2016-01-10 14:15:00 +01:00
309641f6fe Accessibility check fix 2016-01-09 19:45:58 +01:00
c23d515173 Documentation 2016-01-02 21:15:37 +01:00
d53cb93b79 Data mapper cleanup and join/update preparation 2016-01-01 10:30:41 +01:00
5365e39fc2 Basic cookie jar implementation 2015-12-30 23:43:24 +01:00
1914939094 Moving session save into the destructor. Save not possible after sending headers 2015-12-27 18:45:35 +01:00
1abd8c271a Fixing csrf generation process 2015-12-27 11:48:07 +01:00
66e7eb03a6 Creating CSRF token 2015-12-27 11:45:48 +01:00
d2c35c5bce Implementing relational mapping test 2015-12-22 18:14:53 +01:00
e247c6a627 Fixing minor bugs for insert, such as accessibility and query building in loops. 2015-12-20 22:28:40 +01:00
7de136815a Init 2015-11-29 22:03:06 +01:00