Philipp
|
648fadedd3
|
[various] Adapt BaseURL calls for new UriInterface
|
2023-02-18 21:04:47 +01:00 |
Hypolite Petovan
|
39c654da00
|
[various] Remove App dependency from hook functions
|
2023-01-13 21:16:09 -05:00 |
Philipp
|
b0eb28143a
|
UserSession class - Refactor addon
|
2022-10-20 23:51:49 +02:00 |
Michael
|
5d8129600d
|
Replace all functions from boot.php
|
2022-10-19 09:47:36 -04:00 |
Roland Häder
|
06b15a6ed0
|
Changes:
- added missing type-hints
- avoided local variables
- added some documentation
- changed double-quotes to single
|
2022-06-30 13:33:22 +02:00 |
Roland Häder
|
3ab46781b1
|
Changes:
- if a <addon>_module() function is empty, it is more a statement and not a
real function
|
2022-06-24 23:35:16 +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 |
Hypolite Petovan
|
779b38ec09
|
[various] Convert addon_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
|
6a349e7fd9
|
Support for cleared boot.php
|
2021-11-04 20:32:16 +00:00 |
Tobias Diekershoff
|
641b23e8d9
|
IRC addon: the mini-Howto link can be used via https
|
2021-08-11 16:14:06 +02:00 |
Tobias Diekershoff
|
2420919c63
|
IRC addon: use the libera.chat webclient instead of the freenode one
|
2021-08-11 16:12:33 +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 |
Michael
|
3f84caeec5
|
Unneeded "info" messages removed
|
2020-07-23 03:48:52 +00:00 |
Hypolite Petovan
|
7eb7706a24
|
[various] Add rel="noopener noreferrer" to all target="_blank" links
See https://mathiasbynens.github.io/rel-noopener/
|
2020-02-24 20:08:43 -05:00 |
nupplaPhil
|
65e4726718
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:43 +01:00 |
nupplaPhil
|
75143e27b5
|
Move Config::set() to DI::config()->set()
|
2020-01-19 21:21:52 +01:00 |
nupplaPhil
|
1ce63185ab
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:12 +01: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
|
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 |
Hypolite Petovan
|
d3717045f7
|
[various] Replace remaining $a->page by DI::page()
|
2019-12-30 15:53:43 -05:00 |
Hypolite Petovan
|
905823ea63
|
Update obsolete App::getBaseUrl calls to DI::baseUrl
|
2019-12-29 21:55:10 -05:00 |
Hypolite Petovan
|
acdd62da3e
|
[various] Replace deprecated defaults() calls by ?? operator
|
2019-10-17 11:08:46 -04:00 |
Philipp Holzer
|
979f12e51e
|
[pageheader] Avoid notice
|
2019-02-26 15:47:17 +01:00 |
Philipp Holzer
|
f91b114ba7
|
[irc] fixed index error
|
2019-02-26 15:44:29 +01:00 |
Hypolite Petovan
|
c27b1cb66f
|
Replace deprecated Addon::*registerHook by Hook::*register
|
2018-12-26 10:20:18 -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
|
9079480d4a
|
move to Renderer class
update functions calls for new Renderer class.
|
2018-10-31 10:55:15 -04:00 |
Philipp Holzer
|
1454abfdb4
|
rename App Methods
- rename get_baseurl() to getBaseURL()
|
2018-10-10 00:04:49 +02:00 |
Adam Magness
|
f8c162cbfb
|
Update t() calls
Update all t() calls.
|
2018-01-22 18:09:05 -05:00 |
Adam Magness
|
c71f7b0e1a
|
Update function names
update function names and hook calls
|
2018-01-20 08:57:41 -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 |
Adam Magness
|
48dcbc6f3f
|
Issue 3873
Replace deprecated functions with new syntax
|
2017-11-06 18:55:24 -05:00 |
Tobias Diekershoff
|
f2420941ca
|
magic of a dot
|
2015-10-28 18:35:22 +01:00 |
Tobias Diekershoff
|
fe1153a54d
|
wrong format of profile address (IRC addon)
|
2015-07-13 11:26:39 +02:00 |
Tobias Diekershoff
|
13e137ed4c
|
IRC app version 1.1
|
2015-07-08 10:36:48 +02:00 |
Tobias Diekershoff
|
161b7c392c
|
IRC plugin now uses smarty3 for forms, config splittet for system and logged in
users, the user config wins over the system wide config
|
2015-07-08 10:02:18 +02:00 |
Tobias Diekershoff
|
5a14ebb2f4
|
leftovers
|
2015-07-07 12:47:46 +02:00 |
Tobias Diekershoff
|
2e3ceadf05
|
added missing expand/inflate functionality
|
2015-07-07 09:33:12 +02:00 |
Tobias Diekershoff
|
5c5c23acb0
|
wording submit -> save settings
|
2013-11-19 14:10:27 +01:00 |
Cohan Robinson
|
cb654f24bb
|
Changed iframe to work nicely with HTTPS
|
2012-08-14 17:26:54 +01:00 |
friendica
|
2e51660eb8
|
more settings page cleanup
|
2012-06-06 22:38:45 -07:00 |
tony baldwin
|
219447cc53
|
added admin interface for irc to set popular chans, auto connect chans
|
2012-04-12 23:33:26 -04:00 |
friendica
|
3b2cf61a55
|
provide optional sitewide channel list
|
2012-04-01 18:11:11 -07:00 |
friendica
|
bda43f7315
|
improved irc with some alternate channel selections
|
2012-04-01 17:54:17 -07:00 |
friendica
|
96edae9196
|
pass IRC channel through url, allows simpler default choice.
|
2012-03-31 18:39:35 -07:00 |
Tony Baldwin
|
403022498d
|
added comments and link to documentation to irc.php
|
2012-03-18 12:10:55 -04:00 |