Roland Häder
93267b5b83
Fixed wrong type-hint + "imported" class
2022-06-23 07:45:59 +02:00
Roland Häder
04df7f6e05
Changes:
...
- added more type-hints
- cleaned up some files (curly braces, spaces)
2022-06-23 07:17:00 +02:00
Tobias Diekershoff
b6342eca0a
rendertime addon AR translation THX ButterflyOfFire
2022-06-13 09:49:30 +02:00
Tobias Diekershoff
931be19eca
DA DK translation for various addons added THX atjn
2022-05-02 12:26:36 +02:00
Tobias Diekershoff
13298d507d
PL translation rendertime THX strebski
2022-03-23 20:16:42 +01:00
Tobias Diekershoff
ed96e0a2f6
PL translation update THX strebski
2022-03-08 16:26:19 +01:00
Tobias Diekershoff
1e60ac18cf
DE addon translation update
2022-01-22 18:52:57 +01:00
Tobias Diekershoff
484482a4ce
HU addon translation update THX Balázs Úr
2022-01-22 18:52:30 +01:00
Tobias Diekershoff
631b456755
SV addon translation update THX Kristoffer Grundström
2022-01-22 18:50:50 +01:00
Michael
2077941432
Updated messages.po
2021-12-12 22:10:12 +00:00
Michael Vogel
2413c74b72
Apply suggestions from code review
...
Co-authored-by: Philipp <admin+Github@philipp.info>
2021-12-12 23:08:52 +01:00
Michael
ce42fc43ce
Rendertime: Admin configuration added
2021-12-12 05:57:21 +00:00
Philipp
82cef20e60
Split and delete `ModuleController`
...
- $moduleName is part of the argument string => App\Arguments
- $isBackend boolean already part of App\Mode::isBackend()
- $module is now the direct return of App\Router::getModule()
- ModuleController::run() moved to BaseModule::run()
2021-11-27 12:42:12 +01:00
Tobias Diekershoff
d189c83495
PL translation rendertime THX Joe Doe
2021-11-16 12:35:02 +01:00
Michael
6a349e7fd9
Support for cleared boot.php
2021-11-04 20:32:16 +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
Michael
df257362c4
Rednertime: "Parser" is now "session"
2021-07-27 13:57:36 +00:00
Tobias Diekershoff
4056a01f47
ES translation of the rendertime addon updated THX Senex Petrovic
2021-04-06 06:54:59 +02:00
Tobias Diekershoff
47bfca6dae
rendertime addon DE translation updated
2021-03-29 07:48:17 +02:00
Tobias Diekershoff
cb790ab4b8
rendertime addon HU translation added THX Balázs Úr
2021-03-28 22:12:49 +02:00
Tobias Diekershoff
4ade9aecd8
rendertime addon IT translation update THX Sylke Vicious
2021-03-28 19:05:57 +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
f11b6a1080
Cleaned up parameters
2020-12-10 00:03:00 +00:00
Michael
ed672a36f5
Support for more fields
2020-12-09 22:42:45 +00:00
Michael
8340f3b1f4
Rendertime: Additional fields for the profiler
2020-12-09 22:10:44 +00:00
Michael
a0344101f1
Rendertime: possibility to define a minimal value for displaying the execution times
2020-11-20 09:02:39 +00: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
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
9d9384f5ed
Remove deprecated App::module - replace with DI::module()->getName()
2019-12-27 21:55:19 +01:00
nupplaPhil
5060f3c0aa
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()
2019-12-27 21:55:18 +01:00
nupplaPhil
33dae7eb94
Refactor dynamic App::getProfiler() to static DI::profiler()
2019-12-27 21:55:16 +01:00
Hypolite Petovan
acdd62da3e
[various] Replace deprecated defaults() calls by ?? operator
2019-10-17 11:08:46 -04:00
Philipp Holzer
771fb35875
Adding type-hint
2019-02-20 17:28:38 +01:00
Philipp Holzer
0d24814086
Adding type-hint
2019-02-20 17:28:32 +01:00
Philipp Holzer
a5d77d4413
adding test
2019-02-20 17:27:35 +01:00
Philipp Holzer
51d89255cc
Fixing rendertime
2019-02-20 17:27:33 +01:00
Roland Häder
35974aced9
Fixed parser error
2019-02-18 18:28:55 +01:00
Roland Häder
e1fdf03f02
Fixes:
...
- `$a->performance['id']` is outdated, there is now `$a->getProfiler()->get('id')`
- `AS` is no constant but a keyword (see `foreach()`)
- added curly braces
Signed-off-by: Roland Häder <roland@mxchange.org>
2019-02-18 18:20:00 +01:00
Hypolite Petovan
c27b1cb66f
Replace deprecated Addon::*registerHook by Hook::*register
2018-12-26 10:20:18 -05:00
Tobias Diekershoff
dcbf2f4416
NL translation THX JeroenED
2018-08-25 21:12:02 +02:00
Tobias Diekershoff
b7717db8ea
ZH CN translation of several addons THX 朱陈锬
2018-08-17 11:32:24 +02:00
Michael Vogel
475299e642
Avoid warnings in addons ( #639 )
...
* Avoid warnings in addons
* And some warnings removed
* And more ...
* And some more ...
* Added comment
* And again ...
* And again ...
* Partly reworked "newmemberwidget"
* And more warnings ...
* The next round
2018-07-10 08:30:23 -04:00
Tobias Diekershoff
227ad8f23b
translation updates NL, PL, FI and IT
2018-04-20 08:32:40 +02:00
Tobias Diekershoff
85815a8810
added FI translations to many addons THX Kris
2018-04-06 13:58:38 +02:00
Hypolite Petovan
f283ca4346
Merge pull request #568 from tobiasd/20180401-lng
...
mostly PL translation by Waldemar Stoczkowski
2018-04-01 14:52:29 -04:00
Tobias Diekershoff
112a42d8a1
rendertime PL translation
2018-04-01 19:30:11 +02:00
ben-utzer
9d02744c21
Just a spelling mistake
...
Vvogel changed to Vogel
2018-04-01 15:13:49 +05:30