Hypolite Petovan
ac9e5df614
Merge pull request #10823 from annando/photo-guid
...
Access contact avatars by guid
2021-10-04 15:23:19 -04:00
Michael Vogel
0509e8f37e
Update src/Module/Photo.php
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-10-04 21:17:22 +02:00
Michael Vogel
790875d8be
Apply suggestions from code review
...
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-10-04 21:06:13 +02:00
Michael
b2c2283817
separate parameter values for different functionalities
2021-10-04 18:04:41 +00:00
Michael
9eba41598d
Code review changes
2021-10-04 14:01:46 +00:00
Michael Vogel
1a711a8bd4
Merge pull request #10828 from nupplaphil/bug/photo_calls
...
Some Bugfixings
2021-10-04 13:05:42 +02:00
Philipp Holzer
3900cf9874
Some Bugfixings
...
- Remove 'adjust' from ping list ( FollowUp 9935e8e711
)
- Fix Photo::selectFirst condition/parameter mixup
2021-10-04 13:00:35 +02:00
Michael Vogel
8357a70c4b
Merge pull request #10826 from nupplaphil/bug/run_xgettext
...
Remove messages.po if it does exist :-)
2021-10-04 12:13:33 +02:00
Philipp Holzer
b878481c4e
Remove messages.po if it does exist :-)
2021-10-04 11:58:25 +02:00
Michael Vogel
d5285da970
Merge pull request #10824 from tobiasd/20211004-lng
...
DE and RU translation updates
2021-10-04 08:30:48 +02:00
Michael
126aa6f148
Fix tests
2021-10-04 06:26:41 +00:00
Michael
43a17b6129
Merge remote-tracking branch 'upstream/develop' into photo-guid
2021-10-04 06:21:19 +00:00
Tobias Diekershoff
2e21645dd7
DE translation updates
2021-10-04 08:20:55 +02:00
Tobias Diekershoff
8a17a5b41d
RU translations THX Alexander An
2021-10-04 08:19:02 +02:00
Michael Vogel
c714595b70
Merge pull request #10821 from MrPetovan/bug/notices
...
Relax check on id parameter in /photo
2021-10-04 08:18:52 +02:00
Michael Vogel
2a8d8d402c
Merge pull request #10822 from MrPetovan/bug/fatal-errors
...
Trim XML before emptiness check in Protocol\Feed::import
2021-10-04 08:17:35 +02:00
Michael Vogel
6275159761
Merge pull request #10819 from MrPetovan/task/refactor-notifications
...
Cast object parameters to string in Database\Database
2021-10-04 08:16:58 +02:00
Michael
d30dc52101
Access contact avatars by guid
2021-10-04 06:13:52 +00:00
Hypolite Petovan
297ff76590
Relax check on id parameter in /photo
...
- Address https://github.com/friendica/friendica/issues/10756#issuecomment-933020126
- Address https://github.com/friendica/friendica/issues/10755#issuecomment-933020316
2021-10-03 20:59:47 -04:00
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