]> git.mxchange.org Git - friendica.git/log
friendica.git
2 years agoDebug code removed
Michael [Sat, 3 Dec 2022 15:37:40 +0000 (15:37 +0000)]
Debug code removed

2 years agoIssue 11553: Reliably return the user's contacts
Michael [Sat, 3 Dec 2022 13:49:29 +0000 (13:49 +0000)]
Issue 11553: Reliably return the user's contacts

2 years agoMerge pull request #12316 from VVelox/load_fix
Hypolite Petovan [Sat, 3 Dec 2022 10:38:55 +0000 (05:38 -0500)]
Merge pull request #12316 from VVelox/load_fix

get the load average in a portable manner

2 years agonow with g
Zane C. Bowers-Hadley [Sat, 3 Dec 2022 10:34:17 +0000 (04:34 -0600)]
now with g

2 years agoderp, minor fix
Zane C. Bowers-Hadley [Sat, 3 Dec 2022 10:31:04 +0000 (04:31 -0600)]
derp, minor fix

2 years agoMerge pull request #12315 from MrPetovan/bug/12163-frio-group-display
Michael Vogel [Sat, 3 Dec 2022 10:28:54 +0000 (11:28 +0100)]
Merge pull request #12315 from MrPetovan/bug/12163-frio-group-display

Ward against empty template variable in frio:contact/entry.tpl

2 years agoMerge pull request #12310 from MrPetovan/bug/deprecated
Michael Vogel [Sat, 3 Dec 2022 10:26:10 +0000 (11:26 +0100)]
Merge pull request #12310 from MrPetovan/bug/deprecated

Address a couple PHP 8.1 deprecation notices

2 years agoget the load average in a portable manner
Zane C. Bowers-Hadley [Sat, 3 Dec 2022 10:24:49 +0000 (04:24 -0600)]
get the load average in a portable manner

2 years agoWard against preg_replace_callback null return value in Strings::performWithEscapedBlocks
Hypolite Petovan [Fri, 2 Dec 2022 13:10:16 +0000 (08:10 -0500)]
Ward against preg_replace_callback null return value in Strings::performWithEscapedBlocks

- Add logging to troubleshoot potential issue with regex
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1335124938

2 years agoEnsure null values aren't processed in Content\Text\Markdown::toBBCode
Hypolite Petovan [Fri, 2 Dec 2022 12:48:44 +0000 (07:48 -0500)]
Ensure null values aren't processed in Content\Text\Markdown::toBBCode

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1335124938

2 years agoWard against empty template variable in frio:contact/entry.tpl
Hypolite Petovan [Sat, 3 Dec 2022 09:17:54 +0000 (04:17 -0500)]
Ward against empty template variable in frio:contact/entry.tpl

2 years agoMerge pull request #12314 from annando/issue-12302
Hypolite Petovan [Sat, 3 Dec 2022 07:55:34 +0000 (02:55 -0500)]
Merge pull request #12314 from annando/issue-12302

Issue 12302: Remote self is working again

2 years agoIssue 12302: Remote self is working again
Michael [Sat, 3 Dec 2022 07:15:29 +0000 (07:15 +0000)]
Issue 12302: Remote self is working again

2 years agoMerge pull request #12311 from matthiasmoritz/event-details-do-not-render-correctly...
Hypolite Petovan [Fri, 2 Dec 2022 20:43:19 +0000 (15:43 -0500)]
Merge pull request #12311 from matthiasmoritz/event-details-do-not-render-correctly-#12308

Event details do not render correctly

2 years agoMerge branch 'event-details-do-not-render-correctly-#12308' of https://github.com...
Matthias Moritz [Fri, 2 Dec 2022 20:01:20 +0000 (21:01 +0100)]
Merge branch 'event-details-do-not-render-correctly-#12308' of https://github.com/matthiasmoritz/friendica into event-details-do-not-render-correctly-#12308

2 years agoUpdate Event.php
Matthias Moritz [Fri, 2 Dec 2022 19:59:24 +0000 (20:59 +0100)]
Update Event.php

2 years agoMerge branch 'friendica:develop' into event-details-do-not-render-correctly-#12308
Matthias Moritz [Fri, 2 Dec 2022 19:42:58 +0000 (20:42 +0100)]
Merge branch 'friendica:develop' into event-details-do-not-render-correctly-#12308

2 years agoUpdate Event.php
Matthias Moritz [Fri, 2 Dec 2022 19:42:16 +0000 (20:42 +0100)]
Update Event.php

fixing double encoding issue in event view.

fixes #12308

2 years agoMerge pull request #12309 from MrPetovan/bug/warnings
Philipp [Fri, 2 Dec 2022 13:35:13 +0000 (14:35 +0100)]
Merge pull request #12309 from MrPetovan/bug/warnings

Ward against missing hidewall key in profile array in Model\Profile::getVCardHTML

2 years agoWard against missing hidewall key in profile array in Model\Profile::getVCardHTML
Hypolite Petovan [Fri, 2 Dec 2022 13:14:35 +0000 (08:14 -0500)]
Ward against missing hidewall key in profile array in Model\Profile::getVCardHTML

- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1335124938
- Add logging to troubleshoot unexpected case

2 years agoMerge pull request #12250 from MrPetovan/task/4090-move-mod-photos
Philipp [Thu, 1 Dec 2022 23:06:36 +0000 (00:06 +0100)]
Merge pull request #12250 from MrPetovan/task/4090-move-mod-photos

Move missing POST part of Profile\Photos\Index from mod/photos

2 years agoUpdated main translation file after moving strings
Hypolite Petovan [Wed, 23 Nov 2022 21:03:38 +0000 (16:03 -0500)]
Updated main translation file after moving strings

2 years agoMove missing POST part of Profile\Photos from mod/photos
Hypolite Petovan [Wed, 23 Nov 2022 19:08:58 +0000 (14:08 -0500)]
Move missing POST part of Profile\Photos from mod/photos

2 years agoMerge pull request #12227 from matthiasmoritz/public_calendar
Philipp [Thu, 1 Dec 2022 16:27:36 +0000 (17:27 +0100)]
Merge pull request #12227 from matthiasmoritz/public_calendar

Public calendar

2 years agoUpdate main translation file after changing strings
Hypolite Petovan [Wed, 30 Nov 2022 23:11:37 +0000 (18:11 -0500)]
Update main translation file after changing strings

2 years agoAdd new public_calendar additional feature
Hypolite Petovan [Wed, 30 Nov 2022 22:52:19 +0000 (17:52 -0500)]
Add new public_calendar additional feature

- This gives anonymous access to public events

2 years agoRemove unused first parameter from BaseProfile::getTabsHTML
Hypolite Petovan [Wed, 30 Nov 2022 19:38:23 +0000 (14:38 -0500)]
Remove unused first parameter from BaseProfile::getTabsHTML

- Add expected Profile::load call to Profile\Photos module

2 years agoTighten profile restriction feature
Hypolite Petovan [Wed, 30 Nov 2022 18:50:52 +0000 (13:50 -0500)]
Tighten profile restriction feature

- Prevent feed access to restricted profiles
- Rework display of restricted profiles with a redirect to the profile/restricted route
- Normalize permission checking with IHandleUserSession->isAuthenticated
- Remove unusable "nocache" parameter in feed module because session isn't initialized
- Reword setting name and description

2 years agoRemove unused theme info value "events_in_profile"
Hypolite Petovan [Wed, 30 Nov 2022 17:03:42 +0000 (12:03 -0500)]
Remove unused theme info value "events_in_profile"
All public events (event if they are ownded by other users) are visible

2 years agoMerge pull request #12298 from annando/api-suggestions
Hypolite Petovan [Thu, 1 Dec 2022 10:25:44 +0000 (05:25 -0500)]
Merge pull request #12298 from annando/api-suggestions

Contact suggestions are now cached

2 years agoMerge pull request #12306 from annando/api-doc
Hypolite Petovan [Thu, 1 Dec 2022 10:24:07 +0000 (05:24 -0500)]
Merge pull request #12306 from annando/api-doc

API: The "reports" endpoint is partially supported

2 years agoDon't fetch sugestions for the system user / catch error on contact timeline
Michael [Thu, 1 Dec 2022 07:07:59 +0000 (07:07 +0000)]
Don't fetch sugestions for the system user / catch error on contact timeline

2 years agoAvoid 'Undefined array key "last-activity"'
Michael [Thu, 1 Dec 2022 06:12:13 +0000 (06:12 +0000)]
Avoid 'Undefined array key "last-activity"'

2 years agoUpdate the last activity in OAuth
Michael [Thu, 1 Dec 2022 06:02:51 +0000 (06:02 +0000)]
Update the last activity in OAuth

2 years agoDeactivate setting last activity
Michael [Thu, 1 Dec 2022 05:57:29 +0000 (05:57 +0000)]
Deactivate setting last activity

2 years agoReenable last acttivity update
Michael [Thu, 1 Dec 2022 05:54:42 +0000 (05:54 +0000)]
Reenable last acttivity update

2 years agoReenable worker call
Michael [Thu, 1 Dec 2022 05:53:18 +0000 (05:53 +0000)]
Reenable worker call

2 years agoDebug the failing test
Michael [Thu, 1 Dec 2022 05:50:34 +0000 (05:50 +0000)]
Debug the failing test

2 years agoMerge pull request #12305 from MrPetovan/bug/notices
Michael Vogel [Thu, 1 Dec 2022 05:45:50 +0000 (06:45 +0100)]
Merge pull request #12305 from MrPetovan/bug/notices

Check post existence before accessing its properties in Model\Post\UserNotification

2 years agoAPI: The "reports" endpoint is partially supported
Michael [Thu, 1 Dec 2022 05:40:32 +0000 (05:40 +0000)]
API: The "reports" endpoint is partially supported

2 years agoCheck post existence before accessing its properties in Model\Post\UserNotification
Hypolite Petovan [Thu, 1 Dec 2022 00:30:36 +0000 (19:30 -0500)]
Check post existence before accessing its properties in Model\Post\UserNotification

2 years agoUse "utcNow"
Michael [Wed, 30 Nov 2022 22:36:58 +0000 (22:36 +0000)]
Use "utcNow"

2 years agoNew field to show the day of the last activity
Michael [Wed, 30 Nov 2022 22:34:50 +0000 (22:34 +0000)]
New field to show the day of the last activity

2 years agoMerge pull request #12304 from HankG/add-dismissed-field-to-mastodon-notifications
Hypolite Petovan [Wed, 30 Nov 2022 19:55:09 +0000 (14:55 -0500)]
Merge pull request #12304 from HankG/add-dismissed-field-to-mastodon-notifications

Add dismissed field to mastodon notifications

2 years agoUpdate src/Module/Api/Mastodon/Notifications.php
Hank G [Wed, 30 Nov 2022 19:39:00 +0000 (14:39 -0500)]
Update src/Module/Api/Mastodon/Notifications.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoUpdate src/Factory/Api/Mastodon/Notification.php
Hank G [Wed, 30 Nov 2022 19:38:53 +0000 (14:38 -0500)]
Update src/Factory/Api/Mastodon/Notification.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoMerge pull request #12303 from HankG/fix-mastodon-api-dismiss-endpoint
Hypolite Petovan [Wed, 30 Nov 2022 19:31:40 +0000 (14:31 -0500)]
Merge pull request #12303 from HankG/fix-mastodon-api-dismiss-endpoint

Fix broken dismiss endpoint on Mastodon notifications API

2 years agoAdd 'include_all' parameter on Mastodon API endpoint
Hank Grabowski [Wed, 30 Nov 2022 19:24:46 +0000 (14:24 -0500)]
Add 'include_all' parameter on Mastodon API endpoint
 Maintains old functionality of only returning non-dismissed notifications while adding ability to get list of dismissed and non-dismissed notifications

2 years agoAdd dismissed field to Mastodon API Notification types
Hank Grabowski [Wed, 30 Nov 2022 19:23:20 +0000 (14:23 -0500)]
Add dismissed field to Mastodon API Notification types

2 years agoFix broken dismiss endpoint on Mastodon notifications API
Hank Grabowski [Wed, 30 Nov 2022 19:11:39 +0000 (14:11 -0500)]
Fix broken dismiss endpoint on Mastodon notifications API

2 years agoMerge pull request #12267 from MarekBenjamin/show_image_upload_limit
Hypolite Petovan [Wed, 30 Nov 2022 17:24:51 +0000 (12:24 -0500)]
Merge pull request #12267 from MarekBenjamin/show_image_upload_limit

Show image size limit in Frio as "usagemessage" for photo_upload

2 years agoMerge branch 'friendica:develop' into show_image_upload_limit
MarekBenjamin [Wed, 30 Nov 2022 17:19:18 +0000 (18:19 +0100)]
Merge branch 'friendica:develop' into show_image_upload_limit

2 years agoUpdate src/Module/Media/Photo/Upload.php
MarekBenjamin [Wed, 30 Nov 2022 17:16:55 +0000 (18:16 +0100)]
Update src/Module/Media/Photo/Upload.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoUpdate src/Module/Media/Photo/Upload.php
MarekBenjamin [Wed, 30 Nov 2022 17:16:42 +0000 (18:16 +0100)]
Update src/Module/Media/Photo/Upload.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoChanges after code review
Michael [Wed, 30 Nov 2022 14:33:55 +0000 (14:33 +0000)]
Changes after code review

2 years agoIndention
Michael [Wed, 30 Nov 2022 13:35:57 +0000 (13:35 +0000)]
Indention

2 years agoMerge pull request #12299 from annando/auto-reshare-fix
Hypolite Petovan [Wed, 30 Nov 2022 13:34:10 +0000 (08:34 -0500)]
Merge pull request #12299 from annando/auto-reshare-fix

Check that an auto reshare is only done on the expected contact

2 years agoMerge pull request #12300 from matthiasmoritz/bug-noLocalPosts
Michael Vogel [Wed, 30 Nov 2022 12:37:40 +0000 (13:37 +0100)]
Merge pull request #12300 from matthiasmoritz/bug-noLocalPosts

Fix #12262 - shared friendica posts are filtered on status page

2 years agoMerge branch 'bug-noLocalPosts' of https://github.com/matthiasmoritz/friendica into...
Matthias Moritz [Wed, 30 Nov 2022 12:20:50 +0000 (13:20 +0100)]
Merge branch 'bug-noLocalPosts' of https://github.com/matthiasmoritz/friendica into bug-noLocalPosts

2 years agoUpdate Status.php
Matthias Moritz [Wed, 30 Nov 2022 12:19:31 +0000 (13:19 +0100)]
Update Status.php

Instead of removing AP, added Protocol::DFRN to the list of networks.

2 years agoMerge branch 'friendica:develop' into bug-noLocalPosts
Matthias Moritz [Wed, 30 Nov 2022 11:18:48 +0000 (12:18 +0100)]
Merge branch 'friendica:develop' into bug-noLocalPosts

2 years agoFix #12262 - shared friendica posts are filtered on status page
Matthias Moritz [Wed, 30 Nov 2022 11:15:58 +0000 (12:15 +0100)]
Fix #12262 - shared friendica posts are filtered on status page

Native shares from the same Instance (or maybe all Friendica instances) were filtered out from the users home. With this commit they now appear on the users Profile/Status

2 years agoCheck that an auto reshare is only done on the expected contact
Michael [Wed, 30 Nov 2022 09:28:27 +0000 (09:28 +0000)]
Check that an auto reshare is only done on the expected contact

2 years agoMerge pull request #12296 from MrPetovan/bug/deprecated
Michael Vogel [Wed, 30 Nov 2022 06:19:46 +0000 (07:19 +0100)]
Merge pull request #12296 from MrPetovan/bug/deprecated

Address some PHP 8.1 deprecation notices

2 years agoContact suggestions are now cached
Michael [Wed, 30 Nov 2022 05:59:27 +0000 (05:59 +0000)]
Contact suggestions are now cached

2 years agoRemoved redundant maximagesize = INF statements
Marek Bachmann [Wed, 30 Nov 2022 04:17:48 +0000 (05:17 +0100)]
Removed redundant maximagesize = INF statements

2 years agomessage.po
Marek Bachmann [Wed, 30 Nov 2022 03:39:00 +0000 (04:39 +0100)]
message.po

2 years agoCorrectly output binary prefix values since base 2 is used for conversion
Marek Bachmann [Wed, 30 Nov 2022 03:37:08 +0000 (04:37 +0100)]
Correctly output binary prefix values since base 2 is used for conversion

2 years agoCheck for inf values before try to converts bytes to binary prefix strings
Marek Bachmann [Wed, 30 Nov 2022 03:35:18 +0000 (04:35 +0100)]
Check for inf values before try to converts bytes to binary prefix strings

2 years agouse the existing function for format byte values to KiB, MiB, GiB
Marek Bachmann [Wed, 30 Nov 2022 03:34:40 +0000 (04:34 +0100)]
use the existing function for format byte values to KiB, MiB, GiB

2 years agoAdded getBytesFromShorthand at the remaining places.
Marek Bachmann [Wed, 30 Nov 2022 03:13:10 +0000 (04:13 +0100)]
Added getBytesFromShorthand at the remaining places.

2 years agoAddress some PHP 8.1 deprecation notices
Hypolite Petovan [Wed, 30 Nov 2022 00:31:16 +0000 (19:31 -0500)]
Address some PHP 8.1 deprecation notices

- Replace a strstr call by strpos in Model\APContact
- Simplify conditions in Protocol\DFRN
- Address part of https://github.com/friendica/friendica/issues/12011#issuecomment-1331012289

2 years agoAdded handling as infinity if maxfilesize is set to 0
Marek Bachmann [Wed, 30 Nov 2022 01:44:48 +0000 (02:44 +0100)]
Added handling as infinity if maxfilesize is set to 0

2 years agoMerge branch 'develop' into show_image_upload_limit
Marek Bachmann [Wed, 30 Nov 2022 01:28:15 +0000 (02:28 +0100)]
Merge branch 'develop' into show_image_upload_limit

2 years agoWrapped all occurrences of DI::config()->get('system', 'maximagesize') with Strings...
Marek Bachmann [Wed, 30 Nov 2022 01:26:56 +0000 (02:26 +0100)]
Wrapped all occurrences of DI::config()->get('system', 'maximagesize') with Strings::getBytesFromShorthand()

2 years agoAdded info that shorthands can be used for maxfilesize Admin Site
Marek Bachmann [Wed, 30 Nov 2022 01:16:48 +0000 (02:16 +0100)]
Added info that shorthands can be used for maxfilesize Admin Site

2 years agoFixed meaning of "maximagesize" = 0 --> infinity
Marek Bachmann [Wed, 30 Nov 2022 01:16:04 +0000 (02:16 +0100)]
Fixed meaning of "maximagesize" = 0 --> infinity

2 years agoMerge remote-tracking branch 'origin/show_image_upload_limit' into show_image_upload_...
Marek Bachmann [Wed, 30 Nov 2022 00:58:32 +0000 (01:58 +0100)]
Merge remote-tracking branch 'origin/show_image_upload_limit' into show_image_upload_limit

2 years agoUse previously already available field.5 for short hand pattern ad admin page for...
Marek Bachmann [Wed, 30 Nov 2022 00:58:22 +0000 (01:58 +0100)]
Use previously already available field.5 for short hand pattern ad admin page for maximagesize

2 years agoUpdate src/Module/Admin/Site.php
MarekBenjamin [Wed, 30 Nov 2022 00:49:53 +0000 (01:49 +0100)]
Update src/Module/Admin/Site.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2 years agoRemoved Trends.php which for what ever reason found its way in my branch under src...
Marek Bachmann [Wed, 30 Nov 2022 00:40:21 +0000 (01:40 +0100)]
Removed Trends.php which for what ever reason found its way in my branch under src/Module/Api/Mastodon but is not present in friendica:develop

2 years agoMerge pull request #12294 from annando/tag-warnings
Hypolite Petovan [Wed, 30 Nov 2022 00:36:51 +0000 (19:36 -0500)]
Merge pull request #12294 from annando/tag-warnings

Fix warning 'Undefined array key "name"'

2 years agoMerge remote-tracking branch 'origin/show_image_upload_limit' into show_image_upload_...
Marek Bachmann [Wed, 30 Nov 2022 00:26:37 +0000 (01:26 +0100)]
Merge remote-tracking branch 'origin/show_image_upload_limit' into show_image_upload_limit

2 years agoAdded Strings::getBytesFromShorthand() for file size check at upload and new message.po
Marek Bachmann [Wed, 30 Nov 2022 00:22:38 +0000 (01:22 +0100)]
Added Strings::getBytesFromShorthand() for file size check at upload and new message.po

2 years agowanted to use a constant for the shorthand regex to be used in the form input templat...
Marek Bachmann [Wed, 30 Nov 2022 00:15:42 +0000 (01:15 +0100)]
wanted to use a constant for the shorthand regex to be used in the form input templates and to check maximagesize post value. But Input field seems to require the regex without enclosing "/.../", so remove const for now

2 years agosplit-off! Trends.php allow shorthands in the system.maximagesize
Marek Bachmann [Wed, 30 Nov 2022 00:05:32 +0000 (01:05 +0100)]
split-off! Trends.php allow shorthands in the system.maximagesize

2 years agoallow shorthands in the system.maximagesize
Marek Bachmann [Wed, 30 Nov 2022 00:05:32 +0000 (01:05 +0100)]
allow shorthands in the system.maximagesize

2 years agoAdded Strings::getBytesFromShorthand() for file size check at upload and new message.po
Marek Bachmann [Wed, 30 Nov 2022 00:22:38 +0000 (01:22 +0100)]
Added Strings::getBytesFromShorthand() for file size check at upload and new message.po

2 years agowanted to use a constant for the shorthand regex to be used in the form input templat...
Marek Bachmann [Wed, 30 Nov 2022 00:15:42 +0000 (01:15 +0100)]
wanted to use a constant for the shorthand regex to be used in the form input templates and to check maximagesize post value. But Input field seems to require the regex without enclosing "/.../", so remove const for now

2 years agoallow shorthands in the system.maximagesize
Marek Bachmann [Wed, 30 Nov 2022 00:05:32 +0000 (01:05 +0100)]
allow shorthands in the system.maximagesize

2 years agoFix warning 'Undefined array key "name"'
Michael [Tue, 29 Nov 2022 23:21:27 +0000 (23:21 +0000)]
Fix warning 'Undefined array key "name"'

2 years agoMerge branch 'friendica:develop' into show_image_upload_limit
MarekBenjamin [Tue, 29 Nov 2022 20:58:46 +0000 (21:58 +0100)]
Merge branch 'friendica:develop' into show_image_upload_limit

2 years agoMerge pull request #12293 from annando/report-status
Hypolite Petovan [Tue, 29 Nov 2022 20:01:57 +0000 (15:01 -0500)]
Merge pull request #12293 from annando/report-status

Added status to the report

2 years agoAdded status to the report
Michael [Tue, 29 Nov 2022 19:50:12 +0000 (19:50 +0000)]
Added status to the report

2 years agoMerge pull request #12290 from MrPetovan/bug/frio-contact-follow
Michael Vogel [Tue, 29 Nov 2022 18:59:10 +0000 (19:59 +0100)]
Merge pull request #12290 from MrPetovan/bug/frio-contact-follow

[frio] Add page wrapper to contact follow page

2 years agoMerge pull request #12292 from annando/api-speed
Hypolite Petovan [Tue, 29 Nov 2022 18:55:33 +0000 (13:55 -0500)]
Merge pull request #12292 from annando/api-speed

API: Speed improvements

2 years agoAPI: Speed improvements
Michael [Tue, 29 Nov 2022 18:45:30 +0000 (18:45 +0000)]
API: Speed improvements

2 years ago[frio] Add page wrapper to contact follow page
Hypolite Petovan [Tue, 29 Nov 2022 11:37:41 +0000 (06:37 -0500)]
[frio] Add page wrapper to contact follow page

2 years agoMerge branch 'develop' into show_image_upload_limit
Marek Bachmann [Mon, 28 Nov 2022 23:28:05 +0000 (00:28 +0100)]
Merge branch 'develop' into show_image_upload_limit

2 years agoMerge pull request #12289 from annando/fatal
Hypolite Petovan [Mon, 28 Nov 2022 21:46:19 +0000 (16:46 -0500)]
Merge pull request #12289 from annando/fatal

Fix fatal errors because of unknown function/variable names