Philipp Holzer
8c3aebc376
Bugfixings in Config
...
- replaced usage of "!<unset>!" with null-returns
- fixed bool settings (0/1)
- fixed overriding config-values
- fixed basepath problems
4 years ago
Michael
08d92d7ad8
Automatically adding mentions in the network stream hadn't really worked
4 years ago
Michael
7810227040
Reverted test stuff
4 years ago
Michael
3450f12cba
Changed log calls
4 years ago
Michael
886da50474
Issue 6679: Quick fix
4 years ago
Philipp Holzer
466f7a0ee5
adding test
4 years ago
Philipp Holzer
107293bd61
Fixing rendertime
4 years ago
Michael
4facd1dfdb
Avoid memory issue in exception
4 years ago
Roland Häder
9fa812b35d
Rewrites:
...
- converted single-line if() block to multi-line and with curly braces
- "imported" SPL classes to have unified code style
- always initialize your variables ... :-/
- added some empty lines/spaces for better readability
Signed-off-by: Roland Häder <roland@mxchange.org>
4 years ago
Philipp Holzer
c2176aad36
bugfix
4 years ago
Philipp Holzer
5127a113aa
set config_loaded with uid
4 years ago
Philipp Holzer
1194e9b41e
set config_loaded with uid
4 years ago
Philipp Holzer
5157084969
negative set
4 years ago
Philipp Holzer
2fc81898da
Preload Adapter Fix
4 years ago
Philipp Holzer
f536107911
Fixing value check for configuration
4 years ago
Philipp Holzer
86aaa6565e
Fixing saveLog()
4 years ago
Philipp Holzer
a3d6062476
check if value is set
...
get basepath with config instead cache
4 years ago
Philipp Holzer
95deff1685
use cache for basepath
4 years ago
Philipp Holzer
218e41a818
Bugfixing index.php
4 years ago
Philipp Holzer
5e5c39b0e1
Refactored DependencyFactory for Profiler
4 years ago
Philipp Holzer
cdcf1667d7
Adding DependencyFactory
4 years ago
Philipp Holzer
0a318925a4
bugfixing adapter get() in case of no connection
4 years ago
Philipp Holzer
ad1254c49c
performance improvement in case of db-load
4 years ago
Philipp Holzer
e1d9d67632
renamed Logger::setLogger() to Logger::init()
4 years ago
Philipp Holzer
80f1feabe5
Refactoring Logging to use Configuration
4 years ago
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
4 years ago
Michael
a1a1367d6e
Added function description
4 years ago
Michael
061d959e7f
Code cleanup
4 years ago
rabuzarus
c59ba94648
fix magic links for item mentions
4 years ago
Philipp Holzer
c36a0eabdb
fixing reset()
4 years ago
Michael
01d6ba85ff
The number of workers per priority is now calculated dynamically
4 years ago
Philipp Holzer
d87a6e5a67
fixed line intends
4 years ago
Philipp Holzer
3d07774509
removed wrong log-output
4 years ago
Philipp Holzer
a3b9a8fe61
Excluding Profiler from Loglines (better using the class above)
4 years ago
Philipp Holzer
88fd871844
refactoring & test fixing
4 years ago
Philipp Holzer
6d73dcbe3d
Adding composer & tests
4 years ago
Philipp Holzer
0a7861da65
Dependency of callstack moved one layer up
4 years ago
Philipp Holzer
5e6e1a8025
Introducing Profiler
4 years ago
Philipp Holzer
11a7f97fe7
friendica-6667 Installer needs to check fileinfo module
4 years ago
Michael
0845089a0f
New scheduler mechanism
4 years ago
Hypolite Petovan
d7dbc632f8
Improved comment hiding interaction
...
- Remove global window.showMore and window.showFewer
- Improve global showHideComments function
- Remove frio-specific showHideComments function
4 years ago
Philipp Holzer
b321ef776d
added type-hint
4 years ago
Philipp Holzer
347d959f25
fixing #6652 Manual installer bricked
4 years ago
Michael
ca529d9de7
The process id is currently not supported.
4 years ago
Michael
e20a675953
The setting "worker_fetch_limit" now only has an impact on high priority processes
4 years ago
Michael
ca7ceb6fe2
We should return something ;-)
4 years ago
Michael
d4baa25349
New configuration to disable the automatic mentions removal
4 years ago
Hypolite Petovan
63f083f6fb
Include new lines in implicit mention regular expression
4 years ago
Michael
73ecf2100e
Indentions
4 years ago
Michael
44ac0275ab
Issue 6603: Events are now fetchable via AP
4 years ago