Adam Magness
|
ca3c45101e
|
Network was moved to src
update all function calls to use class, insert use statements and remove require_once statements
|
5 years ago |
Hypolite Petovan
|
e09e16fd56
|
Merge pull request #503 from zeroadam/feature/NowPlaintext
Method moved to Plaintext
|
5 years ago |
Adam Magness
|
9e3ebd61a2
|
Method moved to Plaintext
the shorten method moved to Plaintext class
|
5 years ago |
Hypolite Petovan
|
e0197e0e6a
|
Merge pull request #502 from zeroadam/feature/Plaintext
Plaintext moved to src
|
5 years ago |
Adam Magness
|
9c9088069a
|
Plaintext was renamed to BBCode
update class name
|
5 years ago |
Adam Magness
|
7b95efedd1
|
Update function calls
update function calls and remove require_once
|
5 years ago |
Hypolite Petovan
|
7ab2479166
|
Merge pull request #497 from zeroadam/feature/L10n
Move pgettext to src
|
5 years ago |
Hypolite Petovan
|
2c0800e03f
|
Merge pull request #500 from tobiasd/20180124-nsfwde3
followup on #498
|
5 years ago |
Tobias Diekershoff
|
9a0a4465de
|
followup on #498
|
5 years ago |
Michael Vogel
|
842050b54f
|
Merge pull request #498 from tobiasd/20180124-nsfwde
Typo in DE translation of the NSFW addon
|
5 years ago |
Tobias Diekershoff
|
2f2bf75058
|
Typo in DE translation of the NSFW addon
|
5 years ago |
Adam Magness
|
b191d5716c
|
Remove sprintf with translations
don't use sprintf with translation functions
|
5 years ago |
Adam Magness
|
a43901ba07
|
Missed use
Missed use for L10n
|
5 years ago |
Adam Magness
|
1f71af77d5
|
Missed t()
missed t() call
|
5 years ago |
Adam Magness
|
f8c162cbfb
|
Update t() calls
Update all t() calls.
|
5 years ago |
Hypolite Petovan
|
3ae390c6ee
|
Merge pull request #496 from zeroadam/bugFix-Twitter
Bug fix for Addons using queue_fn
|
5 years ago |
Adam Magness
|
3db056fe79
|
Other addons
found a few more
|
5 years ago |
Adam Magness
|
6d88e63f60
|
Bug fix for Twitter
remove references and update functions of removed queue_fn
|
5 years ago |
Hypolite Petovan
|
afaa39ed7b
|
Merge pull request #495 from MrPetovan/bug/remaining-call-hooks
Fix remaining call_hooks
|
5 years ago |
Hypolite Petovan
|
3e418dc5a0
|
Fix remaining call_hooks
|
5 years ago |
Hypolite Petovan
|
1836f529a4
|
Merge pull request #494 from annando/bugfix-addon
Some forgotten include
|
5 years ago |
Michael
|
39e12d77ef
|
Some forgotten include
|
5 years ago |
Hypolite Petovan
|
c6e5bc3429
|
Merge pull request #492 from zeroadam/Addon
Move plugins to src
|
5 years ago |
Michael Vogel
|
e0beba5252
|
Merge pull request #493 from MrPetovan/bug/fix-forumdirectory
Add missing include/fix zrl location to forumdirectory
|
5 years ago |
Adam Magness
|
96c41e5623
|
Update strings
update strings to contain addon
|
5 years ago |
Hypolite Petovan
|
eec158b5f3
|
Add missing include/fix zrl location
|
5 years ago |
Adam Magness
|
c71f7b0e1a
|
Update function names
update function names and hook calls
|
5 years ago |
Adam Magness
|
0afd633346
|
Addon class
plugin moved to Addon src class
|
5 years ago |
Hypolite Petovan
|
e97235353f
|
Merge pull request #491 from annando/item-delete
We now use the new delete function for items
|
5 years ago |
Michael
|
3b093a1bff
|
We now use the new delete function for items
|
5 years ago |
Michael Vogel
|
ba5eeed5df
|
Merge pull request #490 from MrPetovan/bug/fix-forumdirectory
Fix forumdirectory reference to deleted files/functions
|
5 years ago |
Hypolite Petovan
|
0ec16922e7
|
Fix forumdirectory reference to deleted files/functions
- Fix formatting
- Fix reference to nav_set_selected
- Fix reference to widget_findpeople
|
5 years ago |
Michael Vogel
|
38db18b624
|
Merge pull request #488 from MrPetovan/task/fix-scrutinizer-issues
Remove App::get_cached_avatar_image method
|
5 years ago |
Hypolite Petovan
|
e9d7a1fa45
|
Remove App::get_cached_avatar_image method
|
5 years ago |
Michael Vogel
|
461b3db9f4
|
Merge pull request #487 from MrPetovan/task/switch-to-array-new-style
Use short form array syntax everywhere
|
5 years ago |
Hypolite Petovan
|
27b60e003f
|
Use short form array syntax everywhere
|
5 years ago |
Michael Vogel
|
4ee41c64a3
|
Merge pull request #486 from MrPetovan/task/fix-scrutinizer-issues
Replace dba::select(limit => 1) by dba::selectFirst()
|
5 years ago |
Hypolite Petovan
|
a66a4959f5
|
Rename selectOne to selectFirst
|
5 years ago |
Hypolite Petovan
|
3e141d268e
|
Fix formatting
|
5 years ago |
Hypolite Petovan
|
ca6e477701
|
Replace dba::select(limit => 1) by dba::selectOne()
|
5 years ago |
Hypolite Petovan
|
4b05d70b94
|
Merge pull request #485 from annando/xmpp-auto-auth
Preparation to make the automatic authentication work (hopefully) reliable
|
5 years ago |
Michael
|
d9330e3b05
|
Preparation to make the automatic authentication work (hopefully) reliable
|
5 years ago |
Michael Vogel
|
1a260ceea7
|
Merge pull request #484 from MrPetovan/task/4144-improve-twitter-settings
Improve Twitter settings display
|
5 years ago |
Hypolite Petovan
|
a2f9fb07e4
|
Fix typo in translation string in twitter
|
5 years ago |
Hypolite Petovan
|
308ba3ce8c
|
Improve Twitter settings display
- Use template instead of manual HTML
|
5 years ago |
Michael Vogel
|
007cbc881e
|
Merge pull request #483 from MrPetovan/task/fix-scrutinizer-issues
Fix unused code in buffer, statusnet and twitter
|
5 years ago |
Michael Vogel
|
7dcfa83312
|
Merge pull request #480 from MrPetovan/task/4092-move-auth-to-src
Move auth to src
|
5 years ago |
Hypolite Petovan
|
ba96796363
|
Fix unused code in buffer, statusnet and twitter
- Remove unused argument in plaintext()
|
5 years ago |
Michael Vogel
|
2cbf89c0f5
|
Merge pull request #481 from MrPetovan/bug/4156-move-oembed-to-src
Move oembed to src
|
5 years ago |
Michael Vogel
|
4894d3c2e8
|
Merge pull request #482 from MrPetovan/task/fix-php-notices
Fix PHP notice in langfilter
|
5 years ago |