Commit graph

77 commits

Author SHA1 Message Date
Hypolite Petovan
3104d176e7 [various] Updated translation files after editing several strings 2021-11-29 06:55:24 -05:00
Hypolite Petovan
9acfdb4090 [various] Convert connector_settings hook functions to the new data array format
- Add separate template files to several addons
- Remove superfluous addon settings CSS files
2021-11-29 06:55:16 -05:00
Michael
0bf6612ea3 "log" is replaced with the corresponding logging functions 2021-10-21 06:04:27 +00:00
Tobias Diekershoff
86de95f77b added AR translations to the Friendica addons
Thanks to the work of طاهر, Farida Khalaf, محمد أحمد, abidin toumi, Abdullah Alsabi, ButterflyOfFire and ominds the translation of Friendica into Arabic has crossed the magic 50% progress mark, so we now include their work into the addons repository.
2021-10-10 12:55:16 +02:00
Tobias Diekershoff
25ba6023d0 regenerated all the strings 2021-10-10 08:27:53 +02:00
Hypolite Petovan
b74288fa96
Merge pull request #1152 from annando/app-user
Replaced direct calls to App->user
2021-08-09 17:00:24 -04:00
Michael
08c64387d7 "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:49:06 +00:00
Michael
9cf43bb85b Changed function name 2021-08-09 15:29:26 +00:00
Michael
e823a1bd05 Replaced direct calls to App->user 2021-08-08 11:17:08 +00:00
Michael
20bf1c4f24 Changed parameter for delayed posts 2021-08-06 18:52:44 +00:00
Tobias Diekershoff
e6b880d206 ifttt translation updated ZH CN THX Finn Dean 2021-07-28 07:22:30 +02:00
Michael
cc8aeb11de Updated messages.po 2021-07-25 13:17:48 +00:00
Michael
f878d2e463 Replaced argv/argc with replacement functions 2021-07-25 12:29:43 +00:00
Tobias Diekershoff
bb0221f48f ifttt addon ES translation added THX Senex Petrovic 2021-04-02 08:42:47 +02:00
Tobias Diekershoff
e56272d956 ifttt addon HU translation added THX Balázs Úr 2021-03-28 19:55:50 +02:00
Tobias Diekershoff
500aab3c53 regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
Tobias Diekershoff
7f3704ae54 regenerated messages.po files of the addons 2021-02-01 18:29:42 +01:00
Michael
dca9bb3844 We don't need to store the extid 2020-12-13 21:02:19 +00:00
Michael Vogel
6cad529c38 IFTTT: Set the extid, removed legacy Facebook stuff 2020-12-13 19:42:45 +01:00
Michael
fb6207f01f IFTTT/Twitter: Support delayed posts 2020-12-13 13:07:12 +00:00
Tobias Diekershoff
5cf2bb3879 ifttt translation added ZH CN thx vicdorke 2020-08-18 18:39:18 +02:00
Hypolite Petovan
203672cf27 [various] Remove redundant uninstall functions
- All hooks (current and obsolete) are removed automatically during addon uninstall
2020-07-27 08:30:41 -04:00
Hypolite Petovan
b5f14cb559 [various] Replace *_page_info function calls with Content\PageInfo equivalent 2020-07-14 10:17:17 -04:00
nupplaPhil
f2fc22227a
cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
nupplaPhil
48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls 2020-01-19 16:31:46 +01:00
nupplaPhil
a26bfe79e9
Remove unused use statements & remove PConfig class 2020-01-18 17:02:59 +01:00
nupplaPhil
346bf125a7
Move PConfig::delete() to DI::pConfig()->delete() 2020-01-18 16:56:45 +01:00
nupplaPhil
febc835a2d
Move PConfig::set() to DI::pConfig()->set() 2020-01-18 16:54:49 +01:00
nupplaPhil
ea3a9052d8
Move PConfig::get() to DI::pConfig()->get() 2020-01-18 16:50:56 +01:00
nupplaPhil
9b93c5ee60
Remove get_app() in favor of DI::app() 2020-01-04 23:42:00 +01:00
nupplaPhil
335fcf670f
Remove deprecated App::getBaseURL() - process methods to DI::baseUrl()->get() 2019-12-27 21:55:17 +01:00
Tobias Diekershoff
f6ce58b8b7 ifttt addon added EN_GB translation THX AndyH3 2019-06-22 08:02:23 +02:00
Tobias Diekershoff
08206fdcc0 Merge branch 'master' into develop 2019-01-21 10:04:26 +01:00
Tobias Diekershoff
2d6a56e5e8
Merge pull request #786 from MrPetovan/bug/6334-get-app-namespace
[various] Escape global function get_app calls
2018-12-29 11:52:06 +01:00
Hypolite Petovan
62c43ea2f8 [various] Escape global function get_app calls 2018-12-27 21:03:17 -05:00
Hypolite Petovan
c27b1cb66f Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
Hypolite Petovan
85b5715a44 Remove require include/* 2018-12-26 00:36:43 -05:00
Hypolite Petovan
d836593a3b Replace x() by !empty() or defaults()
- Remove extraneous parentheses around !empty()
2018-11-30 09:11:56 -05:00
Adam Magness
1ac32c622e Functions moved to Strings class
implement functions from Strings class
2018-11-09 07:09:15 -05:00
Adam Magness
c9a8974165 Logger Levels
update logger levels
2018-10-30 09:48:09 -04:00
Adam Magness
49eff56e5d Core Logger
implement log() function.
more to squash


Core Logger Class

implement log() function
2018-10-29 19:40:18 -04:00
Philipp Holzer
1454abfdb4
rename App Methods
- rename get_baseurl() to getBaseURL()
2018-10-10 00:04:49 +02:00
Michael
19abd1a17e Some removed notices 2018-08-29 18:04:03 +00:00
Michael Vogel
46222ae13b Fix the hash generation in IFTTT (#702) 2018-08-14 03:53:30 +02:00
Roland Häder
c8371bc521 Rewrite: (#680)
- replace usage of deprecated NETWORK_* with Protocol::*
2018-08-11 22:40:48 +02:00
Hypolite Petovan
f4ad0d3721 Rename DBA::is_result to DBA::isResult 2018-07-23 15:02:59 -04:00
Hypolite Petovan
332ea212b5 Rename DBM method calls to DBA method calls 2018-07-23 15:02:10 -04:00
Hypolite Petovan
57505bdf82 [multiple] Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:20:48 -04:00
Tobias Diekershoff
9463696159
Merge pull request #650 from annando/post-type
We don't store the "type" parameter anymore
2018-07-20 12:53:12 +02:00
Hypolite Petovan
abc76a42ae [multiple] Move \dba to \Friendica\Database\dba
- Updated use statement lists
2018-07-19 22:18:02 -04:00