Philipp
|
489cd0884a
|
Make BaseModule methods dynamic
|
2021-11-14 23:49:06 +01:00 |
|
Philipp
|
714f0febc4
|
Replace $parameters argument per method with static::$parameters
|
2021-11-14 23:49:05 +01:00 |
|
Balázs Úr
|
054c301ef0
|
Update copyright
|
2021-03-29 08:40:20 +02:00 |
|
nupplaPhil
|
85dc9bb96b
|
Add license info at Friendica PHP files
|
2020-02-09 16:18:46 +01:00 |
|
nupplaPhil
|
ed9392469e
|
Remove unneeded Config namespace usages
|
2020-01-19 22:50:44 +01:00 |
|
nupplaPhil
|
6c36fd9e01
|
Move Config::get() to DI::config()->get()
|
2020-01-19 21:21:13 +01:00 |
|
nupplaPhil
|
d6efc90194
|
cleanup namespace usages for L10n
|
2020-01-19 16:31:33 +01:00 |
|
nupplaPhil
|
5dfee31108
|
Move L10n::t() calls to DI::l10n()->t() calls
|
2020-01-19 16:31:16 +01:00 |
|
Michael
|
0a4119adaf
|
@brief is removed completely
|
2020-01-19 06:05:23 +00:00 |
|
Hypolite Petovan
|
07f1485df1
|
Correctly capitalize DI::baseUrl in Module\Tos
- Addresses https://github.com/friendica/friendica/issues/7998#issuecomment-569959102
- Addresses https://github.com/friendica/friendica/issues/8000#issuecomment-569959336
|
2019-12-31 12:19:12 -05:00 |
|
nupplaPhil
|
3f34229752
|
Move redundant System::baseUrl() to DI::baseUrl() calls
|
2019-12-30 23:00:08 +01:00 |
|
nupplaPhil
|
8e6973b774
|
Refactor deprecated App::internalRedirect() to DI::baseUrl()->redirect()
|
2019-12-29 20:17:43 +01:00 |
|
nupplaPhil
|
1de3f186d7
|
Introduce new DI container
- Adding Friendica\DI class for getting dynamic classes
- Replacing BaseObject::getApp() with this class
|
2019-12-29 20:16:55 +01:00 |
|
Michael
|
8c03bdada9
|
parameters now are having a default value and are optional
|
2019-11-05 21:48:54 +00:00 |
|
Michael
|
bd62d548db
|
Added parameters
|
2019-11-05 20:22:54 +00:00 |
|
Tobias Diekershoff
|
8bea9e7523
|
mv URL path uexport -> userexport
|
2019-11-02 12:44:46 +01:00 |
|
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
2019-01-21 10:35:51 -05:00 |
|
Adam Magness
|
35abc4bb64
|
get markup template
implement getMarkupTemplate function
|
2018-10-31 10:44:06 -04:00 |
|
Adam Magness
|
91facd2d0a
|
replace macros
implement new replaceMacros function
|
2018-10-31 10:35:50 -04:00 |
|
Philipp Holzer
|
d00ddc01af
|
Split goaway to System::externalRedirectTo() and App->internalRedirect()
|
2018-10-22 22:13:35 +02:00 |
|
Philipp Holzer
|
2ef81108b3
|
Renamed System::redirect() to $a->redirect()
|
2018-10-22 22:13:22 +02:00 |
|
Tobias Diekershoff
|
f7c24a20ae
|
cite: just some small styling thing
|
2018-05-20 08:43:43 +02:00 |
|
Tobias Diekershoff
|
2798d4ea4d
|
missing sign
|
2018-05-19 19:08:50 +02:00 |
|
Tobias Diekershoff
|
4f8530070b
|
removed one line too much
|
2018-05-19 19:07:13 +02:00 |
|
Tobias Diekershoff
|
e02093c7ea
|
text of the priv. statement can now be shown outside of the module
|
2018-05-19 18:55:29 +02:00 |
|
Tobias Diekershoff
|
72a2896d1f
|
profile data is transmitted to other nodes
|
2018-04-16 09:27:16 +02:00 |
|
Tobias Diekershoff
|
4b7014d367
|
move the tos module to src/Module
|
2018-04-03 16:33:10 +02:00 |
|