Hypolite Petovan
acaee626f5
Remove include/ requires that are now done directly from Composer
2 years ago
Hypolite Petovan
38109665c7
Various improvements/fixes
- Fix potential missing variable
- Improve replaceMacros doc
- Fix CSS value in smoothly
2 years ago
Michael
fb68b50139
Fix for exceptions on external redirects
2 years ago
Hypolite Petovan
f7c9ed5108
Add DB connection status check in Update::check
2 years ago
Michael
649228cd3d
More detailled HTTP error explanations
2 years ago
Michael
066a040cc7
Avoid duplicated contacts, improve contact deletion, avoid memory issues
2 years ago
Hypolite Petovan
458981f75c
Replace x() by isset(), !empty() or defaults()
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2 years ago
Hypolite Petovan
c964e193b9
Replace *.ini.php by *.config.php in comments
2 years ago
Hypolite Petovan
98d90e131d
Update install to generate config/local.config.php
2 years ago
Michael
88a4733e5f
Forgotten "use"
2 years ago
Michael
9271b21d51
Create a new GUID on user import
2 years ago
Michael
109204032c
Execute database update before post update is called
2 years ago
Michael
033bf65f2c
Some redesign
2 years ago
Michael
4a59a7ae7f
Logger is not needed anymore
2 years ago
Michael
e30d7cfc03
Add some hook to check if hook should be forked
2 years ago
Hypolite Petovan
8703fe4032
Accept data structure in Logger::devLog
2 years ago
Adam Magness
ffc406d819
normalise_link calls
implement normaliseLink function
2 years ago
Adam Magness
b73af72deb
deindent calls
implement function in new class
2 years ago
Adam Magness
b99925060a
autoname calls
implement getRandomName function
2 years ago
Philipp Holzer
8ad721988b
Refactoring identities to Model\User::identities
2 years ago
Adam Magness
301cdd23dc
coding standards
2 years ago
Adam Magness
dfd48596d3
Add use statement
add use for core class
2 years ago
Adam Magness
1d571a527b
Split text.php to L10n
move functions from text.php to L10n class
2 years ago
Philipp Holzer
6e10bdf361
Move random Digits to Crypto class
2 years ago
Michael
e759497af3
Fix small typo / Workerqueue count now only counts non deferred entries
2 years ago
Adam Magness
70f01d6c00
Template Engine and props to Renderer
move methods and props from App to Renderer
2 years ago
Philipp Holzer
2a0a7cd42a
Add missing Logger::log()
2 years ago
Adam Magness
3f74ba88c2
Move delimiter props and functions
move left and right delimiter functions and properties to Render class.
2 years ago
Adam Magness
35abc4bb64
get markup template
implement getMarkupTemplate function
2 years ago
Adam Magness
91facd2d0a
replace macros
implement new replaceMacros function
2 years ago
Philipp Holzer
bf878d2ebb
Adding more Logger entries in case of update process
2 years ago
Adam Magness
f6c86649c2
Create Core\Renderer Class
create new class and redirect old functions
2 years ago
Philipp Holzer
3f813d853b
introducing Logger::log
2 years ago
Philipp Holzer
e5530dfa63
refactoring query
2 years ago
Philipp Holzer
9690dfc54e
Renamed Cache flag
2 years ago
Philipp Holzer
270e817954
Adding force to update routine
- Introduced Cache::NEVER Lock (never expiring lock)
- Force flag for dbstructure update
- Moving the business logic to central place in Update class
2 years ago
Philipp Holzer
ffbad2dc81
moved check_db($via_worker) to Update::check($via_worker)
2 years ago
Philipp Holzer
87f3fe24f7
Moving UPDATE defines/constants out of boot
2 years ago
Philipp Holzer
4ae985e5ed
Setting update version & time on success
2 years ago
Philipp Holzer
f2ca3e5be4
Using Locks for Updating and writing last success to config
2 years ago
Philipp Holzer
e876adef8f
Moved the functions update_db and run_update_function to a Friendica\Core\Update class
2 years ago
Adam Magness
17ae53c9d7
Review Updates
create array, remove getConstants function, add self references.
2 years ago
Adam Magness
342e484533
Missing BaseObject
add use BaseObject
2 years ago
Adam Magness
50da89d861
Logger Levels
update logger levels in calls
2 years ago
Adam Magness
91ef9f238c
missing use and self
add use and self statements
2 years ago
Adam Magness
26fbe8dfba
Review Modifications
make changes based on review.
2 years ago
Adam Magness
7138cc97ac
Correct misspelling
correct misspelled use statement
2 years ago
Adam Magness
14fde5dc9b
Log function
implement log() function.
2 years ago
Adam Magness
d6d593d724
Create Logger class
Create Core\Logger class and point old functions to the new ones.
2 years ago
Philipp Holzer
cf39c9df81
Bugfixings
- moved testargs.php to util directory
- Switch Environment check before config at automatic install
- checkPHP() is now finding the PHP binary too
- Bugfixing checkPHP() & required returned wrong status
- removing not used $_POST['phpath'] in web installer
2 years ago