Commit Graph

31916 Commits

Author SHA1 Message Date
Hypolite Petovan 42e77e23ac Add logging to track a Notice messages
- Part of https://github.com/friendica/friendica/issues/10755#issuecomment-933040517
2021-10-03 20:59:41 -04:00
Hypolite Petovan a4706e9521 Trim XML before emptiness check in Protocol\Feed::import
- Address https://github.com/friendica/friendica/issues/10791
2021-10-03 19:32:20 -04:00
Hypolite Petovan fe68df8e6a
Merge pull request #10820 from annando/more-q
Some more "q" calls and deprecated logging replaced
2021-10-03 15:57:05 -04:00
Michael Vogel e1ac33576a
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-10-03 21:49:55 +02:00
Michael 1d86d79778 Merge remote-tracking branch 'upstream/develop' into more-q 2021-10-03 19:49:11 +00:00
Michael Vogel caa1a5aeac
Merge pull request #10818 from MrPetovan/task/10691-remove-event-adjust
Display the current timezone in date time picker fields
2021-10-03 21:46:33 +02:00
Michael b0bf4b4359 Some more "q" calls and deprecated logging replaced 2021-10-03 19:43:49 +00:00
Hypolite Petovan 24734b05fe Cast object parameters to string in Database\Database
- This makes string casting in Depository->save unnecessary
2021-10-03 15:35:47 -04:00
Hypolite Petovan c40390c202 Revert "Explicitly cast Url objects to string"
This reverts commit ee5aa2d432.
2021-10-03 15:22:40 -04:00
Michael Vogel dd3f573fec
Merge pull request #10817 from MrPetovan/task/refactor-notifications
Explicitly cast Url objects to string
2021-10-03 21:03:03 +02:00
Hypolite Petovan ee5aa2d432 Explicitly cast Url objects to string
- Some systems do not do this operation automatically and it results in empty DB fields
2021-10-03 14:53:06 -04:00
Hypolite Petovan 64e4af259f Updated main translation file after adding a string 2021-10-03 14:51:09 -04:00
Hypolite Petovan a31a64827f Display the current timezone in date time picker fields 2021-10-03 13:42:32 -04:00
Hypolite Petovan a9bb53b021 [frio] Fix event time display 2021-10-03 13:42:32 -04:00
Hypolite Petovan 9935e8e711 Remove event.adjust field
- It was confusing and introduced complexity that wasn't worth the unclear gain
2021-10-03 13:42:32 -04:00
Hypolite Petovan 6db211568a Remove most calls to date_default_timezone_* calls
- It was wrongly used to set the node-wide ot user-specific timezone
- It is now fully managed from the App object
- Add a static variable to DateTimeFormat maintain the convenient local() method
2021-10-03 13:42:31 -04:00
Tobias Diekershoff 08c24fd4fa
Merge pull request #10816 from MrPetovan/task/refactor-notifications
Check if the string representation of Notify->link is empty in Module\Notifications\Notification
2021-10-03 17:39:14 +02:00
Hypolite Petovan f66b4af548
Merge pull request #10814 from annando/more-q
More "q" calls have been replaced
2021-10-03 11:38:29 -04:00
Hypolite Petovan e91ba2b992 Check if the string representation of Notify->link is empty in Module\Notifications\Notification
- The property is a Url object which will always return true when tested for truthy value
2021-10-03 11:34:23 -04:00
Michael Vogel 2743f65a50
Merge pull request #10815 from tobiasd/20211003-fr
update FR translations THX MrPetovan
2021-10-03 17:24:44 +02:00
Tobias Diekershoff 26223443f3 update FR translations THX MrPetovan 2021-10-03 17:15:54 +02:00
Hypolite Petovan de96b302b7
Merge pull request #10813 from tobiasd/20211003-lengthcounter
added length counter for postings in themes other then frio
2021-10-03 11:12:53 -04:00
Michael 62ece3131c Fix query 2021-10-03 15:12:50 +00:00
Michael 6668591afe Merge remote-tracking branch 'upstream/develop' into more-q 2021-10-03 15:06:31 +00:00
Tobias Diekershoff 195d3ecd65 remove unneeded tabs 2021-10-03 17:03:05 +02:00
Tobias Diekershoff 4c04ec483f restore jot.tpl file formatting 2021-10-03 17:03:05 +02:00
Tobias Diekershoff f0763c4eaf add character counter to themes other then frio
Only vier needed some styling so that the counter looked fitting.

closes #2525
2021-10-03 17:03:05 +02:00
Michael 763e264196 More "q" calls have been replaced 2021-10-03 15:02:20 +00:00
Michael Vogel 3d97149007
Merge pull request #10722 from MrPetovan/task/refactor-notifications
Move notify, notifications and introduction notifications to new paradigm
2021-10-03 14:13:28 +02:00
Michael Vogel 3634009c0a
Merge pull request #10812 from MrPetovan/bug/photo-route
Add missing Module\Photo route for post-media id with no customsize
2021-10-03 14:01:53 +02:00
Hypolite Petovan c84d4104e8 Add missing Module\Photo route for post-media id with no customsize 2021-10-03 07:58:52 -04:00
Michael Vogel e10ab489a9
Merge pull request #10811 from MrPetovan/bug/photo-route
Add missing Module\Photo route for contact avatar
2021-10-03 13:53:17 +02:00
Hypolite Petovan 5112dd06f2 Add missing Module\Photo route for contact avatar 2021-10-03 07:48:46 -04:00
Michael Vogel ec4034ad14
Merge pull request #10810 from MrPetovan/bug/photo-route
Fix regular expression in the user avatar photo routes
2021-10-03 13:40:14 +02:00
Hypolite Petovan f426a5bd98 Fix regular expression in the user avatar photo routes 2021-10-03 07:37:30 -04:00
Tobias Diekershoff e8becc1538
Merge pull request #10809 from annando/small-as
Code Style: Replace "AS" with "as"
2021-10-03 12:49:24 +02:00
Michael 9961943b73 Code Style: Replace "AS" with "as" 2021-10-03 10:34:41 +00:00
Michael Vogel 96b41fdb67
Merge pull request #10808 from MrPetovan/task/10725-user-avatar
Replace remaining reference to Model\Photo::stripExtension
2021-10-03 11:57:59 +02:00
Hypolite Petovan c1ab3801ba Replace remaining reference to Model\Photo::stripExtension 2021-10-03 05:52:53 -04:00
Hypolite Petovan cd9caec06b
Merge pull request #10807 from annando/emoji-media
Don't store emoji images as media but links
2021-10-03 05:49:30 -04:00
Michael 42790fbc1f Don't store emoji images as media but links 2021-10-03 09:42:14 +00:00
Hypolite Petovan 185e5ba900
Merge pull request #10806 from tobiasd/2021100-de
DE translation update
2021-10-03 05:33:02 -04:00
Tobias Diekershoff 20d20278ef DE translation updats 2021-10-03 10:13:16 +02:00
Michael Vogel 10038bb578
Merge pull request #10805 from MrPetovan/task/10725-user-avatar
Switch uid with nickname in user picture URLs
2021-10-03 01:10:55 +02:00
Hypolite Petovan 8cb0bb5deb Switch uid with nickname in user picture URLs
- Keep previous URL scheme fallback as remote contact avatar URLs pointing to local user avatar URLs need to update
2021-10-02 19:06:59 -04:00
Hypolite Petovan 7cdd2d1336 Refactor User::getAvatarUrlForId into getAvatarUrl
- Use user/owner array as parameter instead of uid
- Rename $profile variables to $owner when it's the result of User::getOwnerDataByNick
- Replace Module\Photo::stripExtension with native pathinfo() calls
2021-10-02 19:06:25 -04:00
Hypolite Petovan dc3c8f915d
Merge pull request #10804 from annando/more-q
Replaced "q" calls
2021-10-02 18:53:43 -04:00
Michael e609c4b8d2 Replaced "q" calls 2021-10-02 22:42:39 +00:00
Hypolite Petovan d441c8b25f Update main translation file after strings have moved 2021-10-02 18:15:45 -04:00
Hypolite Petovan 4f42522ebc Simplify Depository\Notify->selectAllForUser parameters
- Shifts database structure knowledge from the controller to the depository where it should be
2021-10-02 18:15:45 -04:00