a38209db1e
Changed: - added a final check on $link_item, as it might not be initialized or no record was found, thanks to @AlfredSK for reporting this - see #11632
Roland Häder
2022-07-13 22:04:16 +02:00
59a1ba4fae
Merge pull request #11733 from Quix0r/fixes/returned-type-hint
Philipp
2022-07-13 21:14:28 +02:00
4cb5cadba8
Added returned type-int "int"
Roland Häder
2022-07-13 21:09:49 +02:00
74c5c66cb5
Add docs
Philipp
2022-07-13 00:27:39 +02:00
d74e57ef2c
include suggested changes
Philipp
2022-07-13 00:23:12 +02:00
6ef609f4fb
Add dbview.config.php for vfs directory mocking
Philipp
2022-07-12 23:46:21 +02:00
41803cb731
Fix tests
Philipp
2022-07-12 23:30:29 +02:00
a910fd8864
Split DBStructure & View to avoid DB-calls and dependencies for basic operations - new "Definition" classes vor DB and Views - new "Writer" classes to create SQL definitions for DB and Views - DBStructure & View are responsible to execute DB-querys
Philipp
2022-07-12 23:21:16 +02:00
34f2b2f558
Add the right exceptions for BaseUrl::redirect and respect them when catching exceptions at the Trust page
Philipp
2022-07-07 21:47:39 +02:00
e4a83eafb8
Add a lot of log-points
Philipp
2022-07-07 21:33:41 +02:00
bf809c9d57
Fixed: > TypeError: "Argument 2 passed to Friendica\Protocol\ActivityPub\Transmitter::sendContactReject() > must be of the type int, string given
Roland Häder
2022-07-06 05:41:48 +02:00
7b55f93027
Merge pull request #11709 from Quix0r/fixes/type-error-null-uri-id
Philipp
2022-07-05 19:38:18 +02:00
4875524101
Fixed: - added exception to prevent TypeError because of missing uri-id entry - maybe fixes#11708
Roland Häder
2022-07-05 18:51:29 +02:00
cc75eb5d18
Improved server detection
Michael
2022-07-05 05:04:05 +00:00
ba33c95e97
Fixes: "Argument 1 passed to Friendica\Content\Text\BBCode::toPlaintext() must be of the type string, null given, called in /var/www/.../htdocs/mod/display.php on line 305"
Roland Häder
2022-07-03 14:43:45 +02:00
90b0b33687
Changed double-quotes to single
Roland Häder
2022-06-30 17:43:22 +02:00
1ee0e6f711
Changes: - no NULL anymore for 2nd parameter OEmbed::toHTML() - some double-quotes to single
Roland Häder
2022-06-30 15:02:37 +02:00
6186aac792
Fixed type-hints
Roland Häder
2022-06-30 14:58:36 +02:00
99902bb478
Changes - ops, also this needs change since null is no longer wanted
Roland Häder
2022-06-30 14:52:14 +02:00
5c0e8c62de
Changes - renamed Widget::accounttypes() to Widget::accountTypes() - fixed type-hint the documentation was wrong
Roland Häder
2022-06-30 14:49:51 +02:00
83cbe586ac
Changes - renamed Item::visibleActivity() to Item::isVisibleActivity() as this returns a boolean value - added some type-hints - added some documentation
Roland Häder
2022-06-30 14:16:30 +02:00
e33f5612ab
Changes: - added some type-hints - added some documentation - changed some double-quotes to single
Roland Häder
2022-06-27 12:09:31 +02:00
a392a22eee
Changes: - added some type-hints - fixed some documentation (void is lately returned, not null) - added some documentation
Roland Häder
2022-06-27 11:39:26 +02:00
703ba1439b
Some empty lines
Roland Häder
2022-06-27 01:16:35 +02:00
98bc5216ef
A bit more documentation
Roland Häder
2022-06-26 15:57:09 +02:00
9871e9718e
Changes: - added some type-hints
Roland Häder
2022-06-26 15:14:51 +02:00
6c5acf9ee0
Fixed: - "Argument 3 passed to Friendica\Model\Photo::createPhotoForExternalResource() must be of the type string, null given
Roland Häder
2022-06-21 18:54:21 +02:00
ff9707713b
Fixed: - Friendica\Content\BoundariesPager::renderFull(int $itemCount) must be compatible with Friendica\Content\Pager::renderFull(int $itemCount): string
Roland Häder
2022-06-21 18:51:27 +02:00
8e19998191
Fixes: - more "bool expected but null returned" errors
Roland Häder
2022-06-27 13:49:26 +02:00
7c049abfda
Fixed: - Contact/User::isBlocked() needs to return boolean, but sometimes (strangely) a NULL can come from database, so let's cast it
Roland Häder
2022-06-27 11:37:34 +02:00
4bdce6948f
Changed: - $publicContact['about'] can be NULL, causing following error: -------------------------- Argument 1 passed to Friendica\Content\Text\BBCode::toPlaintext() must be of the type string, null given, called in /.../src/Object/Api/Twitter/User.php -------------------------- The "expensive" code there can be avoided being called by an empty string or NULL to increase performance.
Roland Häder
2022-06-26 23:18:05 +02:00
804b759df1
Changes: - let's get rid of that Database::exists() is being misused for checking table existence - reformatted array
Roland Häder
2022-06-24 05:47:53 +02:00
f689faca99
Changed double-quotes to single
Roland Häder
2022-06-24 05:27:33 +02:00
88870d18be
Changes: - added some type-hints - added documentation
Roland Häder
2022-06-24 04:42:35 +02:00
39675fe683
Space for the rescue. ;-)
Roland Häder
2022-06-24 03:44:52 +02:00
b0693c1ad7
Reformatted array
Roland Häder
2022-06-24 03:24:51 +02:00
f12cc9648e
Changes: - added some type-hints - changed some double-quotes to single
Roland Häder
2022-06-24 03:01:13 +02:00
9069abbb30
Changed doubled-quotes to single
Roland Häder
2022-06-23 01:46:37 +02:00
8446de2aa6
Merge pull request #11685 from MrPetovan/bug/11638-gserver_site_name-length
Michael Vogel
2022-06-25 12:39:06 +02:00