Commit Graph

3332 Commits

Author SHA1 Message Date
Michael Vogel 36120615dd
Merge pull request #784 from MrPetovan/task/4176-scrutinizer
Replace deprecated method/function calls
2018-12-27 18:05:25 +01:00
Hypolite Petovan c27b1cb66f Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
Hypolite Petovan eaeb834819 Replace deprecated Addon::callHooks by Hook::callAll 2018-12-26 10:20:17 -05:00
Hypolite Petovan aa5fbb4994 Replace killme() by exit() 2018-12-26 10:20:16 -05:00
Hypolite Petovan fdda495f18
Merge pull request #785 from annando/issue-5911
Solves PHP warning "Use of undefined constant"
2018-12-26 09:51:01 -05:00
Michael 20d9884b73 Fixes "Trying to get property 'status' of non-object" 2018-12-26 11:04:29 +00:00
Michael 4674d09b29 Solves PHP warning "Use of undefined constant" 2018-12-26 11:00:36 +00:00
Hypolite Petovan 85b5715a44 Remove require include/* 2018-12-26 00:36:43 -05:00
Michael Vogel 2e8f2916df
Merge pull request #781 from MrPetovan/task/6208-smarty-escaping
Smarty escaping
2018-12-20 20:27:55 +01:00
Hypolite Petovan 9845edb8d9
Merge pull request #733 from JeroenED/bugfix/core-GS-5596
Updating morechoice addon to reflect changes in core
2018-12-20 12:14:58 -05:00
Jeroen De Meerleer 5535fa9fd2 Merge branch 'develop' into bugfix/core-GS-5596 2018-12-20 17:31:35 +01:00
Hypolite Petovan 9a06c525e9
Merge pull request #782 from annando/lsr-pictures
Leistungsschutzrecht: Optionally suppress pictures
2018-12-17 17:20:30 -05:00
Michael bf00f76245 Added readme 2018-12-17 21:55:13 +00:00
Michael 1fa3397362 Leistungsschutzrecht: Optionally suppress pictures 2018-12-17 21:09:09 +00:00
Hypolite Petovan a30ea9b062 [various] Add exceptions to Smarty default escaping 2018-12-15 05:04:20 -05:00
Hypolite Petovan 18b2afcf0a [securemail] Remove Smarty explicit escaping 2018-12-15 05:03:51 -05:00
Hypolite Petovan ebd15dc84c
Merge pull request #780 from annando/notice-pumpio
Some notice in pump.io removed
2018-12-03 07:38:34 -05:00
Michael 6048a2c304 Some notice in pump.io removed 2018-12-03 06:52:46 +00:00
Michael Vogel 742fffe7e7
Merge pull request #779 from MrPetovan/task/remove-x
Replace x() by !empty() or defaults()
2018-12-01 16:34:08 +01:00
Michael Vogel bf587a8308
Merge pull request #776 from MrPetovan/task/normalize-bbcode-hashtags
[various] Remove useless rawurlencode calls
2018-12-01 16:29:25 +01:00
Hypolite Petovan a66099a05c Update addon documentation 2018-11-30 09:12:11 -05:00
Hypolite Petovan d836593a3b Replace x() by !empty() or defaults()
- Remove extraneous parentheses around !empty()
2018-11-30 09:11:56 -05:00
Michael Vogel 074493a29e
Merge pull request #778 from MrPetovan/task/move-config-to-php-array
Move config to PHP array
2018-11-26 23:58:09 +01:00
Hypolite Petovan b655c18adb [twitter] Update config file style/name 2018-11-25 02:16:41 -05:00
Hypolite Petovan 336276727f [testdrive] Update config file style/name 2018-11-25 02:16:20 -05:00
Hypolite Petovan d27ac641fc [pumpio] Update config file style/name 2018-11-25 02:16:04 -05:00
Hypolite Petovan c5f5965148 [public_server] Update config file style/name 2018-11-25 02:15:44 -05:00
Hypolite Petovan 44d7a0b617 [piwik] Update config file style/name 2018-11-25 02:15:18 -05:00
Hypolite Petovan 524937a830 [openstreetmap] Update config file style/name 2018-11-25 02:14:54 -05:00
Hypolite Petovan 0b8e0fa8c9 [geonames] Update README 2018-11-25 02:14:18 -05:00
Hypolite Petovan aa97060491 [libravatar] Update config file style/name 2018-11-25 02:14:04 -05:00
Hypolite Petovan f0fc02e544 [ldapauth] Update config file style/name 2018-11-25 02:13:45 -05:00
Hypolite Petovan dbd93f8351 [impressum] Update config file style/name 2018-11-25 02:12:44 -05:00
Hypolite Petovan b1295c2eaa [gravatar] Update config file style/name 2018-11-25 02:12:24 -05:00
Hypolite Petovan b87b840db5 [geonames] Update config file style/name 2018-11-25 02:11:53 -05:00
Hypolite Petovan 48616e1db0
Merge pull request #777 from annando/wppost
Fix posting to wordpress
2018-11-24 00:15:17 -05:00
Michael 148ca9d670 Fix posting to wordpress 2018-11-24 00:21:51 +00:00
Hypolite Petovan 8f72b9ca9a [various] Remove useless rawurlencode calls 2018-11-22 09:39:38 -05:00
Tobias Diekershoff 477bdcec89 translation updates 2018-11-16 21:16:09 +01:00
Hypolite Petovan 1375847d54
Merge pull request #774 from annando/fork-check
Added a hook to check if the hook needs to be forked at all
2018-11-10 21:01:23 -05:00
Hypolite Petovan 053fb67a98
[twitter] Fix wrong namespace for getTags
Fixes https://github.com/friendica/friendica/issues/6109
Addresses https://github.com/friendica/friendica/issues/5913#issuecomment-437628443
2018-11-10 20:52:57 -05:00
Hypolite Petovan 2d745b11d7
Merge pull request #775 from annando/twitter-notice
Avoid a notice in twitter.php
2018-11-10 20:49:05 -05:00
Michael 4270702f1c Another fatal error 2018-11-11 00:07:51 +00:00
Michael 3bf5f30905 Avoid fatal error 2018-11-11 00:05:52 +00:00
Michael d1919f0497 Added a hook to check if the hook needs to be forked at all 2018-11-10 16:20:19 +00:00
Hypolite Petovan d2460a43e5
Merge pull request #773 from zeroadam/TextToStrings
Functions moved to Strings class
2018-11-09 14:44:31 -05:00
Adam Magness 4a667f640f Function renamed
update function calls
2018-11-09 13:32:45 -05:00
Adam Magness 1ac32c622e Functions moved to Strings class
implement functions from Strings class
2018-11-09 07:09:15 -05:00
Hypolite Petovan 1746d0814d
Deprecate mastodoncustomemojis
Because of https://github.com/friendica/friendica/pull/6096
2018-11-08 16:40:52 -05:00
Michael c3fdf45b6d Merge branch 'develop' of github.com:annando/friendica-addons into twitter-notice 2018-11-07 18:27:55 +00:00