Commit graph

594 commits

Author SHA1 Message Date
Philipp 9e2a167aed
Fix boolean value 2019-03-14 22:59:30 +01:00
Philipp Holzer 266001f683
Refactor installer 2019-03-14 10:00:05 +01:00
Philipp Holzer 505d8c18d0
Move AppMode 2019-03-14 02:36:49 +01:00
fabrixxm d8e508567b
Fix typo and Notice
Fix
 
> PHP Notice: Undefined index: charset in src/Core/Config/Cache/ConfigCacheLoader.php on line 131
2019-03-08 16:41:16 +01:00
Jeroen De Meerleer df983af8b6 code style 2019-03-07 13:12:42 +01:00
Jeroen De Meerleer ea447fe3a5 Fixed notifications order 2019-03-07 13:10:48 +01:00
Hypolite Petovan 3c80d37b9b
Merge pull request #6803 from nupplaphil/feature/StreamLogger
Adding StreamLogger & ProfilerLogger
2019-03-04 05:49:09 -05:00
Hypolite Petovan 8d31e7ab6e
Merge pull request #6802 from nupplaphil/task/readmes
Adding READMEs to directories
2019-03-03 16:01:50 -05:00
Philipp Holzer 9df75ef9a9
Adding REAMDEs to directories 2019-03-03 15:05:35 +01:00
Philipp Holzer 57bfc75a0c
Moving Profiling to class 2019-03-03 14:32:52 +01:00
Philipp Holzer 247aea90d2
bugfix - mixed fields with condition 2019-03-03 13:59:22 +01:00
Philipp Holzer 7db9cd5973
code lisibility & filter optimization 2019-03-01 17:15:34 +01:00
Philipp Holzer 4ea39a7919
Replace "q" calls 2019-03-01 12:42:20 +01:00
Philipp Holzer 5c36bdf4c5
Replace "q" calls 2019-03-01 12:35:59 +01:00
Michael Vogel c4aecd6248
Revert "New scheduler mechanism for the worker" 2019-02-21 21:54:36 +01:00
Hypolite Petovan 9f8a603e1e
Merge pull request #6681 from annando/worker-scheduler
New scheduler mechanism for the worker
2019-02-21 15:44:48 -05:00
Michael 7810227040 Reverted test stuff 2019-02-21 19:34:12 +00:00
Michael 3450f12cba Changed log calls 2019-02-21 19:32:31 +00:00
Philipp Holzer c2176aad36
bugfix 2019-02-18 14:45:24 +01:00
Philipp Holzer 5127a113aa
set config_loaded with uid 2019-02-18 14:40:35 +01:00
Philipp Holzer 1194e9b41e
set config_loaded with uid 2019-02-18 14:34:30 +01:00
Philipp Holzer 5157084969
negative set 2019-02-18 14:10:04 +01:00
Philipp Holzer 2fc81898da
Preload Adapter Fix 2019-02-18 14:02:09 +01:00
Philipp Holzer f536107911
Fixing value check for configuration 2019-02-18 11:29:51 +01:00
Philipp Holzer 86aaa6565e
Fixing saveLog() 2019-02-18 11:29:51 +01:00
Philipp Holzer a3d6062476
check if value is set
get basepath with config instead cache
2019-02-18 11:29:42 +01:00
Hypolite Petovan 256e845c5d
Merge pull request #6641 from nupplaphil/config_followup
Config FollowUp
2019-02-17 17:56:31 -05:00
Philipp Holzer 0a318925a4
bugfixing adapter get() in case of no connection 2019-02-17 20:44:14 +01:00
Philipp Holzer ad1254c49c
performance improvement in case of db-load 2019-02-17 20:44:14 +01:00
Philipp Holzer e1d9d67632
renamed Logger::setLogger() to Logger::init() 2019-02-17 20:44:08 +01:00
Philipp Holzer 80f1feabe5
Refactoring Logging to use Configuration 2019-02-17 20:43:52 +01:00
Philipp Holzer eafcf3592d
Config FollowUp
- New Configuration (Config is now only holding the instance)
- New PConfiguration (PConfig is now only holding the instance)

- Config & PConfig-Adapter don't need "ConfigCache" anymore

- DB-Connection is now outside App->reload() for better dependency-chaining
2019-02-17 20:40:27 +01:00
Michael a1a1367d6e Added function description 2019-02-17 19:20:24 +00:00
Michael 061d959e7f Code cleanup 2019-02-17 18:55:17 +00:00
Michael 01d6ba85ff The number of workers per priority is now calculated dynamically 2019-02-17 03:22:29 +00:00
Philipp Holzer d87a6e5a67
fixed line intends 2019-02-17 02:09:39 +01:00
Philipp Holzer 88fd871844
refactoring & test fixing 2019-02-17 01:18:21 +01:00
Philipp Holzer 0a7861da65
Dependency of callstack moved one layer up 2019-02-16 23:17:10 +01:00
Philipp Holzer 5e6e1a8025
Introducing Profiler 2019-02-16 23:11:30 +01:00
Philipp Holzer 11a7f97fe7
friendica-6667 Installer needs to check fileinfo module 2019-02-16 22:17:34 +01:00
Michael 0845089a0f New scheduler mechanism 2019-02-16 15:03:37 +00:00
Philipp Holzer b321ef776d
added type-hint 2019-02-14 17:54:34 +01:00
Philipp Holzer 347d959f25
fixing #6652 Manual installer bricked 2019-02-14 17:44:17 +01:00
Michael ca529d9de7 The process id is currently not supported. 2019-02-14 13:30:41 +00:00
Michael e20a675953 The setting "worker_fetch_limit" now only has an impact on high priority processes 2019-02-14 06:53:04 +00:00
Michael f6e8246e75 Ensure that "strtotime" returns the correct timestamp 2019-02-12 06:42:45 +00:00
Hypolite Petovan 5cf5f33a1c
Merge pull request #6640 from annando/worker-stats
Fix worker statistics
2019-02-11 22:00:55 -05:00
Michael 742b472994 Fix: Workerqueue processes had been killed too early 2019-02-11 22:39:59 +00:00
Hypolite Petovan d6a82c6c2d
Merge pull request #6638 from Ixiter/develop-markdown-anchors
ACL network - fixed preselected acl items
2019-02-11 07:23:32 -05:00
Peter Liebetrau 3dede5dbd2 ACL network - fixed preselected acl items 2019-02-11 10:00:42 +01:00