Commit Graph

2252 Commits

Author SHA1 Message Date
Adam Magness 7b95efedd1 Update function calls
update function calls and remove require_once
2018-01-26 19:26:37 -05:00
Hypolite Petovan 7ab2479166
Merge pull request #497 from zeroadam/feature/L10n
Move pgettext to src
2018-01-24 11:49:09 -05:00
Hypolite Petovan 2c0800e03f
Merge pull request #500 from tobiasd/20180124-nsfwde3
followup on #498
2018-01-24 11:32:20 -05:00
Tobias Diekershoff 9a0a4465de followup on #498 2018-01-24 17:25:47 +01:00
Michael Vogel 842050b54f
Merge pull request #498 from tobiasd/20180124-nsfwde
Typo in DE translation of the NSFW addon
2018-01-24 11:48:03 +01:00
Tobias Diekershoff 2f2bf75058 Typo in DE translation of the NSFW addon 2018-01-24 10:32:43 +01:00
Adam Magness b191d5716c Remove sprintf with translations
don't use sprintf with translation functions
2018-01-23 22:59:20 -05:00
Adam Magness a43901ba07 Missed use
Missed use for L10n
2018-01-22 18:09:05 -05:00
Adam Magness 1f71af77d5 Missed t()
missed t() call
2018-01-22 18:09:05 -05:00
Adam Magness f8c162cbfb Update t() calls
Update all t() calls.
2018-01-22 18:09:05 -05:00
Hypolite Petovan 3ae390c6ee
Merge pull request #496 from zeroadam/bugFix-Twitter
Bug fix for Addons using queue_fn
2018-01-22 18:02:44 -05:00
Adam Magness 3db056fe79 Other addons
found a few more
2018-01-22 17:58:55 -05:00
Adam Magness 6d88e63f60 Bug fix for Twitter
remove references and update functions of removed queue_fn
2018-01-22 17:52:51 -05:00
Hypolite Petovan afaa39ed7b
Merge pull request #495 from MrPetovan/bug/remaining-call-hooks
Fix remaining call_hooks
2018-01-21 00:12:44 -05:00
Hypolite Petovan 3e418dc5a0 Fix remaining call_hooks 2018-01-21 00:11:18 -05:00
Hypolite Petovan 1836f529a4
Merge pull request #494 from annando/bugfix-addon
Some forgotten include
2018-01-20 16:45:55 -05:00
Michael 39e12d77ef Some forgotten include 2018-01-20 21:03:48 +00:00
Hypolite Petovan c6e5bc3429
Merge pull request #492 from zeroadam/Addon
Move plugins to src
2018-01-20 14:36:26 -05:00
Michael Vogel e0beba5252
Merge pull request #493 from MrPetovan/bug/fix-forumdirectory
Add missing include/fix zrl location to forumdirectory
2018-01-20 18:41:24 +01:00
Adam Magness 96c41e5623 Update strings
update strings to contain addon
2018-01-20 11:01:59 -05:00
Hypolite Petovan eec158b5f3 Add missing include/fix zrl location 2018-01-20 09:30:08 -05:00
Adam Magness c71f7b0e1a Update function names
update function names and hook calls
2018-01-20 08:57:41 -05:00
Adam Magness 0afd633346 Addon class
plugin moved to Addon src class
2018-01-19 07:20:17 -05:00
Hypolite Petovan e97235353f
Merge pull request #491 from annando/item-delete
We now use the new delete function for items
2018-01-19 00:53:36 -05:00
Michael 3b093a1bff We now use the new delete function for items 2018-01-19 05:36:01 +00:00
Michael Vogel ba5eeed5df
Merge pull request #490 from MrPetovan/bug/fix-forumdirectory
Fix forumdirectory reference to deleted files/functions
2018-01-19 06:13:49 +01:00
Hypolite Petovan 0ec16922e7 Fix forumdirectory reference to deleted files/functions
- Fix formatting
- Fix reference to nav_set_selected
- Fix reference to widget_findpeople
2018-01-18 19:39:02 -05:00
Michael Vogel 38db18b624
Merge pull request #488 from MrPetovan/task/fix-scrutinizer-issues
Remove App::get_cached_avatar_image method
2018-01-17 07:05:14 +01:00
Hypolite Petovan e9d7a1fa45 Remove App::get_cached_avatar_image method 2018-01-16 19:22:36 -05:00
Michael Vogel 461b3db9f4
Merge pull request #487 from MrPetovan/task/switch-to-array-new-style
Use short form array syntax everywhere
2018-01-15 23:16:12 +01:00
Hypolite Petovan 27b60e003f Use short form array syntax everywhere 2018-01-15 08:15:33 -05:00
Michael Vogel 4ee41c64a3
Merge pull request #486 from MrPetovan/task/fix-scrutinizer-issues
Replace dba::select(limit => 1) by dba::selectFirst()
2018-01-11 00:26:43 +01:00
Hypolite Petovan a66a4959f5 Rename selectOne to selectFirst 2018-01-10 08:37:11 -05:00
Hypolite Petovan 3e141d268e Fix formatting 2018-01-09 22:27:40 -05:00
Hypolite Petovan ca6e477701 Replace dba::select(limit => 1) by dba::selectOne() 2018-01-09 22:27:30 -05:00
Hypolite Petovan 4b05d70b94
Merge pull request #485 from annando/xmpp-auto-auth
Preparation to make the automatic authentication work (hopefully) reliable
2018-01-06 20:01:19 -05:00
Michael d9330e3b05 Preparation to make the automatic authentication work (hopefully) reliable 2018-01-07 00:56:32 +00:00
Michael Vogel 1a260ceea7
Merge pull request #484 from MrPetovan/task/4144-improve-twitter-settings
Improve Twitter settings display
2018-01-05 14:56:48 +01:00
Hypolite Petovan a2f9fb07e4 Fix typo in translation string in twitter 2018-01-05 08:23:09 -05:00
Hypolite Petovan 308ba3ce8c Improve Twitter settings display
- Use template instead of manual HTML
2018-01-05 02:53:24 -05:00
Michael Vogel 007cbc881e
Merge pull request #483 from MrPetovan/task/fix-scrutinizer-issues
Fix unused code in buffer, statusnet and twitter
2018-01-04 20:59:43 +01:00
Michael Vogel 7dcfa83312
Merge pull request #480 from MrPetovan/task/4092-move-auth-to-src
Move auth to src
2018-01-04 18:43:46 +01:00
Hypolite Petovan ba96796363 Fix unused code in buffer, statusnet and twitter
- Remove unused argument in plaintext()
2018-01-04 12:15:53 -05:00
Michael Vogel 2cbf89c0f5
Merge pull request #481 from MrPetovan/bug/4156-move-oembed-to-src
Move oembed to src
2018-01-02 13:13:32 +01:00
Michael Vogel 4894d3c2e8
Merge pull request #482 from MrPetovan/task/fix-php-notices
Fix PHP notice in langfilter
2018-01-02 09:49:41 +01:00
Hypolite Petovan 4045ae6988 Fix PHP notice about $a->config['system']['url'] in langfilter
- Simplify sprintf(t()) structure
2018-01-01 17:17:15 -05:00
Hypolite Petovan bfc8ede4e8 Use Content\OEmbed
- Remove references to include/oembed
2017-12-31 21:06:03 -05:00
Hypolite Petovan 575a285951 Use Login module
- Simplify goaway calls
2017-12-31 21:04:02 -05:00
Michael Vogel 4ceec855d2
Merge pull request #479 from MrPetovan/bug/4046-remove-group_member-uid
Remove group_member.uid in pumpio
2017-12-16 04:06:47 +01:00
Hypolite Petovan 58495893b9 Remove group_member.uid in pumpio 2017-12-14 22:52:08 -05:00