Adam Magness
a09273802e
Misspelling in use statement
...
misspelled Friendica
2018-10-31 13:42:38 -04:00
Adam Magness
70f01d6c00
Template Engine and props to Renderer
...
move methods and props from App to Renderer
2018-10-31 13:25:38 -04:00
Tobias Diekershoff
a9416330fe
Merge pull request #6054 from nupplaphil/lock_logger
...
Add missing Logger::log()
2018-10-31 18:04:07 +01:00
Philipp Holzer
2a0a7cd42a
Add missing Logger::log()
2018-10-31 17:52:41 +01:00
Adam Magness
3f74ba88c2
Move delimiter props and functions
...
move left and right delimiter functions and properties to Render class.
2018-10-31 12:12:15 -04:00
Hypolite Petovan
50ba028094
Merge pull request #5830 from nupplaphil/update_from_boot
...
update_db & run_update_function to Friendica\Core\Update
2018-10-31 11:13:59 -04:00
Adam Magness
93ccd7bcdb
Remove old functions
...
remove old functions from file.
2018-10-31 11:02:30 -04:00
Adam Magness
35abc4bb64
get markup template
...
implement getMarkupTemplate function
2018-10-31 10:44:06 -04:00
Adam Magness
91facd2d0a
replace macros
...
implement new replaceMacros function
2018-10-31 10:35:50 -04:00
Philipp Holzer
bf878d2ebb
Adding more Logger entries in case of update process
2018-10-31 15:22:44 +01:00
Adam Magness
f6c86649c2
Create Core\Renderer Class
...
create new class and redirect old functions
2018-10-31 10:03:42 -04:00
Philipp Holzer
3f813d853b
introducing Logger::log
2018-10-31 14:48:19 +01:00
Philipp Holzer
e5530dfa63
refactoring query
2018-10-31 14:44:43 +01:00
Philipp Holzer
9690dfc54e
Renamed Cache flag
2018-10-31 14:44:42 +01:00
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
2018-10-31 14:44:40 +01:00
Philipp Holzer
f2ec963b95
removed update db functions again
2018-10-31 14:44:24 +01:00
Philipp Holzer
f08f063a38
Replaced check_db in App
2018-10-31 14:44:24 +01:00
Philipp Holzer
ffbad2dc81
moved check_db($via_worker) to Update::check($via_worker)
2018-10-31 14:44:23 +01:00
Philipp Holzer
87f3fe24f7
Moving UPDATE defines/constants out of boot
2018-10-31 14:44:23 +01:00
Philipp Holzer
4ae985e5ed
Setting update version & time on success
2018-10-31 14:44:23 +01:00
Philipp Holzer
26aee23254
Replacing dbupdate_ in admin.php and removing it from Worker\DBUpdate
2018-10-31 14:44:22 +01:00
Philipp Holzer
f2ca3e5be4
Using Locks for Updating and writing last success to config
2018-10-31 14:44:22 +01:00
Philipp Holzer
e876adef8f
Moved the functions update_db and run_update_function to a Friendica\Core\Update class
2018-10-31 14:44:21 +01:00
Hypolite Petovan
c6ce9ddaa4
Merge pull request #6051 from nupplaphil/friendica-6047
...
Test Mocking - Bugfixing & Enhancement
2018-10-31 09:15:26 -04:00
Hypolite Petovan
fed444de17
Merge pull request #6048 from zeroadam/FileTag
...
Split include/text.php to Model/FileTag class
2018-10-31 09:08:14 -04:00
Hypolite Petovan
f8ef92f84a
Merge pull request #6052 from rabuzarus/20181030_-_frio_fix_link_highlight
...
Frio - on mobiles the links in the thread will always have the link color (disabling thread hover effect)
2018-10-31 09:04:17 -04:00
Hypolite Petovan
11a1c80877
Merge pull request #6050 from tobiasd/20181031-msg
...
regen master messages.po
2018-10-31 09:02:33 -04:00
Hypolite Petovan
edf11533c0
Merge pull request #6049 from tobiasd/20181031-de
...
DE translation THX vinz
2018-10-31 09:02:09 -04:00
Philipp Holzer
764e1a3cb6
Fixing issue L10n::t()
2018-10-31 12:37:52 +01:00
Philipp Holzer
d75cc0cb34
Bugfixing executable (Mocking the executable)
2018-10-31 12:37:47 +01:00
Adam Magness
02be1d316d
Documentation
...
add proper documentation.
2018-10-31 07:32:22 -04:00
Philipp Holzer
92d3d77e76
Bufixing environment specific assertion problem
2018-10-31 11:03:15 +01:00
Philipp Holzer
70e240691e
Moved Mocking usage
...
Adding more documentation
2018-10-31 10:39:50 +01:00
rabuzarus
d02f940811
Frio - some cleanups for default.php
2018-10-31 10:22:32 +01:00
Philipp Holzer
551efde226
removed unnecessary use
2018-10-31 10:19:33 +01:00
Philipp Holzer
0e22c18a9d
Bugfixing & Enhancement
...
- Added Mocking Engine for App, DBA, Config
- Using Mocking Engine for AutomaticInstallationConsoleTest
- Using Mocking Engine for ConfigConsoleTest
- Removing MultiUserConsole - Workaround
2018-10-31 10:16:15 +01:00
rabuzarus
bfe59b4054
Frio - on mobiles the links in thread will always have the link color (disabling thread hover effect)
2018-10-31 10:14:02 +01:00
rabuzarus
ec9f22de92
Frio - add desktop or mobile view class to the html body
2018-10-31 10:07:51 +01:00
Tobias Diekershoff
16ca49ebdd
regen master messages.po
2018-10-31 09:46:40 +01:00
Tobias Diekershoff
423b831f84
DE translation THX vinz
2018-10-31 09:36:49 +01:00
Adam Magness
d9b558a8ed
Update function calls
...
update function calls to new class.
2018-10-30 14:51:45 -04:00
Adam Magness
3a604029eb
Create FileTag class
...
create class and move functions
2018-10-30 14:51:21 -04:00
Michael
f7f96e971a
Avoid duplicated delivery to Diaspora
2018-10-30 17:34:18 +00:00
Hypolite Petovan
2f28c2ebbf
Merge pull request #6046 from zeroadam/CoreLogger
...
Split functions from text.php to new Logger class
2018-10-30 12:32:33 -04:00
Adam Magness
c3ee9afa59
Bug fix
...
update Logger::DEBUG to Core\Logger::
2018-10-30 11:43:27 -04:00
Adam Magness
17ae53c9d7
Review Updates
...
create array, remove getConstants function, add self references.
2018-10-30 11:40:11 -04:00
Adam Magness
342e484533
Missing BaseObject
...
add use BaseObject
2018-10-30 10:02:52 -04:00
Adam Magness
50da89d861
Logger Levels
...
update logger levels in calls
2018-10-30 09:58:45 -04:00
Adam Magness
91ef9f238c
missing use and self
...
add use and self statements
2018-10-30 09:57:14 -04:00
Adam Magness
26fbe8dfba
Review Modifications
...
make changes based on review.
2018-10-30 09:57:14 -04:00