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
Philipp Holzer
f2fc22227a
cleanup namespace usages for L10n
2020-01-19 16:31:47 +01:00
Philipp Holzer
48fecb9a40
Move L10n::t() calls to DI::l10n()->t() calls
2020-01-19 16:31:46 +01:00
Philipp Holzer
9d9384f5ed
Remove deprecated App::module - replace with DI::module()->getName()
2019-12-27 21:55:19 +01:00
Philipp Holzer
5060f3c0aa
Remove deprecated App::is_mobile/is_tablet - replace with DI::mode()->isMobile()/isTablet()
2019-12-27 21:55:18 +01:00
Philipp Holzer
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
fabrixxm
bfd8e37fb8
Update IT strings
2018-03-19 21:28:00 +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
0afd633346
Addon class
...
plugin moved to Addon src class
2018-01-19 07:20:17 -05:00
Hypolite Petovan
27b60e003f
Use short form array syntax everywhere
2018-01-15 08:15:33 -05:00
Tobias Diekershoff
f8d9efe8c7
some files were executable, now they are not
2017-12-07 14:26:26 +01:00
Tobias Diekershoff
a0e725de0a
rendertime: forgot to add the messages.po file for FR translation
2017-12-07 09:30:21 +01:00
Tobias Diekershoff
25a7ca76f5
updated FR translation of rendertime addon
2017-12-07 07:28:27 +01:00
Adam Magness
48dcbc6f3f
Issue 3873
...
Replace deprecated functions with new syntax
2017-11-06 18:55:24 -05:00
Hypolite Petovan
8fa3f2415a
Replace and/AND and or/OR by && and ||
2017-06-08 21:20:27 -04:00
Fabio
b5701ac885
Update IT strings
2017-01-18 14:04:53 +01:00
Tobias Diekershoff
631c7724b6
ES translation work THX Albert
2016-11-18 07:57:19 +01:00
Michael Vogel
73e98a4814
Merge remote-tracking branch 'upstream/master' into 1609-ignorelist-rendertime
...
Conflicts:
rendertime/rendertime.php
2016-09-15 09:55:58 +00:00
Michael Vogel
1ffa5387c5
Rendertime: Ignorelist for page where rendertime doesn't look good.
2016-09-15 09:52:30 +00:00
Michael Vogel
00c15c8efc
Rendertime: We now additionally show the db write time.
2016-08-27 09:13:44 +00:00
Michael Vogel
b6a44a2339
Rendertime: Show the value for session creation
2016-06-23 20:26:50 +02:00
Michael Vogel
118d086e32
frio_hovercard is now in the core. Rendertime has a changed description.
2016-05-31 22:12:19 +02:00
Michael Vogel
bc578db2b3
Rendertime: Optionally show the callstack
2016-01-17 14:56:05 +01:00
Michael Vogel
bf52de030f
Updated addon descriptions and readme files for several addons.
2015-11-14 09:22:32 +01:00
Michael Vogel
a01db4346a
Don't show the rendertime data and jappix in minimal mode.
2015-09-26 11:00:16 +02:00
Tobias Diekershoff
4533ed9a34
updating the addon translations, missed some files due missing git fu
2015-04-03 13:17:32 +02:00
Tobias Diekershoff
be2e3e6bf7
update of the addon translations
2015-04-03 12:30:50 +02:00